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/409-ath9k-fix-compile-error-in-debug.c.patch | |
parent | 58a11bcb40c33fde7e53e6c7be831da0540fd59a (diff) | |
download | upstream-28f3acc0317a622b084814f65b523e6f5ba234d5.tar.gz upstream-28f3acc0317a622b084814f65b523e6f5ba234d5.tar.bz2 upstream-28f3acc0317a622b084814f65b523e6f5ba234d5.zip |
mac80211: update compat-wireless to 2009-03-07
SVN-Revision: 14795
Diffstat (limited to 'package/mac80211/patches/409-ath9k-fix-compile-error-in-debug.c.patch')
-rw-r--r-- | package/mac80211/patches/409-ath9k-fix-compile-error-in-debug.c.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/mac80211/patches/409-ath9k-fix-compile-error-in-debug.c.patch b/package/mac80211/patches/409-ath9k-fix-compile-error-in-debug.c.patch deleted file mode 100644 index 8f655df57a..0000000000 --- a/package/mac80211/patches/409-ath9k-fix-compile-error-in-debug.c.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 15af1877e9fbb75c4a7506ab86e743c49a195e97 Mon Sep 17 00:00:00 2001 -From: Gabor Juhos <juhosg@openwrt.org> -Date: Fri, 6 Mar 2009 09:46:27 +0100 -Subject: [PATCH 2/2] ath9k: fix compile error in debug.c - -drivers/net/wireless/ath9k/debug.c: In function 'read_file_wiphy': -drivers/net/wireless/ath9k/debug.c:377: error: implicit declaration of -function 'put_unaligned_le32' -drivers/net/wireless/ath9k/debug.c:378: error: implicit declaration of -function 'put_unaligned_le16' - -Signed-off-by: Gabor Juhos <juhosg@openwrt.org> ---- - drivers/net/wireless/ath9k/debug.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - ---- a/drivers/net/wireless/ath9k/debug.c -+++ b/drivers/net/wireless/ath9k/debug.c -@@ -14,6 +14,8 @@ - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - -+#include <asm/unaligned.h> -+ - #include "ath9k.h" - - static unsigned int ath9k_debug = DBG_DEFAULT; |