Following your warning ... :-) We have a lot of TDLS patches, among them a fix that should make hwsim tests happy again. The rest, this time, is mostly small fixes. Let me know if there are any issues. johannes The following changes since commit 97dc94f1d933c9df2c0b327066ea130c0e92083f: cfg80211: remove channel_switch combination check (2014-06-25 18:06:20 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git HEAD for you to fetch changes up to 08cf42e843f9a7e253502011c81677f61f7e5c42: mac80211: add support for Rx reordering offloading (2014-07-21 17:42:07 +0200) ---------------------------------------------------------------- Arik Nemtsov (14): mac80211: track TDLS initiator internally mac80211: fix error path for TDLS setup mac80211: consolidate TDLS IE treatment mac80211: split extra TDLS IEs in setup frames mac80211: avoid adding some IEs on TDLS setup failure packets mac80211: set TDLS capab to zero on failure frames mac80211: add QoS IE during TDLS setup start mac80211: add TDLS QoS param IE on setup-confirm mac80211: move TDLS data to mgd private part mac80211: support HT for TDLS stations mac80211: set Rx highest rate in ht_cap mac80211: disable VHT for TDLS cfg80211: fix TDLS setup with VHT peers mac80211: ignore frames between TDLS peers when operating as AP Eytan Lifshitz (1): mac80211: remove useless NULL checks Johannes Berg (1): mac80211: suppress unused variable warning without lockdep Liad Kaufman (1): mac80211: make sure TDLS teardown packet is sent on time Luciano Coelho (1): mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flag Luis R. Rodriguez (1): wireless: fixup genregdb.awk for remove of antenna gain from wireless-regd Max Stepanov (1): mac80211: fix a potential NULL access in ieee80211_crypto_hw_decrypt Michal Kazior (2): mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE mac80211: add support for Rx reordering offloading include/linux/ieee80211.h | 20 ++ include/net/mac80211.h | 34 ++++ net/mac80211/agg-rx.c | 110 ++++++++--- net/mac80211/chan.c | 2 +- net/mac80211/ht.c | 10 +- net/mac80211/ibss.c | 13 +- net/mac80211/ieee80211_i.h | 34 +++- net/mac80211/iface.c | 31 ++- net/mac80211/key.c | 3 - net/mac80211/mlme.c | 22 +-- net/mac80211/rx.c | 65 +++++-- net/mac80211/sta_info.h | 8 +- net/mac80211/tdls.c | 459 ++++++++++++++++++++++++++++++++++++++------- net/mac80211/util.c | 15 ++ net/mac80211/vht.c | 4 + net/mac80211/wpa.c | 2 +- net/wireless/Kconfig | 6 + net/wireless/genregdb.awk | 35 ++-- net/wireless/nl80211.c | 3 +- 19 files changed, 707 insertions(+), 169 deletions(-)
Attachment:
signature.asc
Description: This is a digitally signed message part