diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-17 16:32:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-17 16:32:51 +0000 |
commit | a2759fb484cd09119c6b3914a11b25e3c4571c3e (patch) | |
tree | 47c3ea99546b469f2a26bebb70bfe40e40ac17b6 /target/linux/package/madwifi/patches/104-apmode_by_default.patch | |
parent | ac54e514bea6f8fc27cc35ec0ad7899201ab6a21 (diff) |
fix for madwifi radiotap support (patch by jwright)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3249 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/madwifi/patches/104-apmode_by_default.patch')
-rw-r--r-- | target/linux/package/madwifi/patches/104-apmode_by_default.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/package/madwifi/patches/104-apmode_by_default.patch b/target/linux/package/madwifi/patches/104-apmode_by_default.patch index 345e757cc..f12427c4e 100644 --- a/target/linux/package/madwifi/patches/104-apmode_by_default.patch +++ b/target/linux/package/madwifi/patches/104-apmode_by_default.patch @@ -1,10 +1,10 @@ -diff -ur madwifi-ng-r1416-20060126/ath/if_ath.c madwifi-ng-r1416-20060126.openwrt/ath/if_ath.c ---- madwifi-ng-r1416-20060126/ath/if_ath.c 2006-01-23 08:07:51.000000000 +0100 -+++ madwifi-ng-r1416-20060126.openwrt/ath/if_ath.c 2006-02-06 12:29:42.000000000 +0100 -@@ -391,7 +391,7 @@ +diff -ru madwifi-ng-r1451-20060212/ath/if_ath.c madwifi-ng-r1451-20060212-patch/ath/if_ath.c +--- madwifi-ng-r1451-20060212/ath/if_ath.c 2006-02-11 07:04:39.000000000 -0500 ++++ madwifi-ng-r1451-20060212-patch/ath/if_ath.c 2006-02-16 06:06:34.000000000 -0500 +@@ -387,7 +387,7 @@ struct ath_hal *ah; HAL_STATUS status; - int error = 0,i; + int error = 0, i; - int autocreatemode = IEEE80211_M_STA; + int autocreatemode = IEEE80211_M_HOSTAP; u_int8_t csz; |