]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-next-for-davem-2015-06-10' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2015 05:49:49 +0000 (22:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2015 05:49:49 +0000 (22:49 -0700)
commit45e958b82d845d6111c9d5d828d8d517702995dc
treeecd7a95b747104cd797bdc5be1a3e7258e2d77c8
parentd5e59f5e4f225b47858307a74b8c896c11cdc89b
parentcde211eaf23d742e4cc707710632150284a737b9
Merge tag 'mac80211-next-for-davem-2015-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next

Johannes Berg says:

====================
For this round we mostly have fixes:
 * mesh fixes from Alexis Green and Chun-Yeow Yeoh,
 * a documentation fix from Jakub Kicinski,
 * a missing channel release (from Michal Kazior),
 * a fix for a signal strength reporting bug (from Sara Sharon),
 * handle deauth while associating (myself),
 * don't report mangled TX SKB back to userspace for status (myself),
 * handle aggregation session timeouts properly in fast-xmit (myself)

However, there are also a few cleanups and one big change that
affects all drivers (and that required me to pull in your tree)
to change the mac80211 HW flags to use an unsigned long bitmap
so that we can extend them more easily - we're running out of
flags even with a cleanup to remove the two unused ones.
====================

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