diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-23 01:07:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-23 01:07:55 +0000 |
commit | 4e7201312e57eb4b417d2044ef04c1bb6aaf5896 (patch) | |
tree | d12577b7a8566dacd16276f90751a3cb93600fff /package/madwifi/patches/450-new_hal.patch | |
parent | 7268661d394f4359066741948fed4c11ab4529d8 (diff) | |
download | master-187ad058-4e7201312e57eb4b417d2044ef04c1bb6aaf5896.tar.gz master-187ad058-4e7201312e57eb4b417d2044ef04c1bb6aaf5896.tar.bz2 master-187ad058-4e7201312e57eb4b417d2044ef04c1bb6aaf5896.zip |
madwifi: improve reliability of the antenna diversity setting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13029 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 778f6da258..8b6094e45e 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 -@@ -7487,7 +7495,7 @@ ath_txq_setup(struct ath_softc *sc, int +@@ -7488,7 +7496,7 @@ ath_txq_setup(struct ath_softc *sc, int if (qtype == HAL_TX_QUEUE_UAPSD) qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE; else |