mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 19:02:34 +01:00
wiphy: add beacon bits to RM Enabled Capabilities
This tells AP's that we support Passive, Active, and Table beacon measurements.
This commit is contained in:
parent
754ce0d112
commit
63e8f146b7
@ -1049,6 +1049,8 @@ static void wiphy_setup_rm_enabled_capabilities(struct wiphy *wiphy)
|
||||
|
||||
wiphy->rm_enabled_capabilities[0] = IE_TYPE_RM_ENABLED_CAPABILITIES;
|
||||
wiphy->rm_enabled_capabilities[1] = 5;
|
||||
/* Bits: Passive (4), Active (5), and Beacon Table (6) capabilities */
|
||||
wiphy->rm_enabled_capabilities[2] = 0x70;
|
||||
|
||||
/*
|
||||
* TODO: Support at least Link Measurement if TX_POWER_INSERTION is
|
||||
|
Loading…
Reference in New Issue
Block a user