Hi John,
And one more for mac80211-next (and I have nothing for mac80211 today).
Here I have an IBSS improvement, interworking (11u) definitions, a
change to make the LED blinking nicer, more VHT (11ac) definitions, VHT
radiotap TX status, channel switch support in cfg80211 and mac80211 as
well as a small new debugfs file showing driver-buffered data for
sleeping clients.
Let me know if there's any problem.
Thanks,
johannes
The following changes since commit c82b5a74cc739385db6e4275fe504a0e9469bf01:
mac80211: make active monitor injection work w/ HW queue (2013-07-16 09:58:19 +0300)
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 73da7d5bab79ad7e16ff44d67c3fe8b9c0b33e5b:
mac80211: add channel switch command and beacon callbacks (2013-08-01 18:30:33 +0200)
----------------------------------------------------------------
Antonio Quartulli (1):
mac80211: ibss - remove not authorized station earlier
Avinash Patil (1):
ieee80211: add definition for interworking support
Fabio Baltieri (1):
mac80211: use oneshot blink API for LED triggers
Fred Zhou (1):
ieee80211: add definition for 802.11ac information elements
Johannes Berg (1):
mac80211: add debugfs for driver-buffered TID bitmap
Karl Beldan (1):
mac80211: report some VHT radiotap infos for tx status
Simon Wunderlich (2):
nl80211/cfg80211: add channel switch command
mac80211: add channel switch command and beacon callbacks
include/linux/ieee80211.h | 9 +++
include/net/cfg80211.h | 33 ++++++++
include/net/mac80211.h | 37 +++++++++
include/uapi/linux/nl80211.h | 30 +++++++
net/mac80211/cfg.c | 187 ++++++++++++++++++++++++++++++++++++++++++-
net/mac80211/chan.c | 58 ++++++++++++++
net/mac80211/debugfs_sta.c | 9 +++
net/mac80211/driver-ops.h | 13 +++
net/mac80211/ibss.c | 30 ++++++-
net/mac80211/ieee80211_i.h | 18 ++++-
net/mac80211/iface.c | 9 +++
net/mac80211/led.c | 19 ++---
net/mac80211/led.h | 4 +-
net/mac80211/status.c | 78 ++++++++++++++----
net/mac80211/trace.h | 26 ++++++
net/mac80211/tx.c | 79 +++++++++++++++++-
net/wireless/nl80211.c | 122 +++++++++++++++++++++++++++-
net/wireless/rdev-ops.h | 12 +++
net/wireless/trace.h | 33 ++++++++
19 files changed, 772 insertions(+), 34 deletions(-)
On Tue, Aug 06, 2013 at 10:56:32AM +0200, Johannes Berg wrote:
> Hi John,
>
> And one more for mac80211-next (and I have nothing for mac80211 today).
>
> Here I have an IBSS improvement, interworking (11u) definitions, a
> change to make the LED blinking nicer, more VHT (11ac) definitions, VHT
> radiotap TX status, channel switch support in cfg80211 and mac80211 as
> well as a small new debugfs file showing driver-buffered data for
> sleeping clients.
>
> Let me know if there's any problem.
>
> Thanks,
> johannes
>
> The following changes since commit c82b5a74cc739385db6e4275fe504a0e9469bf01:
>
> mac80211: make active monitor injection work w/ HW queue (2013-07-16 09:58:19 +0300)
>
> 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 73da7d5bab79ad7e16ff44d67c3fe8b9c0b33e5b:
>
> mac80211: add channel switch command and beacon callbacks (2013-08-01 18:30:33 +0200)
Pulling now...
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.