Hi Dave, My last pull request introduced two bugs, and we found two more that were present earlier, so I have four bug fixes now. Please pull. Thanks, Johannes The following changes since commit bbbe8c8c596b3784a2ed08772900e827f8ba72c5: mac80211: add missing documentation for rate_ctrl_lock (2015-05-06 16:00:32 +0200) 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-2015-05-19 for you to fetch changes up to 658358cec93a7130615cfc1d6843ab07e49625e6: mac80211: fix throughput LED trigger (2015-05-11 19:16:04 +0200) ---------------------------------------------------------------- This just has a few fixes: * LED throughput trigger was crashing * fast-xmit wasn't treating QoS changes in IBSS correctly * TDLS could use the wrong channel definition * using a reserved channel context could use the wrong channel width ---------------------------------------------------------------- Andrei Otcheretianski (1): mac80211: adjust reserved chan_ctx when assigned to vif Arik Nemtsov (1): mac80211: TDLS: use the BSS chandef for HT/VHT operation IEs Johannes Berg (2): mac80211: check fast-xmit if IBSS STA QoS changed mac80211: fix throughput LED trigger net/mac80211/chan.c | 4 ++++ net/mac80211/ibss.c | 5 ++++- net/mac80211/ieee80211_i.h | 1 - net/mac80211/led.c | 12 ++++++------ net/mac80211/tdls.c | 27 ++++++++------------------- 5 files changed, 22 insertions(+), 27 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html