]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/linux/kerne...
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2015 20:56:22 +0000 (15:56 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Dec 2015 20:56:22 +0000 (15:56 -0500)
commitaad538927e10d02a026411802a554ff7ffb131c1
tree9370880eb39c25c86eb3a44ea6aa0b0f56f3eb8f
parent21bdf1b876f6293a7f64f754573c45fb9d7be192
parenta53622a6d03304e42a9db63f05473f320d803997
Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
A small set of fixes for 4.4:
 * fix scanning in mac80211 to not actively scan radar
   channels (from Antonio)
 * fix uninitialized variable in remain-on-channel that
   could lead to treating frame TX as remain-on-channel
   and not sending the frame at all
 * remove NL80211_FEATURE_FULL_AP_CLIENT_STATE again, it
   was broken and needs more work, we'll enable it later
 * fix call_rcu() induced use-after-reset/free in mesh
   (that was suddenly causing issues in certain tests)
 * always request block-ack window size 64 as we found
   some APs will otherwise crash (really ...)
 * fix P2P-Device teardown sequence to avoid restarting
   with uninitialized data
====================

Signed-off-by: David S. Miller <davem@davemloft.net>