summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-19 19:51:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-19 19:51:57 +0000
commita44362fdbbf2efb5b0fd0278d0fcdec937a829f9 (patch)
treee881b9ed0141532231234de1bf6b7a0351d973c5
parentc41c3ef7084df9eeb1e7e8c8e4e5f79647f8b5fc (diff)
parent4689f3747d62ae9ce240e018f2304c597aad98cd (diff)
downloadbcm4398-android-gs-shusky-5.15-android15-beta.tar.gz
Snap for 11594826 from 4689f3747d62ae9ce240e018f2304c597aad98cd to android14-gs-pixel-5.15-24Q3-releaseandroid-15-beta-1_r0.8android-gs-shusky-5.15-android15-beta
Change-Id: I648f572ce575de5476bd47d02491478f4ded5114 Signed-off-by: Coastguard Worker <android-build-coastguard-worker@google.com>
-rw-r--r--wl_cfgvif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wl_cfgvif.c b/wl_cfgvif.c
index 1fe95e8..f075167 100644
--- a/wl_cfgvif.c
+++ b/wl_cfgvif.c
@@ -6679,7 +6679,7 @@ wl_cfg80211_ch_switch_notify(struct net_device *dev, uint16 chanspec,
#if (LINUX_VERSION_CODE >= KERNEL_VERSION (3, 8, 0))
freq = chandef.chan ? chandef.chan->center_freq : chandef.center_freq1;
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 19, 2)) || defined(WL_MLO_BKPORT)
- cfg80211_ch_switch_notify(dev, &chandef, link_id, 0);
+ cfg80211_ch_switch_notify(dev, &chandef, link_id);
#else
cfg80211_ch_switch_notify(dev, &chandef);
#endif /* LINUX_VERSION_CODE > KERNEL_VERSION(5, 20, 0) || WL_MLO_BKPORT */