mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-30 05:47:47 +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:
parent
7c7606c9ed
commit
c0ca835413
@ -5364,7 +5364,7 @@ static int cfg80211_rtw_change_beacon(
|
|||||||
#if LINUX_VERSION_CODE <= KERNEL_VERSION(6, 6, 0)
|
#if LINUX_VERSION_CODE <= KERNEL_VERSION(6, 6, 0)
|
||||||
struct cfg80211_beacon_data *info
|
struct cfg80211_beacon_data *info
|
||||||
#else
|
#else
|
||||||
struct cfg80211_ap_settings *params
|
struct cfg80211_ap_update *params
|
||||||
#endif
|
#endif
|
||||||
) {
|
) {
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user