Linux wireless drivers development
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: pull-request: mac80211-next 2017-02-09
Date: Thu,  9 Feb 2017 15:27:33 +0100	[thread overview]
Message-ID: <20170209142734.21891-1-johannes@sipsolutions.net> (raw)

Hi Dave,

Here are some more (final) updates for -next. Nothing here is
really interesting, mostly cleanups and small fixes.

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit d140199af510ad4749dc5e38b7922135258ba5fd:

  bpf, lpm: fix kfree of im_node in trie_update_elem (2017-01-23 21:17:35 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-davem-2017-02-09

for you to fetch changes up to f181d6a3bcc35633facf5f3925699021c13492c5:

  mac80211: fix CSA in IBSS mode (2017-02-09 15:18:24 +0100)

----------------------------------------------------------------
Some more updates:
 * use shash in mac80211 crypto code where applicable
 * some documentation fixes
 * pass RSSI levels up in change notifications
 * remove unused rfkill-regulator
 * various other cleanups

----------------------------------------------------------------
Amadeusz Sławiński (1):
      mac80211: use helper function to access ieee802_1d_to_ac[]

Andrzej Zaborowski (2):
      mac80211: Pass new RSSI level in CQM RSSI notification
      cfg80211: Pass new RSSI level in CQM RSSI notification

Ard Biesheuvel (2):
      mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipher
      mac80211: aes-cmac: switch to shash CMAC driver

Arend Van Spriel (1):
      nl80211: fix validation of scheduled scan info for wowlan netdetect

Dan Carpenter (1):
      mac80211: check for allocation failure in debugfs code

Johannes Berg (7):
      cfg80211: fix a documentation warning
      mac80211: fix documentation warnings
      rfkill: remove rfkill-regulator
      wireless: radiotap: rewrite the radiotap header file
      wireless: define cipher/AKM suites using a macro
      mac80211: add back lost debugfs files
      nl80211: add HT/VHT capabilities to AP parameters

Koen Vandeputte (1):
      mac80211: fix CSA in IBSS mode

Luca Coelho (2):
      cfg80211: make rdev assignment clearer in nl80211_testmode_dump()
      cfg80211: fix NAN bands definition

Pichugin Dmitry (1):
      cfg80211 debugfs: Cleanup some checkpatch issues

 drivers/net/wireless/intel/iwlwifi/mvm/rx.c      |   2 +
 drivers/net/wireless/marvell/mwifiex/sta_event.c |   4 +-
 drivers/net/wireless/rndis_wlan.c                |   2 +-
 drivers/net/wireless/rsi/rsi_91x_mac80211.c      |   2 +-
 drivers/net/wireless/st/cw1200/sta.c             |   2 +-
 drivers/net/wireless/ti/wl1251/event.c           |   4 +-
 drivers/net/wireless/ti/wlcore/event.c           |   3 +-
 include/linux/ieee80211.h                        |  49 +--
 include/linux/rfkill-regulator.h                 |  48 ---
 include/net/cfg80211.h                           |  92 +++--
 include/net/ieee80211_radiotap.h                 | 455 ++++++++---------------
 include/net/mac80211.h                           |  76 ++--
 include/uapi/linux/nl80211.h                     |  60 ++-
 net/mac80211/Kconfig                             |   1 +
 net/mac80211/aes_cmac.c                          | 126 ++-----
 net/mac80211/aes_cmac.h                          |  15 +-
 net/mac80211/cfg.c                               |   4 +-
 net/mac80211/debugfs.c                           |  12 +-
 net/mac80211/debugfs_sta.c                       |   1 +
 net/mac80211/fils_aead.c                         |  74 ++--
 net/mac80211/ibss.c                              |   4 +-
 net/mac80211/key.h                               |   2 +-
 net/mac80211/mlme.c                              |   9 +-
 net/mac80211/rx.c                                |   2 +-
 net/mac80211/status.c                            |   2 +-
 net/mac80211/trace.h                             |  27 +-
 net/mac80211/tx.c                                |   4 +-
 net/rfkill/Kconfig                               |  11 -
 net/rfkill/Makefile                              |   1 -
 net/rfkill/rfkill-regulator.c                    | 154 --------
 net/wireless/core.c                              |   3 +-
 net/wireless/debugfs.c                           |  10 +-
 net/wireless/nl80211.c                           | 114 ++++--
 net/wireless/trace.h                             |  27 +-
 34 files changed, 559 insertions(+), 843 deletions(-)
 delete mode 100644 include/linux/rfkill-regulator.h
 delete mode 100644 net/rfkill/rfkill-regulator.c

             reply	other threads:[~2017-02-09 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-09 14:27 Johannes Berg [this message]
2017-02-10 19:32 ` pull-request: mac80211-next 2017-02-09 David Miller

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=20170209142734.21891-1-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=davem@davemloft.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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