Re: [PATCHv2 1/3] cfg80211: enable setting cqm rssi config for AP mode

2018-02-21 Thread Tamizh chelvam
On 2018-02-19 18:44, Johannes Berg wrote: On Tue, 2018-02-13 at 14:50 +0530, Tamizh chelvam wrote: @@ -9903,8 +9906,10 @@ static int nl80211_set_cqm_rssi(struct genl_info *info, prev = thresholds[i]; } - if (wdev->iftype != NL80211_IFTYPE_STATION && -

Re: [PATCHv2 1/3] cfg80211: enable setting cqm rssi config for AP mode

2018-02-19 Thread Johannes Berg
On Tue, 2018-02-13 at 14:50 +0530, Tamizh chelvam wrote: > > @@ -9903,8 +9906,10 @@ static int nl80211_set_cqm_rssi(struct genl_info *info, > prev = thresholds[i]; > } > > - if (wdev->iftype != NL80211_IFTYPE_STATION && > - wdev->iftype != NL80211_IFTYPE_P2P_CLIEN