linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: mac80211 2013-05-16
@ 2013-05-16 20:52 Johannes Berg
  2013-05-17 18:21 ` John W. Linville
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2013-05-16 20:52 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

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

John,

Here's my first pull request for the 3.10 fixes stream. Unfortunately, a
fairly large number of these also had to be tagged for stable.

This is what I have:
 * a patch from Felix to fix RCU usage in his rate table code
 * a patch from Ilan to add the wdev id to some notifications so they
can
   actually be used by userspace
 * Sasha Levin found an issue in how hwsim handles devices
 * a fix for a bug in the wiphy_register() error path that's been there
forever
 * three fixes for WoWLAN
 * AP mode frame matching was erroneously giving frames to all virtual
AP
   interfaces (reported by Jouni)
 * a fix for HT handling in my CSA changes, found by Sujith
 * a fix for some locking simplifications gone wrong
 * Ben Greear found more cfg80211/mac80211 state confusion
 * and a fix for another bug found by Jouni: local state changes need to
be
   reported by mac80211 to cfg80211 so it disconnects properly.

Please pull. Thanks,
johannes



The following changes since commit 61f1598278876527314f5fc1d00cf0a4d525c1f7:

  Merge branch 'wireless' (2013-05-10 09:44:05 -0700)

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 e248ad30204eff6559b4d2d94d49d9d46c08185a:

  cfg80211: fix sending WoWLAN TCP wakeup settings (2013-05-16 22:38:09 +0200)

----------------------------------------------------------------
Felix Fietkau (1):
      mac80211: fix spurious RCU warning and update documentation

Ilan Peer (1):
      nl80211: Add wdev identifier to some nl80211 notifications

Johannes Berg (9):
      cfg80211: fix wiphy_register error path
      cfg80211: fix WoWLAN wakeup tracing
      mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUME
      mac80211: fix HT beacon-based channel switch handling
      mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()
      mac80211: fix AP-mode frame matching
      cfg80211: fix interface down/disconnect state handling
      mac80211: report deauth to cfg80211 for local state change
      cfg80211: fix sending WoWLAN TCP wakeup settings

Sasha Levin (1):
      mac80211_hwsim: correctly register the platform driver

 drivers/net/wireless/mac80211_hwsim.c | 18 +++++------
 include/net/mac80211.h                | 12 ++++---
 net/mac80211/ieee80211_i.h            |  1 +
 net/mac80211/mlme.c                   | 61 +++++++++++++++++++++++++++++------
 net/mac80211/rate.c                   |  9 +++++-
 net/mac80211/rx.c                     |  3 ++
 net/mac80211/tkip.c                   |  4 +--
 net/mac80211/util.c                   |  7 ++++
 net/wireless/core.c                   | 17 ++++++----
 net/wireless/nl80211.c                |  4 +++
 net/wireless/sme.c                    |  3 +-
 net/wireless/trace.h                  | 23 +++++++------
 12 files changed, 118 insertions(+), 44 deletions(-)


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

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

* Re: pull-request: mac80211 2013-05-16
  2013-05-16 20:52 pull-request: mac80211 2013-05-16 Johannes Berg
@ 2013-05-17 18:21 ` John W. Linville
  0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2013-05-17 18:21 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Thu, May 16, 2013 at 10:52:48PM +0200, Johannes Berg wrote:
> John,
> 
> Here's my first pull request for the 3.10 fixes stream. Unfortunately, a
> fairly large number of these also had to be tagged for stable.
> 
> This is what I have:
>  * a patch from Felix to fix RCU usage in his rate table code
>  * a patch from Ilan to add the wdev id to some notifications so they
> can
>    actually be used by userspace
>  * Sasha Levin found an issue in how hwsim handles devices
>  * a fix for a bug in the wiphy_register() error path that's been there
> forever
>  * three fixes for WoWLAN
>  * AP mode frame matching was erroneously giving frames to all virtual
> AP
>    interfaces (reported by Jouni)
>  * a fix for HT handling in my CSA changes, found by Sujith
>  * a fix for some locking simplifications gone wrong
>  * Ben Greear found more cfg80211/mac80211 state confusion
>  * and a fix for another bug found by Jouni: local state changes need to
> be
>    reported by mac80211 to cfg80211 so it disconnects properly.
> 
> Please pull. Thanks,
> johannes
> 
> 
> 
> The following changes since commit 61f1598278876527314f5fc1d00cf0a4d525c1f7:
> 
>   Merge branch 'wireless' (2013-05-10 09:44:05 -0700)
> 
> 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 e248ad30204eff6559b4d2d94d49d9d46c08185a:
> 
>   cfg80211: fix sending WoWLAN TCP wakeup settings (2013-05-16 22:38:09 +0200)

Pulling now...

-- 
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] 2+ messages in thread

end of thread, other threads:[~2013-05-17 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 20:52 pull-request: mac80211 2013-05-16 Johannes Berg
2013-05-17 18:21 ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).