linux_dsm_epyc7002/drivers/net/wireless/ath/ath6kl
Kyle Roeschley 5803c12816 ath6kl: Fix off by one error in scan completion
When ath6kl was reworked to share code between regular and scheduled scans
in commit 3b8ffc6a22 ("ath6kl: Configure probed SSID list consistently"),
probed SSID entry changed from 1-index to 0-indexed. However,
ath6kl_cfg80211_scan_complete_event() was missed in that change. Fix its
indexing so that we correctly clear out the probed SSID list.

Signed-off-by: Kyle Roeschley <kyle.roeschley@ni.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-12-20 09:30:38 +02:00
..
bmi.c ath6kl: replace GFP_ATOMIC with GFP_KERNEL in ath6kl_bmi_init() 2018-07-31 10:48:45 +03:00
bmi.h
cfg80211.c ath6kl: Fix off by one error in scan completion 2018-12-20 09:30:38 +02:00
cfg80211.h
common.h
core.c
core.h ath6kl: fix ath6kl_data_tx()'s return type 2018-04-27 14:34:32 +03:00
debug.c ath6kl: fix spelling mistake: "chache" -> "cache" 2018-04-19 18:56:40 +03:00
debug.h ath6kl: add __printf verification to ath6kl_dbg 2017-04-13 15:43:39 +03:00
hif-ops.h
hif.c
hif.h
htc_mbox.c
htc_pipe.c ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and stats 2018-07-30 20:57:05 +03:00
htc-ops.h
htc.h
init.c ath6kl: convert to using %pOFn instead of device_node.name 2018-09-03 19:57:59 +03:00
Kconfig
main.c ath6kl: Mark expected switch fall-through 2018-11-05 13:22:13 +02:00
Makefile
recovery.c timer: Remove init_timer_deferrable() in favor of timer_setup() 2017-10-05 15:01:18 +02:00
sdio.c ath6kl: add support for Dell Wireless 1537 2018-06-13 14:42:54 +03:00
target.h
testmode.c netlink: pass extended ACK struct to parsing functions 2017-04-13 13:58:22 -04:00
testmode.h
trace.c
trace.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
txrx.c ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and stats 2018-07-30 20:57:05 +03:00
usb.c ath6kl: constify usb_device_id 2017-08-11 16:59:01 +03:00
wmi.c ath: Convert timers to use timer_setup() 2017-10-27 16:54:19 +03:00
wmi.h ath: Convert timers to use timer_setup() 2017-10-27 16:54:19 +03:00