Merge tag 'mac80211-for-davem-2015-07-17' of...
Merge tag 'mac80211-for-davem-2015-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 Johannes Berg says: ==================== Some fixes for the current cycle: 1. Arik introduced an rtnl-locked regulatory API to be able to differentiate between place do/don't have the RTNL; this fixes missing locking in some of the code paths 2. Two small mesh bugfixes from Bob, one to avoid treating a certain malformed over-the-air frame and one to avoid sending a garbage field over the air. 3. A fix for powersave during WoWLAN suspend from Krishna Chaitanya. 4. A fix for a powersave vs. aggregation teardown race, from Michal. 5. Thomas reduced the loglevel of CRDA messages to avoid spamming the kernel log with mostly irrelevant information. 6. Tom fixed a dangling debugfs directory pointer that could cause crashes if subsequent addition of the same interface to debugfs failed for some reason. 7. A fix from myself for a list corruption issue in mac80211 during combined interface shutdown/removal - shut down interfaces first and only then remove them to avoid that. ==================== Signed-off-by:David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- include/net/cfg80211.h 17 additions, 0 deletionsinclude/net/cfg80211.h
- net/mac80211/debugfs_netdev.c 1 addition, 0 deletionsnet/mac80211/debugfs_netdev.c
- net/mac80211/iface.c 14 additions, 11 deletionsnet/mac80211/iface.c
- net/mac80211/mesh_plink.c 4 additions, 1 deletionnet/mac80211/mesh_plink.c
- net/mac80211/pm.c 16 additions, 0 deletionsnet/mac80211/pm.c
- net/mac80211/tdls.c 3 additions, 3 deletionsnet/mac80211/tdls.c
- net/mac80211/tx.c 3 additions, 1 deletionnet/mac80211/tx.c
- net/wireless/chan.c 34 additions, 11 deletionsnet/wireless/chan.c
- net/wireless/nl80211.c 8 additions, 6 deletionsnet/wireless/nl80211.c
- net/wireless/reg.c 4 additions, 4 deletionsnet/wireless/reg.c
- net/wireless/trace.h 7 additions, 4 deletionsnet/wireless/trace.h
Please register or sign in to comment