diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-16 21:06:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-16 21:06:30 +0000 |
commit | 6e9522d27e11d14df5acff0022fd3f894f997a7c (patch) | |
tree | 7a1bb245b59fb8c1750b905cb1087915a5ffface /package/madwifi/patches-testing/104-autocreate_none.patch | |
parent | 18c93fb457925b1fbf73acbde7cd3c722d8ef8f1 (diff) | |
download | upstream-6e9522d27e11d14df5acff0022fd3f894f997a7c.tar.gz upstream-6e9522d27e11d14df5acff0022fd3f894f997a7c.tar.bz2 upstream-6e9522d27e11d14df5acff0022fd3f894f997a7c.zip |
remove madwifi-testing (it confuses users) - it doesn't work, never has, and i'm not going to finish it.
SVN-Revision: 12992
Diffstat (limited to 'package/madwifi/patches-testing/104-autocreate_none.patch')
-rw-r--r-- | package/madwifi/patches-testing/104-autocreate_none.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/madwifi/patches-testing/104-autocreate_none.patch b/package/madwifi/patches-testing/104-autocreate_none.patch deleted file mode 100644 index 16ce6e8639..0000000000 --- a/package/madwifi/patches-testing/104-autocreate_none.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/ath/if_ath.c -+++ b/ath/if_ath.c -@@ -482,7 +482,7 @@ - HAL_STATUS status; - int error = 0; - unsigned int i; -- int autocreatemode = IEEE80211_M_STA; -+ int autocreatemode = -1; - u_int8_t csz; - - sc->devid = devid; |