diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-15 20:37:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-04-15 20:37:20 +0000 |
commit | 28718f2d5f3d97b77d005ba6b89d2d5af58a34be (patch) | |
tree | 87051e9c790c73b3989b0275679eeb38e9607d42 /package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch | |
parent | 14428874ae15939acd7b7b34d4d78cb1ff88f81b (diff) | |
download | mtk-20170518-28718f2d5f3d97b77d005ba6b89d2d5af58a34be.zip mtk-20170518-28718f2d5f3d97b77d005ba6b89d2d5af58a34be.tar.gz mtk-20170518-28718f2d5f3d97b77d005ba6b89d2d5af58a34be.tar.bz2 |
ath9k: fix crash issues caused by the ar9300 support patch
SVN-Revision: 20887
Diffstat (limited to 'package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch')
-rw-r--r-- | package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch b/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch index 999ced4..7b62a46 100644 --- a/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch +++ b/package/mac80211/patches/407-ath9k-override-mac-address-from-platform-data.patch @@ -11,7 +11,7 @@ #include "hw.h" #include "hw-ops.h" #include "rc.h" -@@ -416,18 +418,23 @@ static void ath9k_hw_init_defaults(struc +@@ -425,18 +427,23 @@ static void ath9k_hw_init_defaults(struc static int ath9k_hw_init_macaddr(struct ath_hw *ah) { struct ath_common *common = ath9k_hw_common(ah); |