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/400-new_hal.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/400-new_hal.patch')
-rw-r--r-- | package/madwifi/patches/400-new_hal.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/400-new_hal.patch b/package/madwifi/patches/400-new_hal.patch index 0db41683f0..085b602051 100644 --- a/package/madwifi/patches/400-new_hal.patch +++ b/package/madwifi/patches/400-new_hal.patch @@ -15,7 +15,7 @@ /* * Check if the MAC has multi-rate retry support. * We do this by trying to setup a fake extended -@@ -7555,7 +7563,7 @@ ath_txq_setup(struct ath_softc *sc, int +@@ -7563,7 +7571,7 @@ ath_txq_setup(struct ath_softc *sc, int if (qtype == HAL_TX_QUEUE_UAPSD) qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE; else |