cleanup the support for kernel 6.13 and 6.14

This commit is contained in:
morrownr 2025-02-19 13:50:06 -06:00
parent fce36726ad
commit 132dcf0258

View File

@ -4650,7 +4650,7 @@ static int cfg80211_rtw_get_txpower(struct wiphy *wiphy,
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0)) #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
struct wireless_dev *wdev, struct wireless_dev *wdev,
#endif #endif
if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0)) #if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0))
unsigned int link_id, unsigned int link_id,
#endif #endif
int *dbm) int *dbm)