John,
Just the fix from Cong Ding for the bad sizeof() -- Stephen Hemminger
had pointed it out at the end of December but I promptly forgot about
it.
Please pull.
Thanks,
johannes
The following changes since commit c49dc9008b1c641a86837297df7c90cef070571b:
cfg80211: off by one in ieee80211_bss() (2013-01-24 15:47:22 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git for-john
for you to fetch changes up to 9887dbf5b2163bcf69cd4456c21352e9a81c6003:
mac80211: fix error in sizeof() usage (2013-02-06 17:31:55 +0100)
----------------------------------------------------------------
Cong Ding (1):
mac80211: fix error in sizeof() usage
net/mac80211/cfg.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Hi,
I feel stupid now, I was testing corner cases and found *another*
bug ... :( So here's a new pull request.
Here are three fixes still for the 3.8 stream, the fix from Cong Ding
for the bad sizeof (Stephen Hemminger had pointed it out before but I'd
promptly forgotten), a mac80211 managed-mode channel context usage fix
where a downgrade would never stop until reaching non-HT and a bug in
the channel determination that could cause invalid channels like HT40+
on channel 11 to be used.
Please pull or let me know of any problems.
johannes
The following changes since commit c49dc9008b1c641a86837297df7c90cef070571b:
cfg80211: off by one in ieee80211_bss() (2013-01-24 15:47:22 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git for-john
for you to fetch changes up to 3d9646d0abd02c552f6f15c302b31aa321c2fa8b:
mac80211: fix channel selection bug (2013-02-11 11:12:26 +0100)
----------------------------------------------------------------
Cong Ding (1):
mac80211: fix error in sizeof() usage
Johannes Berg (2):
mac80211: fix managed mode channel context use
mac80211: fix channel selection bug
net/mac80211/cfg.c | 3 ++-
net/mac80211/mlme.c | 11 +++++++----
2 files changed, 9 insertions(+), 5 deletions(-)
On Mon, Feb 11, 2013 at 12:04:34PM +0100, Johannes Berg wrote:
> Hi,
>
> I feel stupid now, I was testing corner cases and found *another*
> bug ... :( So here's a new pull request.
>
> Here are three fixes still for the 3.8 stream, the fix from Cong Ding
> for the bad sizeof (Stephen Hemminger had pointed it out before but I'd
> promptly forgotten), a mac80211 managed-mode channel context usage fix
> where a downgrade would never stop until reaching non-HT and a bug in
> the channel determination that could cause invalid channels like HT40+
> on channel 11 to be used.
>
> Please pull or let me know of any problems.
>
> johannes
>
> The following changes since commit c49dc9008b1c641a86837297df7c90cef070571b:
>
> cfg80211: off by one in ieee80211_bss() (2013-01-24 15:47:22 +0100)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git for-john
>
> for you to fetch changes up to 3d9646d0abd02c552f6f15c302b31aa321c2fa8b:
>
> mac80211: fix channel selection bug (2013-02-11 11:12:26 +0100)
>
> ----------------------------------------------------------------
> Cong Ding (1):
> mac80211: fix error in sizeof() usage
>
> Johannes Berg (2):
> mac80211: fix managed mode channel context use
> mac80211: fix channel selection bug
>
> net/mac80211/cfg.c | 3 ++-
> net/mac80211/mlme.c | 11 +++++++----
> 2 files changed, 9 insertions(+), 5 deletions(-)
Pulling now -- no guarantees that it will make the loop before 3.8
is released!
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.
John,
Just found another last minute fix for something I very stupidly broke
in my VHT work ... it only affects incompatible multi-vif so it's quite
unlikely, but still very dumb. *headdesk*.
As before of course I have the fix from Cong Ding for the bad sizeof()
which Stephen Hemminger had pointed it out at the end of December.
johannes
The following changes since commit c49dc9008b1c641a86837297df7c90cef070571b:
cfg80211: off by one in ieee80211_bss() (2013-01-24 15:47:22 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git for-john
for you to fetch changes up to d601cd8d950c85032cefdcda162b8cd2cda363bb:
mac80211: fix managed mode channel context use (2013-02-07 20:56:01 +0100)
----------------------------------------------------------------
Cong Ding (1):
mac80211: fix error in sizeof() usage
Johannes Berg (1):
mac80211: fix managed mode channel context use
net/mac80211/cfg.c | 3 ++-
net/mac80211/mlme.c | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
On Mon, 2013-02-11 at 14:27 -0500, John W. Linville wrote:
> > Here are three fixes still for the 3.8 stream, the fix from Cong Ding
> > for the bad sizeof (Stephen Hemminger had pointed it out before but I'd
> > promptly forgotten), a mac80211 managed-mode channel context usage fix
> > where a downgrade would never stop until reaching non-HT and a bug in
> > the channel determination that could cause invalid channels like HT40+
> > on channel 11 to be used.
> Pulling now -- no guarantees that it will make the loop before 3.8
> is released!
Yeah, I understand. I'll post them to stable afterwards if not.
johannes