projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add /etc/firewall.user to be backed up becuase it is an example in /etc/config/firewall
[openwrt.git]
/
package
/
madwifi
/
patches-testing
/
104-autocreate_none.patch
1
--- a/ath/if_ath.c
2
+++ b/ath/if_ath.c
3
@@ -482,7 +482,7 @@
4
HAL_STATUS status;
5
int error = 0;
6
unsigned int i;
7
- int autocreatemode = IEEE80211_M_STA;
8
+ int autocreatemode = -1;
9
u_int8_t csz;
10
11
sc->devid = devid;
This page took
0.053506 seconds
and
5
git commands to generate.