mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable TX STBC - it isn't used for now, but it isn't supported on Kite.
This commit is contained in:
parent
ecc16c8d3a
commit
e8def8942a
1 changed files with 2 additions and 1 deletions
|
|
@ -401,8 +401,9 @@ ar9285FillCapabilityInfo(struct ath_hal *ah)
|
|||
if (AR_SREV_KITE_12_OR_LATER(ah))
|
||||
pCap->halPSPollBroken = AH_FALSE;
|
||||
|
||||
/* Only RX STBC supported */
|
||||
pCap->halRxStbcSupport = 1;
|
||||
pCap->halTxStbcSupport = 1;
|
||||
pCap->halTxStbcSupport = 0;
|
||||
|
||||
return AH_TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue