1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-15 16:38:39 +03:00
openwrt-xburst/target/linux/package/madwifi/patches/104-apmode_by_default.patch
nbd a2759fb484 fix for madwifi radiotap support (patch by jwright)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-17 16:32:51 +00:00

13 lines
469 B
Diff

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 autocreatemode = IEEE80211_M_STA;
+ int autocreatemode = IEEE80211_M_HOSTAP;
u_int8_t csz;
sc->sc_debug = ath_debug;