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

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

John,

Following your announcement, I figured I should get some code to you
still, if only because I'm lazy and don't want to disentangle the code I
already have later to break it up into fixes and features ...

This has a whole bunch of bugfixes for things that went into -next
previously as well as some other bugfixes I didn't want to rush into
3.14 at this point. The rest of it is some cleanups and a few small
features, the biggest of which is probably Janusz's regulatory DFS CAC
time code.

Please let me know if there's any problem.

johannes

---

The following changes since commit 6658ab80fd4ef940fc2366ddb66690a15ea69c18:

  mac80211: ibss: handle cfg80211_chandef_dfs_required() error codes (2014-02-21 09:37:46 +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 73fb08e24ae840bc518facc2c605dd6bb3751fec:

  cfg80211: remove macro ASSERT_RDEV_LOCK(rdev) (2014-03-19 21:29:58 +0100)

----------------------------------------------------------------
Alexander Bondar (1):
      mac80211: release sched_scan_sdata when stopping sched scan

Chun-Yeow Yeoh (1):
      mac80211: add missing update on rx status VHT flag

Eliad Peller (1):
      mac80211: add status_driver_data array to ieee80211_tx_info

Emmanuel Grumbach (2):
      cfg80211/mac80211: ignore signal if the frame was heard on wrong channel
      mac80211: set beamforming bit in radiotap

Ilan Peer (1):
      cfg80211: send stop AP event only due to internal reason

Janusz Dziedzic (3):
      cfg80211: regulatory: allow user to set world regdomain
      cfg80211: regulatory: allow getting DFS CAC time from userspace
      cfg80211: DFS get CAC time from regulatory database

Johannes Berg (4):
      cfg80211: regulatory: simplify uevent sending
      mac80211: fix potential use-after-free
      mac80211: verify deauthentication and return error on failure
      mac80211: fix suspend vs. authentication race

Luis R. Rodriguez (1):
      cfg80211: allow reprocessing of pending requests

Michael Braun (1):
      mac80211: fix WPA with VLAN on AP side with ps-sta again

Michal Kazior (1):
      mac80211: refactor channel switch function

Vladimir Kondratiev (1):
      wireless: max MSDU size for DMG networks

Zhao, Gang (3):
      cfg80211: make __cfg80211_join_ibss() static
      cfg80211: remove unnecessary check
      cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)

 include/linux/ieee80211.h    |   4 ++
 include/net/cfg80211.h       |  23 ++++----
 include/net/mac80211.h       |   6 ++-
 include/net/regulatory.h     |  21 +++++---
 include/uapi/linux/nl80211.h |   6 +++
 net/mac80211/cfg.c           | 121 ++++++++++++++++++++++++-------------------
 net/mac80211/ibss.c          |  12 +----
 net/mac80211/ieee80211_i.h   |   1 +
 net/mac80211/mlme.c          |  70 ++++++++++++++++---------
 net/mac80211/pm.c            |  14 +++--
 net/mac80211/rx.c            |   3 ++
 net/mac80211/scan.c          |   6 ++-
 net/mac80211/tx.c            |   2 +-
 net/wireless/ap.c            |   9 ++--
 net/wireless/chan.c          |  56 ++++++++++++++++++++
 net/wireless/core.c          |   2 +-
 net/wireless/core.h          |  10 ++--
 net/wireless/genregdb.awk    |   8 ++-
 net/wireless/ibss.c          |   8 +--
 net/wireless/mlme.c          |   2 +-
 net/wireless/nl80211.c       |  24 +++++++--
 net/wireless/reg.c           |  86 +++++++++++++++---------------
 net/wireless/reg.h           |   1 -
 net/wireless/scan.c          |  31 ++++++-----
 net/wireless/sme.c           |   1 -
 net/wireless/util.c          |   5 +-
 net/wireless/wext-sme.c      |   2 +-
 27 files changed, 339 insertions(+), 195 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 2014-03-19
  2014-03-19 20:33 pull-request: mac80211-next 2014-03-19 Johannes Berg
@ 2014-03-20 15:53 ` John W. Linville
  0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2014-03-20 15:53 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless

On Wed, Mar 19, 2014 at 09:33:10PM +0100, Johannes Berg wrote:
> John,
> 
> Following your announcement, I figured I should get some code to you
> still, if only because I'm lazy and don't want to disentangle the code I
> already have later to break it up into fixes and features ...
> 
> This has a whole bunch of bugfixes for things that went into -next
> previously as well as some other bugfixes I didn't want to rush into
> 3.14 at this point. The rest of it is some cleanups and a few small
> features, the biggest of which is probably Janusz's regulatory DFS CAC
> time code.
> 
> Please let me know if there's any problem.
> 
> johannes
> 
> ---
> 
> The following changes since commit 6658ab80fd4ef940fc2366ddb66690a15ea69c18:
> 
>   mac80211: ibss: handle cfg80211_chandef_dfs_required() error codes (2014-02-21 09:37:46 +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 73fb08e24ae840bc518facc2c605dd6bb3751fec:
> 
>   cfg80211: remove macro ASSERT_RDEV_LOCK(rdev) (2014-03-19 21:29:58 +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:[~2014-03-20 16:00 UTC | newest]

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