All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: mac80211 2013-02-06
@ 2013-02-06 16:36 Johannes Berg
  2013-02-07 20:01 ` pull-request: mac80211 2013-02-07 Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2013-02-06 16:36 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 828 bytes --]

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(-)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* pull-request: mac80211 2013-02-07
  2013-02-06 16:36 pull-request: mac80211 2013-02-06 Johannes Berg
@ 2013-02-07 20:01 ` Johannes Berg
  2013-02-11 11:04   ` pull-request: mac80211 2013-02-11 Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2013-02-07 20:01 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]

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(-)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* pull-request: mac80211 2013-02-11
  2013-02-07 20:01 ` pull-request: mac80211 2013-02-07 Johannes Berg
@ 2013-02-11 11:04   ` Johannes Berg
  2013-02-11 19:27     ` John W. Linville
  0 siblings, 1 reply; 5+ messages in thread
From: Johannes Berg @ 2013-02-11 11:04 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]

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(-)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pull-request: mac80211 2013-02-11
  2013-02-11 11:04   ` pull-request: mac80211 2013-02-11 Johannes Berg
@ 2013-02-11 19:27     ` John W. Linville
  2013-02-11 20:39       ` Johannes Berg
  0 siblings, 1 reply; 5+ messages in thread
From: John W. Linville @ 2013-02-11 19:27 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

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
linville@tuxdriver.com			might be all we have.  Be ready.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pull-request: mac80211 2013-02-11
  2013-02-11 19:27     ` John W. Linville
@ 2013-02-11 20:39       ` Johannes Berg
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Berg @ 2013-02-11 20:39 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-11 20:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06 16:36 pull-request: mac80211 2013-02-06 Johannes Berg
2013-02-07 20:01 ` pull-request: mac80211 2013-02-07 Johannes Berg
2013-02-11 11:04   ` pull-request: mac80211 2013-02-11 Johannes Berg
2013-02-11 19:27     ` John W. Linville
2013-02-11 20:39       ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.