Skip to content

Commit

Permalink
mt76: mt7663: disable 4addr capability
Browse files Browse the repository at this point in the history
4addr is not supported by the offload firmware yet

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
LorenzoBianconi authored and nbd168 committed Dec 15, 2021
1 parent d57dadb commit 3a21d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mt7615/init.c
Expand Up @@ -194,6 +194,7 @@ mt7615_check_offload_capability(struct mt7615_dev *dev)
ieee80211_hw_set(hw, SUPPORTS_PS);
ieee80211_hw_set(hw, SUPPORTS_DYNAMIC_PS);

wiphy->flags &= ~WIPHY_FLAG_4ADDR_STATION;
wiphy->max_remain_on_channel_duration = 5000;
wiphy->features |= NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR |
NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR |
Expand Down

0 comments on commit 3a21d6e

Please sign in to comment.