hi, i'm working on porting an old/huge wireless driver (mt6625l) [2] to linux 6.0 [1] i hang on missing member preset_chandef in struct wireless_dev struct wireless_dev *wdev = dev->ieee80211_ptr; struct cfg80211_chan_def *chandef = &wdev->preset_chandef; it looks like this member is moved from the wdev into some mesh structure...my driver does not support mesh. any chance to fix this? i looked through the commit which drops the member from the wireless_dev struct [3], but have no clue how i can adapt the changes in my driver can anybody help me with this? Thanks regards Frank [1] https://github.com/frank-w/BPI-R2-4.14/commits/6.0-rc [2] https://github.com/frank-w/BPI-R2-4.14/blob/6.0-rc/drivers/misc/mediatek/connectivity/wlan/gen2/os/linux/gl_p2p_cfg80211.c#L582 [3] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7b0a0e3c3a88260b6fcb017e49f198463aa62ed1