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/417-beacon_txpower.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/417-beacon_txpower.patch')
-rw-r--r-- | package/madwifi/patches/417-beacon_txpower.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/417-beacon_txpower.patch b/package/madwifi/patches/417-beacon_txpower.patch index 4746116c41..80d810a7db 100644 --- a/package/madwifi/patches/417-beacon_txpower.patch +++ b/package/madwifi/patches/417-beacon_txpower.patch @@ -9,7 +9,7 @@ static int countrycode = -1; static int maxvaps = -1; static int outdoor = -1; -@@ -4923,6 +4923,7 @@ ath_beacon_setup(struct ath_softc *sc, s +@@ -4931,6 +4931,7 @@ ath_beacon_setup(struct ath_softc *sc, s (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ == IEEE80211_F_SHPREAMBLE) struct ieee80211com *ic = bf->bf_node->ni_ic; @@ -17,7 +17,7 @@ struct sk_buff *skb = bf->bf_skb; struct ath_hal *ah = sc->sc_ah; struct ath_desc *ds; -@@ -4990,7 +4991,7 @@ ath_beacon_setup(struct ath_softc *sc, s +@@ -4998,7 +4999,7 @@ ath_beacon_setup(struct ath_softc *sc, s skb->len + IEEE80211_CRC_LEN, /* frame length */ sizeof(struct ieee80211_frame), /* header length */ HAL_PKT_TYPE_BEACON, /* Atheros packet type */ |