X-Git-Url: http://git.ozo.com/?p=openwrt-14.07%2F.git;a=blobdiff_plain;f=package%2Fkernel%2Fmac80211%2Fpatches%2F543-ath9k-allow-to-disable-bands-via-platform-data.patch;h=2483744179594277af502cd861501ea6b1ddb07d;hp=e4c01be096569bcdcb9d850e3e996a7fd5858c53;hb=3818debcd0b7c1d56ed155cc10748b0314319d53;hpb=fa74ff9964527b012866a8b856c5da60d4e01491 diff --git a/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch b/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch index e4c01be..2483744 100644 --- a/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch +++ b/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch @@ -58,7 +58,7 @@ }; --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c -@@ -522,6 +522,8 @@ static int ath9k_init_softc(u16 devid, s +@@ -518,6 +518,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;