diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-08-15 16:42:48 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-08-15 16:42:48 +0000 |
commit | f7abb800cfa0668928c500d365050682fbdbce44 (patch) | |
tree | 560334239421af37530fe0775f7041614f96d7df /package/mac80211/patches/402-ath9k-enable-debug.patch | |
parent | 620efa556f4768ea88a29d72418490974848eca2 (diff) | |
download | upstream-f7abb800cfa0668928c500d365050682fbdbce44.tar.gz upstream-f7abb800cfa0668928c500d365050682fbdbce44.tar.bz2 upstream-f7abb800cfa0668928c500d365050682fbdbce44.zip |
Do not build the mac80211 module in the kernel. The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more.
SVN-Revision: 17276
Diffstat (limited to 'package/mac80211/patches/402-ath9k-enable-debug.patch')
-rw-r--r-- | package/mac80211/patches/402-ath9k-enable-debug.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/402-ath9k-enable-debug.patch b/package/mac80211/patches/402-ath9k-enable-debug.patch index 05de3120e7..92277a343b 100644 --- a/package/mac80211/patches/402-ath9k-enable-debug.patch +++ b/package/mac80211/patches/402-ath9k-enable-debug.patch @@ -1,6 +1,6 @@ --- a/config.mk +++ b/config.mk -@@ -171,7 +171,7 @@ ifneq ($(CONFIG_PCI),) +@@ -156,7 +156,7 @@ ifneq ($(CONFIG_PCI),) # CONFIG_ATH5K_DEBUG=y # CONFIG_ATH5K_RFKILL=y # CONFIG_ATH9K=m |