]> 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)
commitc2271d9c083909fd66e9f236d24eb727f30fab66
treeecd7a95b747104cd797bdc5be1a3e7258e2d77c8
parent92ce2707cfb6f77cd5e413837e490e150777a1cc
parent428ce81cc10b9d209bb9fc1d310c9024dc12941d
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>