ath9k: fix rx issues introduced in my last commit (fixes #14307)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 38362
This commit is contained in:
Felix Fietkau
2013-10-10 21:10:45 +00:00
parent db3013852a
commit a3cc10cba7
6 changed files with 114 additions and 13 deletions

View File

@@ -59,7 +59,7 @@
};
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -630,6 +630,8 @@ static int ath9k_init_softc(u16 devid, s
@@ -664,6 +664,8 @@ static int ath9k_init_softc(u16 devid, s
ah->is_clk_25mhz = pdata->is_clk_25mhz;
ah->get_mac_revision = pdata->get_mac_revision;
ah->external_reset = pdata->external_reset;