File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,11 @@ wl_cfg80211_set_tx_power(struct wiphy *wiphy,
631
631
#endif /* WL_CFG80211_P2P_DEV_IF */
632
632
#if defined(WL_CFG80211_P2P_DEV_IF)
633
633
static s32 wl_cfg80211_get_tx_power(struct wiphy *wiphy,
634
- struct wireless_dev *wdev, s32 *dbm);
634
+ struct wireless_dev *wdev,
635
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0)
636
+ unsigned int link_id,
637
+ #endif
638
+ s32 *dbm);
635
639
#else
636
640
static s32 wl_cfg80211_get_tx_power(struct wiphy *wiphy, s32 *dbm);
637
641
#endif /* WL_CFG80211_P2P_DEV_IF */
@@ -7665,7 +7669,11 @@ wl_cfg80211_set_tx_power(struct wiphy *wiphy,
7665
7669
static s32
7666
7670
#if defined(WL_CFG80211_P2P_DEV_IF)
7667
7671
wl_cfg80211_get_tx_power(struct wiphy *wiphy,
7668
- struct wireless_dev *wdev, s32 *dbm)
7672
+ struct wireless_dev *wdev,
7673
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0)
7674
+ unsigned int link_id,
7675
+ #endif
7676
+ s32 *dbm)
7669
7677
#else
7670
7678
wl_cfg80211_get_tx_power(struct wiphy *wiphy, s32 *dbm)
7671
7679
#endif /* WL_CFG80211_P2P_DEV_IF */
You can’t perform that action at this time.
0 commit comments