Skip to content

Commit 3f71ff0

Browse files
ryderlee1110nbd168
authored andcommitted
mt76: mt7915: allow beaconing on all chains
This improves rate reach performance on units with polarized antennas. Signed-off-by: Ryder Lee <[email protected]> Signed-off-by: Felix Fietkau <[email protected]>
1 parent 123bc71 commit 3f71ff0

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/mediatek/mt76/mt7915

1 file changed

+1
-0
lines changed

drivers/net/wireless/mediatek/mt76/mt7915/mac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,7 @@ mt7915_mac_write_txwi_80211(struct mt7915_dev *dev, __le32 *txwi,
11011101
if (ieee80211_is_beacon(fc)) {
11021102
txwi[3] &= ~cpu_to_le32(MT_TXD3_SW_POWER_MGMT);
11031103
txwi[3] |= cpu_to_le32(MT_TXD3_REM_TX_COUNT);
1104+
txwi[7] |= cpu_to_le32(FIELD_PREP(MT_TXD7_SPE_IDX, 0x18));
11041105
}
11051106

11061107
if (info->flags & IEEE80211_TX_CTL_INJECTED) {

0 commit comments

Comments
 (0)