Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-02-08 Thread Arend Van Spriel
On 1/14/2021 5:36 PM, 'Alvin Šipraga' via BRCM80211-DEV-LIST,PDL wrote: Add support for CQM RSSI measurement reporting and advertise the NL80211_EXT_FEATURE_CQM_RSSI_LIST feature. This enables a userspace supplicant such as iwd to be notified of changes in the RSSI for roaming and signal

Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-02-08 Thread Kalle Valo
Alvin Šipraga wrote: > Add support for CQM RSSI measurement reporting and advertise the > NL80211_EXT_FEATURE_CQM_RSSI_LIST feature. This enables a userspace > supplicant such as iwd to be notified of changes in the RSSI for roaming > and signal monitoring purposes. > > Signed-off-by: Alvin

Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-02-08 Thread Alvin Šipraga
Hi Arend, On 1/19/21 11:03 AM, Alvin Šipraga wrote: > Hi, > > On 1/19/21 9:30 AM, Arend Van Spriel wrote: >> On 1/15/2021 3:57 PM, Alvin Šipraga wrote: >>> Hi Arend, >>> >>> On 1/15/21 3:10 PM, Arend Van Spriel wrote: + Johannes - netdevs On 1/14/2021 5:36 PM, 'Alvin Šipraga'

Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-01-19 Thread Alvin Šipraga
Hi, On 1/19/21 9:30 AM, Arend Van Spriel wrote: > On 1/15/2021 3:57 PM, Alvin Šipraga wrote: >> Hi Arend, >> >> On 1/15/21 3:10 PM, Arend Van Spriel wrote: >>> + Johannes >>> - netdevs >>> >>> On 1/14/2021 5:36 PM, 'Alvin Šipraga' via BRCM80211-DEV-LIST,PDL wrote: Add support for CQM RSSI

Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-01-19 Thread Arend Van Spriel
On 1/15/2021 3:57 PM, Alvin Šipraga wrote: Hi Arend, On 1/15/21 3:10 PM, Arend Van Spriel wrote: + Johannes - netdevs On 1/14/2021 5:36 PM, 'Alvin Šipraga' via BRCM80211-DEV-LIST,PDL wrote: Add support for CQM RSSI measurement reporting and advertise the NL80211_EXT_FEATURE_CQM_RSSI_LIST

Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-01-15 Thread Arend van Spriel
On 1/15/2021 3:51 PM, Andrew Zaborowski wrote: On Fri, 15 Jan 2021 at 15:12, Arend Van Spriel wrote:> + Johannes - netdevs On 1/14/2021 5:36 PM, 'Alvin Šipraga' via BRCM80211-DEV-LIST,PDL wrote: Add support for CQM RSSI measurement reporting and advertise the

Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-01-15 Thread Alvin Šipraga
Hi Arend, On 1/15/21 3:10 PM, Arend Van Spriel wrote: > + Johannes > - netdevs > > On 1/14/2021 5:36 PM, 'Alvin Šipraga' via BRCM80211-DEV-LIST,PDL wrote: >> Add support for CQM RSSI measurement reporting and advertise the >> NL80211_EXT_FEATURE_CQM_RSSI_LIST feature. This enables a userspace >>

Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-01-15 Thread Andrew Zaborowski
On Fri, 15 Jan 2021 at 15:12, Arend Van Spriel wrote:> > + Johannes > - netdevs > > On 1/14/2021 5:36 PM, 'Alvin Šipraga' via BRCM80211-DEV-LIST,PDL wrote: > > Add support for CQM RSSI measurement reporting and advertise the > > NL80211_EXT_FEATURE_CQM_RSSI_LIST feature. This enables a userspace

Re: [PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-01-15 Thread Arend Van Spriel
+ Johannes - netdevs On 1/14/2021 5:36 PM, 'Alvin Šipraga' via BRCM80211-DEV-LIST,PDL wrote: Add support for CQM RSSI measurement reporting and advertise the NL80211_EXT_FEATURE_CQM_RSSI_LIST feature. This enables a userspace supplicant such as iwd to be notified of changes in the RSSI for

[PATCH v2] brcmfmac: add support for CQM RSSI notifications

2021-01-14 Thread Alvin Šipraga
Add support for CQM RSSI measurement reporting and advertise the NL80211_EXT_FEATURE_CQM_RSSI_LIST feature. This enables a userspace supplicant such as iwd to be notified of changes in the RSSI for roaming and signal monitoring purposes. Signed-off-by: Alvin Šipraga --- v1 -> v2: - clarify