From 9fda86eac848dc88e8ebdd95af59ceaeb97e4938 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 10 Oct 2013 21:10:45 +0000 Subject: ath9k: fix rx issues introduced in my last commit (fixes #14307) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38362 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch') diff --git a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch b/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch index a65698b20d..9588649457 100644 --- a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch +++ b/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch @@ -81,7 +81,7 @@ struct ath_ops reg_ops; --- 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; -- cgit v1.2.3