Skip to content

Commit

Permalink
wifi: mt76: mt7915: fix rx filter setting for bfee functionality
Browse files Browse the repository at this point in the history
Fix rx filter setting to prevent dropping NDPA frames. Without this
change, bfee functionality may behave abnormally.

Fixes: e57b7901469f ("mt76: add mac80211 driver for MT7915 PCIe-based chipsets")
Signed-off-by: Howard Hsu <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
haogroot authored and nbd168 committed Aug 12, 2024
1 parent c4c66f6 commit b4da028
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mt7915/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,7 @@ static void mt7915_configure_filter(struct ieee80211_hw *hw,

MT76_FILTER(CONTROL, MT_WF_RFCR_DROP_CTS |
MT_WF_RFCR_DROP_RTS |
MT_WF_RFCR_DROP_CTL_RSV |
MT_WF_RFCR_DROP_NDPA);
MT_WF_RFCR_DROP_CTL_RSV);

*total_flags = flags;
rxfilter = phy->rxfilter;
Expand Down

0 comments on commit b4da028

Please sign in to comment.