Linux wireless drivers development
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org
Subject: pull-request: mac80211-next 2013-06-11
Date: Tue, 11 Jun 2013 20:39:49 +0200	[thread overview]
Message-ID: <1370975989.8356.66.camel@jlt4.sipsolutions.net> (raw)

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

Hi,

And another one (last one for now!) for mac80211-next. This one's a
little bigger.

I have a number of mesh fixes and improvements from Colleen, Jacob,
Ashok and Thomas, powersave fixes in mac80211 from Alex, improved
management-TX from Antonio, and a few various things, including locking
fixes, from others and myself. Overall though, nothing really stands
out.

Thanks,
johannes


The following changes since commit 99e94940697adec4f84758adb2db71f4a82c7ba5:

  brcmsmac: Reduce log spam in heavy tx, make err print in debug (2013-06-03 15:55:48 -0400)

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 940d0ac9dbe3fb9d4806e96f006286c2e476deed:

  cfg80211: fix rtnl leak in wiphy dump error cases (2013-06-11 16:52:39 +0200)

----------------------------------------------------------------
Alexander Bondar (2):
      mac80211: fix powersave bug and clean up ieee80211_rx_bss_info
      mac80211: Use suitable semantics for beacon availability indication

Antonio Quartulli (4):
      mac80211: make mgmt_tx accept a NULL channel
      brcm80211: make mgmt_tx in brcmfmac accept a NULL channel
      ath6kl: make mgmt_tx accept a NULL channel
      nl80211: allow sending CMD_FRAME without specifying any frequency

Ashok Nagarajan (1):
      {nl,mac,cfg}80211: Allow user to configure basic rates for mesh

Colleen Twitty (2):
      {nl,cfg}80211: make peer link expiration time configurable
      mac80211: expire mesh peers based on mesh configuration

Felix Fietkau (2):
      mac80211: add a tx control flag to indicate PS-Poll/uAPSD response
      nl80211: add kernel-doc for NL80211_FEATURE_ACTIVE_MONITOR

Jacob Minshall (1):
      mac80211: set mesh formation field properly

Johannes Berg (10):
      cfg80211: take WoWLAN support information out of wiphy struct
      nl80211: remove bogus genlmsg_end() error checking
      Merge remote-tracking branch 'wireless-next/master' into HEAD
      cfg80211/mac80211: clean up cfg80211 SME APIs
      cfg80211: separate internal SME implementation
      regulatory: use proper enum return value
      cfg80211: fix potential deadlock regression
      cfg80211: make wiphy index start at 0 again
      wireless: fix kernel-doc
      cfg80211: fix rtnl leak in wiphy dump error cases

Jouni Malinen (1):
      cfg80211: fix VHT TDLS peer AID verification

Pontus Fuchs (1):
      mac80211: set IEEE80211_TX_CTL_REQ_TX_STATUS on nullframes

Thomas Pedersen (2):
      mac80211: don't check local mesh TTL on TX
      mac80211: fix mesh deadlock

 Documentation/DocBook/80211.tmpl                   |  11 +-
 drivers/net/wireless/ath/ath6kl/cfg80211.c         |  51 +-
 drivers/net/wireless/ath/ath9k/init.c              |  18 +-
 .../net/wireless/brcm80211/brcmfmac/wl_cfg80211.c  |  15 +-
 drivers/net/wireless/cw1200/main.c                 |  13 +-
 drivers/net/wireless/iwlwifi/dvm/dev.h             |   3 +
 drivers/net/wireless/iwlwifi/dvm/mac80211.c        |  17 +-
 drivers/net/wireless/iwlwifi/mvm/mac80211.c        |  28 +-
 drivers/net/wireless/iwlwifi/mvm/mvm.h             |   1 +
 drivers/net/wireless/mwifiex/cfg80211.c            |  16 +-
 drivers/net/wireless/ti/wlcore/main.c              |  19 +-
 include/linux/ieee80211.h                          |   1 +
 include/net/cfg80211.h                             | 115 ++---
 include/net/mac80211.h                             |  11 +-
 include/uapi/linux/nl80211.h                       |   9 +
 net/mac80211/cfg.c                                 |  20 +-
 net/mac80211/ieee80211_i.h                         |   3 +-
 net/mac80211/main.c                                |   3 +-
 net/mac80211/mesh.c                                |  38 +-
 net/mac80211/mesh.h                                |   5 +-
 net/mac80211/mesh_plink.c                          |   7 +-
 net/mac80211/mlme.c                                |  98 ++--
 net/mac80211/rx.c                                  |  26 +-
 net/mac80211/sta_info.c                            |   4 +-
 net/mac80211/sta_info.h                            |   3 +
 net/mac80211/tx.c                                  |   6 -
 net/mac80211/util.c                                |   5 +-
 net/wireless/core.c                                |  47 +-
 net/wireless/core.h                                |  30 +-
 net/wireless/ibss.c                                |   6 -
 net/wireless/mesh.c                                |  12 +
 net/wireless/mlme.c                                | 241 ++++-----
 net/wireless/nl80211.c                             | 192 ++++----
 net/wireless/reg.c                                 |   2 +-
 net/wireless/sme.c                                 | 542 ++++++++++-----------
 net/wireless/trace.h                               |  46 +-
 net/wireless/wext-sme.c                            |   8 +-
 37 files changed, 834 insertions(+), 838 deletions(-)


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

                 reply	other threads:[~2013-06-11 18:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1370975989.8356.66.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