Hi Dave, This morning I randomly ran into a kernel crash and then I looked into it and came up with this fix. It's clearly been around for quite a while without anyone having seen it before (to my knowledge), so if you think you don't want to pull it into net.git at this point that should be fine. Let me know what you want to do with it, I can also put it into mac80211-next instead (although then Greg complains that he gets a lot of Cc stable patches in rc1, but all the processes need time ...). Thanks, johannes The following changes since commit f84eaa1068315409ffbef57e6fea312180787db3: mac80211: ignore CSA to same channel (2015-03-16 09:36:12 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2015-04-01 for you to fetch changes up to 788211d81bfdf9b6a547d0530f206ba6ee76b107: mac80211: fix RX A-MPDU session reorder timer deletion (2015-04-01 14:35:01 +0200) ---------------------------------------------------------------- This contains just a single fix for a crash I happened to randomly run into today during testing. It's clearly been around for a while, but is pretty hard to trigger, even when I tried explicitly (and modified the code to make it more likely) it rarely did. ---------------------------------------------------------------- Johannes Berg (1): mac80211: fix RX A-MPDU session reorder timer deletion net/mac80211/agg-rx.c | 8 ++++++-- net/mac80211/rx.c | 7 ++++--- net/mac80211/sta_info.h | 2 ++ 3 files changed, 12 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html