aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/lib80211_crypt_ccmp.c
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-08-21 18:36:03 +0000
committerKalle Valo <[email protected]>2024-09-03 18:30:18 +0000
commitb0dc7018477e8fbb7e40c908c29cf663d06b17a7 (patch)
treefb8d78a0e2b84b3464067beef9e202885c2d04bb /net/wireless/lib80211_crypt_ccmp.c
parentwifi: brcmsmac: Use kvmemdup to simplify the code (diff)
downloadkernel-b0dc7018477e8fbb7e40c908c29cf663d06b17a7.tar.gz
kernel-b0dc7018477e8fbb7e40c908c29cf663d06b17a7.zip
wifi: wilc1000: Do not operate uninitialized hardware during suspend/resume
In case the hardware is not initialized, do not operate it during suspend/resume cycle, the hardware is already off so there is no reason to access it. In fact, wilc_sdio_enable_interrupt() in the resume callback does interfere with the same call when initializing the hardware after resume and makes such initialization after resume fail. Fix this by not operating uninitialized hardware during suspend/resume. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Alexis LothorĂ© <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://patch.msgid.link/[email protected]
Diffstat (limited to 'net/wireless/lib80211_crypt_ccmp.c')
0 files changed, 0 insertions, 0 deletions