linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: pull-request: mac80211-next 2014-02-21
Date: Fri, 21 Feb 2014 10:50:54 +0100	[thread overview]
Message-ID: <1392976254.4346.45.camel@jlt4.sipsolutions.net> (raw)

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

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


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

             reply	other threads:[~2014-02-21  9:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-21  9:50 Johannes Berg [this message]
2014-02-24 20:03 ` pull-request: mac80211-next 2014-02-21 John W. Linville

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1392976254.4346.45.camel@jlt4.sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).