ath9k: fix massive rx packet loss issue
authorFelix Fietkau <nbd@openwrt.org>
Sun, 15 Nov 2009 21:27:17 +0000 (22:27 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Nov 2009 19:17:13 +0000 (14:17 -0500)
commitdd6ae4f877ce8cde9f57046a8eea4efc46950502
tree90c0fda951494509b840c61c82ce26e0d563760c
parent31a4cf1f22677ba1ea90be055bc20aac25b8e7c4
ath9k: fix massive rx packet loss issue

This patch fixes a regression introduced in
"ath9k: avoid the copy skb->cb on every RX'd skb"

With that change, the rx status in skb->cb was left uninitialized

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/common.c