X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F555-ath9k-allow-to-disable-bands-via-platform-data.patch;h=bdb4ba0ff02a74381846da47fb3dff60a3b95618;hp=93c70b63ff2e19363b7da80f98dfe61f42255f61;hb=4f6f5cf821643afdec581ae8723fa27b14b057ac;hpb=4d391518657c7bd4494f93981ec923bb21cab363 diff --git a/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch b/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch index 93c70b63ff..bdb4ba0ff0 100644 --- a/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch +++ b/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch @@ -48,7 +48,7 @@ AR_SREV_9285(ah) || --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h -@@ -908,6 +908,8 @@ struct ath_hw { +@@ -961,6 +961,8 @@ struct ath_hw { bool is_clk_25mhz; int (*get_mac_revision)(void); int (*external_reset)(void); @@ -59,7 +59,7 @@ }; --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c -@@ -582,6 +582,8 @@ static int ath9k_init_softc(u16 devid, s +@@ -587,6 +587,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;