Re: [PATCH v3] wifi: mwl8k: inject DSSS Parameter Set element into beacons if missing
From: Johannes Berg
Date: Tue Nov 11 2025 - 04:26:16 EST
> +static void mwl8k_beacon_copy_inject_ds_params(struct ieee80211_hw *hw,
> + u8 *buf_dst, const u8 *buf_src,
> + int src_len)
> +{
> + const struct ieee80211_mgmt *mgmt = (const void *)buf_src;
> + static const u8 before_ds_params[] = {
> + WLAN_EID_SSID,
> + WLAN_EID_SUPP_RATES,
> + };
Heh, I meant you should have only one tab to indent the constants, not
indent the clsoing brace, but I guess I can fix that.
Should this go to wireless? Maybe then a Fixes tag would be nice?
johannes