diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-07 21:00:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-07 21:00:35 +0000 |
commit | a8a91697ce4c8f9d1e701b52356f69702741d5cd (patch) | |
tree | 70c15d4591a6a9596ffb1c3d4e2e2140265e4709 /package/madwifi/patches/393-mbss_vap_auth.patch | |
parent | 3dea7e450fa43f07f76ca9fc6b1b0e51fa1af5fd (diff) | |
download | upstream-a8a91697ce4c8f9d1e701b52356f69702741d5cd.tar.gz upstream-a8a91697ce4c8f9d1e701b52356f69702741d5cd.tar.bz2 upstream-a8a91697ce4c8f9d1e701b52356f69702741d5cd.zip |
madwifi: improve autochannel, nuke some dead code, fix scanlist building from channel mode
SVN-Revision: 15702
Diffstat (limited to 'package/madwifi/patches/393-mbss_vap_auth.patch')
-rw-r--r-- | package/madwifi/patches/393-mbss_vap_auth.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/madwifi/patches/393-mbss_vap_auth.patch b/package/madwifi/patches/393-mbss_vap_auth.patch index 233aeedb5c..e1c9cae0d0 100644 --- a/package/madwifi/patches/393-mbss_vap_auth.patch +++ b/package/madwifi/patches/393-mbss_vap_auth.patch @@ -319,7 +319,7 @@ --- a/ath/if_ath.c +++ b/ath/if_ath.c -@@ -6580,9 +6580,8 @@ ath_recv_mgmt(struct ieee80211vap * vap, +@@ -6588,9 +6588,8 @@ ath_recv_mgmt(struct ieee80211vap * vap, sc->sc_recv_mgmt(vap, ni_or_null, skb, subtype, rssi, rtsf); @@ -330,7 +330,7 @@ (const struct ieee80211_frame_min *)skb->data); if (ni == NULL) { DPRINTF(sc, ATH_DEBUG_BEACON, "Dropping; node unknown.\n"); -@@ -6737,7 +6736,9 @@ ath_rx_poll(struct net_device *dev, int +@@ -6745,7 +6744,9 @@ ath_rx_poll(struct net_device *dev, int struct ath_desc *ds; struct ath_rx_status *rs; struct sk_buff *skb = NULL; @@ -340,7 +340,7 @@ unsigned int len; int type; u_int phyerr; -@@ -6892,12 +6893,15 @@ rx_accept: +@@ -6900,12 +6901,15 @@ rx_accept: skb_trim(skb, skb->len - IEEE80211_CRC_LEN); if (mic_fail) { @@ -358,7 +358,7 @@ if (ni && ni->ni_table) { ieee80211_check_mic(ni, skb); -@@ -6959,11 +6963,24 @@ drop_micfail: +@@ -6967,11 +6971,24 @@ drop_micfail: * for its use. If the sender is unknown spam the * frame; it'll be dropped where it's not wanted. */ @@ -385,7 +385,7 @@ ATH_RSSI_LPF(ATH_NODE(ni)->an_avgrssi, rs->rs_rssi); type = ieee80211_input(ni->ni_vap, ni, skb, rs->rs_rssi, bf->bf_tsf); ieee80211_unref_node(&ni); -@@ -6972,24 +6989,35 @@ drop_micfail: +@@ -6980,24 +6997,35 @@ drop_micfail: * No key index or no entry, do a lookup and * add the node to the mapping table if possible. */ |