source: freewrt/package/madwifi/patches/patch-ath_if_ath_c@ 9ff05d6

freewrt_1_0 freewrt_2_0
Last change on this file since 9ff05d6 was 9ff05d6, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

update madwifi to 0.9.2, works on netgear

git-svn-id: svn://www.freewrt.org/trunk/freewrt@667 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 373 bytes
Line 
1$FreeWRT$
2--- madwifi-0.9.2.orig/ath/if_ath.c Sat Jul 8 08:47:19 2006
3+++ madwifi-0.9.2/ath/if_ath.c Thu Sep 21 02:33:34 2006
4@@ -387,7 +387,7 @@ ath_attach(u_int16_t devid, struct net_d
5 struct ath_hal *ah;
6 HAL_STATUS status;
7 int error = 0, i;
8- int autocreatemode = IEEE80211_M_STA;
9+ int autocreatemode = IEEE80211_M_HOSTAP;
10 u_int8_t csz;
11
12 sc->devid = devid;
Note: See TracBrowser for help on using the repository browser.