From: Ben Greear Date: Sat, 21 Oct 2023 15:48:27 +0000 (-0700) Subject: wifi: cfg80211: pass correct pointer to rdev_inform_bss() X-Git-Tag: v6.6.7~1673^2~6^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e3929ef889e650dd585dc0f4f7f18240688811a;p=platform%2Fkernel%2Flinux-starfive.git wifi: cfg80211: pass correct pointer to rdev_inform_bss() Confusing struct member names here resulted in passing the wrong pointer, causing crashes. Pass the correct one. Fixes: eb142608e2c4 ("wifi: cfg80211: use a struct for inform_single_bss data") Signed-off-by: Ben Greear Link: https://lore.kernel.org/r/20231021154827.1142734-1-greearb@candelatech.com [rewrite commit message, add fixes] Signed-off-by: Johannes Berg --- diff --git a/net/wireless/scan.c b/net/wireless/scan.c index 939deec..8210a60 100644 --- a/net/wireless/scan.c +++ b/net/wireless/scan.c @@ -2125,7 +2125,7 @@ cfg80211_inform_single_bss_data(struct wiphy *wiphy, if (!res) goto drop; - rdev_inform_bss(rdev, &res->pub, ies, data->drv_data); + rdev_inform_bss(rdev, &res->pub, ies, drv_data->drv_data); if (data->bss_source == BSS_SOURCE_MBSSID) { /* this is a nontransmitting bss, we need to add it to