Here's another series of 5 patches for wcn36xx that address some issues with scanning. The first one is the most important one. Daniel v1 → v2: * Moved one hunk from 5/5 to 4/5 so the series becomes bisectable * Add more commit log context to 5/5 Daniel Mack (5): wcn36xx: abort scan request when 'dequeued' indicator is sent wcn36xx: cancel pending scan request when interface goes down wcn36xx: handle scan cancellation when firmware support is missing wcn36xx: send bss_type in scan requests wcn36xx: pass information elements in scan requests drivers/net/wireless/ath/wcn36xx/hal.h | 8 +++++++- drivers/net/wireless/ath/wcn36xx/main.c | 29 +++++++++++++++++++++++++---- drivers/net/wireless/ath/wcn36xx/smd.c | 20 +++++++++++++++++--- drivers/net/wireless/ath/wcn36xx/wcn36xx.h | 7 +------ 4 files changed, 50 insertions(+), 14 deletions(-) -- 2.14.3