ath9k: discard undersized packets
authorFelix Fietkau <nbd@nbd.name>
Mon, 22 Jan 2018 06:00:16 +0000 (08:00 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 25 Jan 2018 05:30:49 +0000 (07:30 +0200)
commit3c0efb745a172bfe96459e20cbd37b0c945d5f8d
tree24c4444ab57333e7e93bb782d24716afd1a5f254
parentebdd7b491b8a65d65936e07004caabca4a3c94a0
ath9k: discard undersized packets

Sometimes the hardware will push small packets that trigger a WARN_ON
in mac80211. Discard them early to avoid this issue.

Reported-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/recv.c