Re: [PATCH 3/7] mac80211: Add api to support configuring station specific rssi threshold

2018-07-03 Thread Tamizh chelvam
On 2018-06-29 15:01, Johannes Berg wrote: The subjects are a bit confusing - I think you should align the cfg80211 and mac80211 ones so it's clearer that this one is implementing the previous one's API. Peer vs. station, and mac80211 doesn't add API but implements it. This patch doesn't really

Re: [PATCH 3/7] mac80211: Add api to support configuring station specific rssi threshold

2018-06-29 Thread Johannes Berg
The subjects are a bit confusing - I think you should align the cfg80211 and mac80211 ones so it's clearer that this one is implementing the previous one's API. Peer vs. station, and mac80211 doesn't add API but implements it. This patch doesn't really do anything though, so I guess you need to co

[PATCH 3/7] mac80211: Add api to support configuring station specific rssi threshold

2018-06-13 Thread Tamizh chelvam
This patch add set_sta_mon_rssi_config api to configure rssi and hysteresis threshold value for a connected station. This configuration will be applied only for the connected station. Signed-off-by: Tamizh chelvam --- net/mac80211/cfg.c | 35 +++ net/mac802