Hi John,
More content for -next ... :) I've merged wireless-next to get the TDLS
patch to apply properly without causing undue conflicts in mwifiex.
This time, I have a number of small fixes and improvements, and those
are fairly straight-forward. More interesting changes come from Luca
with some preparations for the CSA work, mostly around interface/channel
combinations checking. One other possibly interesting change is a small
one by myself to add NAPI support back to mac80211, which can help
improve TCP behaviour through GRO.
Let me know if there's any problem!
johannes
---
The following changes since commit 35582ad9d342025653aaf28ed321bf5352488d7f:
Staging: rtl8812ae: remove modules field of rate_control_ops (2014-02-13 15:23:23 -0500)
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 6658ab80fd4ef940fc2366ddb66690a15ea69c18:
mac80211: ibss: handle cfg80211_chandef_dfs_required() error codes (2014-02-21 09:37:46 +0100)
----------------------------------------------------------------
Calvin Owens (1):
ieee80211: Print human-readable disassoc/deauth reason codes
David Spinadel (1):
mac80211: fix IE buffer len
Eliad Peller (2):
mac80211: reset probe_send_count also in HW_CONNECTION_MONITOR case
mac80211: add beacon_loss debugfs file
Janusz Dziedzic (1):
cfg80211: regulatory: introduce NL80211_RRF_AUTO_BW rule flag
Johannes Berg (10):
mac80211: remove superfluous band variable
mac80211_hwsim: fix number of channels in interface combinations
mac80211: simplify roc check in idle calculation
cfg80211: remove NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL
nl80211: use ie_len in scheduled scan
mac80211: add NAPI support back
mac80211: remove erroneous comment about RX radiotap header
Merge remote-tracking branch 'wireless-next/master' into mac80211-next
cfg80211: document sched_scan_stop synchronous behaviour
mac80211: allow driver to return error from sched_scan_stop
Luciano Coelho (7):
mac80211_hwsim: allow creation of single-channel radios with chanctx
cfg80211: docbook: fix small formatting error
cfg80211: docbook: add interface combinations documentation
mac80211: allow drivers to request SMPS off
nl80211: make sure we check for DFS with mesh channel switch
cfg80211: remove radar requirements check from cfg80211_can_use_iftype_chan()
mac80211: ibss: handle cfg80211_chandef_dfs_required() error codes
Sunil Dutt Undekari (1):
cfg80211: Pass TDLS peer capability information in tdls_mgmt
Documentation/DocBook/80211.tmpl | 2 +
drivers/net/wireless/iwlwifi/mvm/mac80211.c | 6 ++-
drivers/net/wireless/mac80211_hwsim.c | 31 +++++++----
drivers/net/wireless/mac80211_hwsim.h | 4 ++
drivers/net/wireless/mwifiex/cfg80211.c | 4 +-
drivers/net/wireless/ti/wlcore/main.c | 6 ++-
include/net/cfg80211.h | 24 ++++++---
include/net/mac80211.h | 43 ++++++---------
include/uapi/linux/nl80211.h | 42 ++++++++++-----
net/mac80211/cfg.c | 7 +--
net/mac80211/debugfs_netdev.c | 13 +++++
net/mac80211/driver-ops.h | 12 +++--
net/mac80211/ht.c | 2 -
net/mac80211/ibss.c | 5 ++
net/mac80211/ieee80211_i.h | 2 +
net/mac80211/iface.c | 11 ++--
net/mac80211/main.c | 12 +++++
net/mac80211/mlme.c | 72 ++++++++++++++++++++++---
net/mac80211/rx.c | 5 +-
net/mac80211/scan.c | 9 ++--
net/wireless/chan.c | 6 +--
net/wireless/genregdb.awk | 2 +
net/wireless/ibss.c | 7 ++-
net/wireless/mesh.c | 6 +++
net/wireless/nl80211.c | 33 ++++++++----
net/wireless/rdev-ops.h | 9 ++--
net/wireless/reg.c | 83 ++++++++++++++++-------------
net/wireless/trace.h | 12 +++--
net/wireless/util.c | 31 +----------
29 files changed, 312 insertions(+), 189 deletions(-)
On Fri, Feb 21, 2014 at 10:50:54AM +0100, Johannes Berg wrote:
> Hi John,
>
> More content for -next ... :) I've merged wireless-next to get the TDLS
> patch to apply properly without causing undue conflicts in mwifiex.
>
> This time, I have a number of small fixes and improvements, and those
> are fairly straight-forward. More interesting changes come from Luca
> with some preparations for the CSA work, mostly around interface/channel
> combinations checking. One other possibly interesting change is a small
> one by myself to add NAPI support back to mac80211, which can help
> improve TCP behaviour through GRO.
>
> Let me know if there's any problem!
>
> johannes
>
> ---
>
> The following changes since commit 35582ad9d342025653aaf28ed321bf5352488d7f:
>
> Staging: rtl8812ae: remove modules field of rate_control_ops (2014-02-13 15:23:23 -0500)
>
> 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 6658ab80fd4ef940fc2366ddb66690a15ea69c18:
>
> mac80211: ibss: handle cfg80211_chandef_dfs_required() error codes (2014-02-21 09:37:46 +0100)
Pulling now...
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.