2
0
mirror of https://github.com/cilynx/rtl88x2bu synced 2025-08-22 02:01:55 +00:00

Follow renaming of _settings to _update

In Linux Kernel commit bb55441c57ccc5cc2eab44e1a97698b9d708871d a struct
is split. In our scenario, it is sufficient to follow the renames that
can be found as adaptions in the named commit as well.
This commit is contained in:
Max Görner 2023-11-03 00:24:19 +01:00
parent 7c7606c9ed
commit c0ca835413

View File

@ -5364,7 +5364,7 @@ static int cfg80211_rtw_change_beacon(
#if LINUX_VERSION_CODE <= KERNEL_VERSION(6, 6, 0)
struct cfg80211_beacon_data *info
#else
struct cfg80211_ap_settings *params
struct cfg80211_ap_update *params
#endif
) {
int ret = 0;