linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: mac80211-next 2013-03-20
@ 2013-03-20 13:24 Johannes Berg
  2013-03-25 20:39 ` John W. Linville
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2013-03-20 13:24 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless

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

John,

I have accumulated a bunch of changes for -next as well.

Here I have a bunch of minstrel fixes from Felix, per-interface
multicast filtering from Alex, set_tim debouncing from Ilan,
per-interface debugfs cleanups from Stanislaw, an error return fix from
Wei and a number of small improvements and fixes that I made myself.

Let me know if there's any problem.

johannes


The following changes since commit 87f59c70ce6d1abeaaf97594835be29f746b81a0:

  mac80211: init mesh timer for user authed STAs (2013-03-06 16:36:14 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git for-john

for you to fetch changes up to f00f188f8212fec9976394976c4fd5d4a3bc4dcf:

  cfg80211: fix error return code in cfg80211_init() (2013-03-20 14:09:56 +0100)

----------------------------------------------------------------
Alexander Bondar (1):
      mac80211: add driver callback for per-interface multicast filter

Felix Fietkau (3):
      mac80211/minstrel_ht: improve rate selection stability
      mac80211/minstrel_ht: avoid useless sampling of high-probability slower rates
      mac80211/minstrel_ht: do not sample actively used rates

Ilan Peer (1):
      mac80211: Call drv_set_tim only if there is a change

Johannes Berg (10):
      mac80211: provide race-free 64-bit traffic counters
      mac80211: provide ieee80211_sta_eosp()
      mac80211: clean up key freeing a bit
      mac80211: remove underscores from some key functions
      mac80211: batch key free synchronize_net()
      mac80211: remove a few set but unused variables
      mac80211: pass queue bitmap to flush operation
      mac80211: stop queues temporarily for flushing
      mac80211_hwsim: assign CAB queue properly on interface type change
      cfg80211: fix potential connection work crash

Stanislaw Gruszka (2):
      mac80211: move sdata debugfs dir to vif
      mac80211: remove vif debugfs driver callbacks

Wei Yongjun (1):
      cfg80211: fix error return code in cfg80211_init()

 Documentation/DocBook/80211.tmpl                   |   2 +-
 drivers/net/wireless/ath/ar5523/ar5523.c           |   2 +-
 drivers/net/wireless/ath/ath9k/main.c              |   2 +-
 drivers/net/wireless/ath/carl9170/main.c           |   2 +-
 .../net/wireless/brcm80211/brcmsmac/mac80211_if.c  |   2 +-
 drivers/net/wireless/iwlegacy/common.c             |   3 +-
 drivers/net/wireless/iwlegacy/common.h             |   2 +-
 drivers/net/wireless/iwlwifi/dvm/mac80211.c        |   2 +-
 drivers/net/wireless/mac80211_hwsim.c              |   8 +-
 drivers/net/wireless/p54/main.c                    |   2 +-
 drivers/net/wireless/rt2x00/rt2x00.h               |   2 +-
 drivers/net/wireless/rt2x00/rt2x00mac.c            |   2 +-
 drivers/net/wireless/rtlwifi/core.c                |   2 +-
 drivers/net/wireless/ti/wlcore/main.c              |   2 +-
 include/net/mac80211.h                             |  68 ++++++-----
 net/mac80211/cfg.c                                 |  29 +++--
 net/mac80211/debugfs_key.c                         |  10 +-
 net/mac80211/debugfs_netdev.c                      |  22 ++--
 net/mac80211/driver-ops.h                          |  60 ++++------
 net/mac80211/ieee80211_i.h                         |  11 +-
 net/mac80211/iface.c                               |  17 ++-
 net/mac80211/key.c                                 | 129 +++++++++++++++------
 net/mac80211/key.h                                 |  15 +--
 net/mac80211/main.c                                |  22 +---
 net/mac80211/mesh.c                                |   5 +-
 net/mac80211/mlme.c                                |  12 +-
 net/mac80211/offchannel.c                          |   8 +-
 net/mac80211/pm.c                                  |   6 +-
 net/mac80211/rc80211_minstrel_ht.c                 |  24 +++-
 net/mac80211/scan.c                                |   7 +-
 net/mac80211/sta_info.c                            |  45 +++----
 net/mac80211/sta_info.h                            |   9 +-
 net/mac80211/trace.h                               |  35 +++++-
 net/mac80211/tx.c                                  |   8 +-
 net/mac80211/util.c                                |  48 ++++++--
 net/wireless/core.c                                |   4 +-
 net/wireless/sme.c                                 |   2 +-
 37 files changed, 374 insertions(+), 257 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-next 2013-03-20
  2013-03-20 13:24 pull-request: mac80211-next 2013-03-20 Johannes Berg
@ 2013-03-25 20:39 ` John W. Linville
  0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2013-03-25 20:39 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Wed, Mar 20, 2013 at 02:24:42PM +0100, Johannes Berg wrote:
> John,
> 
> I have accumulated a bunch of changes for -next as well.
> 
> Here I have a bunch of minstrel fixes from Felix, per-interface
> multicast filtering from Alex, set_tim debouncing from Ilan,
> per-interface debugfs cleanups from Stanislaw, an error return fix from
> Wei and a number of small improvements and fixes that I made myself.
> 
> Let me know if there's any problem.
> 
> johannes
> 
> 
> The following changes since commit 87f59c70ce6d1abeaaf97594835be29f746b81a0:
> 
>   mac80211: init mesh timer for user authed STAs (2013-03-06 16:36:14 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git for-john
> 
> for you to fetch changes up to f00f188f8212fec9976394976c4fd5d4a3bc4dcf:
> 
>   cfg80211: fix error return code in cfg80211_init() (2013-03-20 14:09:56 +0100)

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-03-25 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20 13:24 pull-request: mac80211-next 2013-03-20 Johannes Berg
2013-03-25 20:39 ` 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).