source:
freewrt/package/madwifi/patches/104-apmode_by_default.patch@
db5651c
| Last change on this file since db5651c was db5651c, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 463 bytes | |
-
ath/if_ath.c
diff -ruN madwifi-ng-r1486-20060329/ath/if_ath.c madwifi-ng-r1486-20060329-patch/ath/if_ath.c
old new 388 388 struct ath_hal *ah; 389 389 HAL_STATUS status; 390 390 int error = 0, i; 391 int autocreatemode = IEEE80211_M_ STA;391 int autocreatemode = IEEE80211_M_HOSTAP; 392 392 u_int8_t csz; 393 393 394 394 sc->devid = devid;
Note:
See TracBrowser
for help on using the repository browser.
