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

2021-02-08 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 Reviewed-by: Arend van Spriel

[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: - clar

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

2021-01-14 Thread Alvin Šipraga
Hi Arend, Thanks for your comments - I'll prepare a v2 patch. Some comments/justification inline below... On 1/14/21 2:39 PM, Arend van Spriel wrote: > On 12-01-2021 12:13, 'Alvin Šipraga' via BRCM80211-DEV-LIST,PDL wrote: >> Add support for CQM RSSI measurement rep

[PATCH] brcmfmac: add support for CQM RSSI notifications

2021-01-12 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 --- .../broadcom/brcm80211

[PATCH v2 net-next] macvlan: validate setting of multiple remote source MAC addresses

2020-08-18 Thread Alvin Šipraga
nk/ether 2e:ac:fd:2d:69:f8 brd ff:ff:ff:ff:ff:ff promiscuity 0 macvlan mode source remotes (1) 01:00:00:00:00:00 numtxqueues 1 ... With this change, the 'set' command will (rightly) fail in the same way as the 'add' command. Signed-off-by: Alvin Šipraga --- v1 -> v2: reverse

[PATCH net-next] macvlan: validate setting of multiple remote source MAC addresses

2020-08-17 Thread Alvin Šipraga
nk/ether 2e:ac:fd:2d:69:f8 brd ff:ff:ff:ff:ff:ff promiscuity 0 macvlan mode source remotes (1) 01:00:00:00:00:00 numtxqueues 1 ... With this change, the 'set' command will (rightly) fail in the same way as the 'add' command. Signed-off-by: Alvin Šipraga --- drivers/net/macvla