You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from Linux v6.7, several significant changes have been made to
the cfg80211 subsystem.
1. The scan_width field is no longer present in the cfg80211_inform_bss
structure. There really is not any support for scanning at different
channel widths than 20 MHz since there is no way to set it.
2. The parameters in the change_beacon function have been updated to
cfg80211_ap_update. The change_beacon function now includes two
additional parameters, fils_discovery and unsol_bcast_probe_resp.
These two additional parameters are part of the cfg80211_ap_update
structure.
0 commit comments