projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mac80211: minor fix for the offchannel status change notification
[openwrt.git]
/
package
/
madwifi
/
patches
/
426-header_len.patch
1
--- a/ath/if_ath.c
2
+++ b/ath/if_ath.c
3
@@ -888,9 +888,6 @@ ath_attach(u_int16_t devid, struct net_d
4
IEEE80211_ADDR_LEN +
5
IEEE80211_WEP_IVLEN +
6
IEEE80211_WEP_KIDLEN;
7
-#ifdef ATH_SUPERG_FF
8
- dev->hard_header_len += ATH_FF_MAX_HDR;
9
-#endif
10
#endif
11
dev->type = ARPHRD_IEEE80211;
12
This page took
0.053924 seconds
and
5
git commands to generate.