]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/pub/scm/linux/kerne...
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Feb 2016 21:58:12 +0000 (16:58 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Feb 2016 21:58:12 +0000 (16:58 -0500)
commit4074ed750849c914432be9e53373137ac3ccff6f
tree75f6f62924ef0e5f91f4268260dc352646554d01
parent306a5860b1571bc23ece8dbe5982950d475cf17d
parent4ce6a461fd45491906b56a396beb6c2707074df2
Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
Another small set of fixes:
 * stop critical protocol session on disconnect to avoid
   it getting stuck
 * wext: fix two RTNL message ordering issues
 * fix an uninitialized value (found by KASAN)
 * fix an out-of-bounds access (also found by KASAN)
 * clear connection keys when freeing them in all cases
   (IBSS, all other places already did so)
 * fix expected throughput unit to get consistent values
 * set default TX aggregation timeout to 0 in minstrel
   to avoid (really just hide) issues and perform better
====================

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