Set the FreeBSD capability bit to indicate that LNA diversity is enabled.
This is true for the AR9485 and AR933x SoC.
This commit is contained in:
@@ -2916,6 +2916,13 @@ ar9300_fill_capability_info(struct ath_hal *ah)
|
||||
}
|
||||
#endif /* ATH_ANT_DIV_COMB */
|
||||
|
||||
/*
|
||||
* FreeBSD: enable LNA mixing if the chip is Hornet or Poseidon.
|
||||
*/
|
||||
if (AR_SREV_HORNET(ah) || AR_SREV_POSEIDON_11_OR_LATER(ah)) {
|
||||
p_cap->halRxUsingLnaMixing = AH_TRUE;
|
||||
}
|
||||
|
||||
|
||||
#if ATH_WOW_OFFLOAD
|
||||
if (AR_SREV_JUPITER_20_OR_LATER(ah) || AR_SREV_APHRODITE(ah)) {
|
||||
|
||||
Reference in New Issue
Block a user