On 1/27/2023 3:39 AM, Johannes Berg wrote:
From: Johannes Berg <johannes.berg@xxxxxxxxx> Handle the Puncturing info received from the AP in the EHT Operation element in beacons. + +static bool ieee80211_valid_disable_subchannel_bitmap(u16 *bitmap, + enum nl80211_chan_width bw)
Please export this function instead of making it static as we need to use it for AP mode as well.
Thanks.