mbox series

[v2,0/2] MLO related fixes for scan/ACS

Message ID 20240621053439.379657-1-quic_adisi@quicinc.com
Headers show
Series MLO related fixes for scan/ACS | expand

Message

Aditya Kumar Singh June 21, 2024, 5:34 a.m. UTC
Do some fixes in scan handling with MLO.

Aditya Kumar Singh (2):
  nl80211: fix scan request and its related events handling with MLO
  nl80211: fix simultaneous scanning failure in case of MLO
---
v2: * 2 changes from v1 got merged. Hence sending remaining
    * Cosmetic changes.
    * Handled scan ctx from vendor scan perspective as well

 src/drivers/driver_nl80211.c       | 23 +++++++++-
 src/drivers/driver_nl80211.h       |  4 +-
 src/drivers/driver_nl80211_event.c | 56 ++++++++++++++++-------
 src/drivers/driver_nl80211_scan.c  | 71 +++++++++++++++++++++++++++---
 4 files changed, 128 insertions(+), 26 deletions(-)


base-commit: c9db4925f6b07b6c8014689c70a61b58a8ba044b

Comments

Jouni Malinen Aug. 5, 2024, 5:45 p.m. UTC | #1
On Fri, Jun 21, 2024 at 11:04:37AM +0530, Aditya Kumar Singh wrote:
> Do some fixes in scan handling with MLO.
> 
> Aditya Kumar Singh (2):
>   nl80211: fix scan request and its related events handling with MLO
>   nl80211: fix simultaneous scanning failure in case of MLO

For some reason, this was set to the "superseded" state in patchwork,
but I think that was an error since I could not find any sign of an
update on this v2. In any case, I did apply these now with some cleanup.