diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-08 19:25:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-03-08 19:25:11 +0000 |
commit | 28f3acc0317a622b084814f65b523e6f5ba234d5 (patch) | |
tree | 3a1344c8c8def8ddf02758b38d30fc6cb1c698a7 /package/mac80211/patches/408-ath9k-fix-compile-error-in-ahb.c.patch | |
parent | 58a11bcb40c33fde7e53e6c7be831da0540fd59a (diff) | |
download | mtk-20170518-28f3acc0317a622b084814f65b523e6f5ba234d5.zip mtk-20170518-28f3acc0317a622b084814f65b523e6f5ba234d5.tar.gz mtk-20170518-28f3acc0317a622b084814f65b523e6f5ba234d5.tar.bz2 |
mac80211: update compat-wireless to 2009-03-07
SVN-Revision: 14795
Diffstat (limited to 'package/mac80211/patches/408-ath9k-fix-compile-error-in-ahb.c.patch')
-rw-r--r-- | package/mac80211/patches/408-ath9k-fix-compile-error-in-ahb.c.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/mac80211/patches/408-ath9k-fix-compile-error-in-ahb.c.patch b/package/mac80211/patches/408-ath9k-fix-compile-error-in-ahb.c.patch deleted file mode 100644 index 730c27b..0000000 --- a/package/mac80211/patches/408-ath9k-fix-compile-error-in-ahb.c.patch +++ /dev/null @@ -1,24 +0,0 @@ -From c464fc7b864a15422d2d7e52f3ac3c09999a8514 Mon Sep 17 00:00:00 2001 -From: Gabor Juhos <juhosg@openwrt.org> -Date: Fri, 6 Mar 2009 09:46:06 +0100 -Subject: [PATCH 1/2] ath9k: fix compile error in ahb.c - -drivers/net/wireless/ath9k/ahb.c: In function 'ath_ahb_probe': -drivers/net/wireless/ath9k/ahb.c:136: error: 'aphy' undeclared (first -use in this function) - -Signed-off-by: Gabor Juhos <juhosg@openwrt.org> ---- - drivers/net/wireless/ath9k/ahb.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - ---- a/drivers/net/wireless/ath9k/ahb.c -+++ b/drivers/net/wireless/ath9k/ahb.c -@@ -60,6 +60,7 @@ static struct ath_bus_ops ath_ahb_bus_op - static int ath_ahb_probe(struct platform_device *pdev) - { - void __iomem *mem; -+ struct ath_wiphy *aphy; - struct ath_softc *sc; - struct ieee80211_hw *hw; - struct resource *res; |