X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fkernel%2Fmac80211%2Fpatches%2F543-ath9k-allow-to-disable-bands-via-platform-data.patch;h=779ed6498d11654cf6439c70ae5be8149ddf921c;hp=621caf71c28c8d97bd2e7b97950d3339f8db97b7;hb=7d7209a4bd96c7f871717ec62653bc6da3de263a;hpb=f80c21c4d54308604fb5498682a68f4cbbf1c998 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 621caf71c2..779ed6498d 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 @@ -59,7 +59,7 @@ }; --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c -@@ -664,6 +664,8 @@ static int ath9k_init_softc(u16 devid, s +@@ -665,6 +665,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;