]> asedeno.scripts.mit.edu Git - linux.git/commit
ath9k: declare required extra tx headroom
authorFelix Fietkau <nbd@openwrt.org>
Thu, 24 Sep 2015 14:59:46 +0000 (16:59 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 26 Sep 2015 17:34:38 +0000 (20:34 +0300)
commit029cd0370241641eb70235d205aa0b90c84dce44
treee5f1f4317256057406e07a8c90825ddf167c8c29
parentbdb06cbf77cb01911694cc9076ffa8196b7b9b61
ath9k: declare required extra tx headroom

ath9k inserts padding between the 802.11 header and the data area (to
align it). Since it didn't declare this extra required headroom, this
led to some nasty issues like randomly dropped packets in some setups.

Cc: stable@vger.kernel.org
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/init.c