diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-12-04 19:54:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-12-04 19:54:16 +0000 |
commit | 130413bb0f1de803e52cd168c59373b3e6473f4e (patch) | |
tree | 2c7f24a769e11d9ef1606fa34ce7e000504db416 /package/madwifi/patches/450-new_hal.patch | |
parent | 05ea87a13ff744ea8a360caead70292f1311d91f (diff) | |
download | upstream-130413bb0f1de803e52cd168c59373b3e6473f4e.tar.gz upstream-130413bb0f1de803e52cd168c59373b3e6473f4e.tar.bz2 upstream-130413bb0f1de803e52cd168c59373b3e6473f4e.zip |
madwifi: fix the autochannel patch
SVN-Revision: 13520
Diffstat (limited to 'package/madwifi/patches/450-new_hal.patch')
-rw-r--r-- | package/madwifi/patches/450-new_hal.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/450-new_hal.patch b/package/madwifi/patches/450-new_hal.patch index 5c37125083..199f91fb05 100644 --- a/package/madwifi/patches/450-new_hal.patch +++ b/package/madwifi/patches/450-new_hal.patch @@ -108,7 +108,7 @@ /* * Check if the MAC has multi-rate retry support. * We do this by trying to setup a fake extended -@@ -7518,7 +7526,7 @@ ath_txq_setup(struct ath_softc *sc, int +@@ -7521,7 +7529,7 @@ ath_txq_setup(struct ath_softc *sc, int if (qtype == HAL_TX_QUEUE_UAPSD) qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE; else |