]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit25ac3417b79b0aafd2401c96503716901be4533b
tree75f6f62924ef0e5f91f4268260dc352646554d01
parent2da897e51d7f23f872224218b9a4314503b0d360
parentb86071528f3261ab592fad5b9b1a02aea3dcabf3
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>