mac80211: Add set_cqm_rssi_range_config
Support .set_cqm_rssi_range_config if the beacons are available for processing in mac80211. There's no reason that this couldn't be offloaded by mac80211-based drivers but there's no driver method for that added in this patch. Signed-off-by: Andrew Zaborowski <andrew.zaborowski@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
committed by
Johannes Berg
parent
4a4b816950
commit
2c3c5f8c0c
@@ -501,6 +501,10 @@ struct ieee80211_mu_group_data {
|
||||
* implies disabled. As with the cfg80211 callback, a change here should
|
||||
* cause an event to be sent indicating where the current value is in
|
||||
* relation to the newly configured threshold.
|
||||
* @cqm_rssi_low: Connection quality monitor RSSI lower threshold, a zero value
|
||||
* implies disabled. This is an alternative mechanism to the single
|
||||
* threshold event and can't be enabled simultaneously with it.
|
||||
* @cqm_rssi_high: Connection quality monitor RSSI upper threshold.
|
||||
* @cqm_rssi_hyst: Connection quality monitor RSSI hysteresis
|
||||
* @arp_addr_list: List of IPv4 addresses for hardware ARP filtering. The
|
||||
* may filter ARP queries targeted for other addresses than listed here.
|
||||
@@ -553,6 +557,8 @@ struct ieee80211_bss_conf {
|
||||
u16 ht_operation_mode;
|
||||
s32 cqm_rssi_thold;
|
||||
u32 cqm_rssi_hyst;
|
||||
s32 cqm_rssi_low;
|
||||
s32 cqm_rssi_high;
|
||||
struct cfg80211_chan_def chandef;
|
||||
struct ieee80211_mu_group_data mu_group;
|
||||
__be32 arp_addr_list[IEEE80211_BSS_ARP_ADDR_LIST_LEN];
|
||||
|
||||
Reference in New Issue
Block a user