mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-29 05:18:24 +00:00
Add additional argument to cfg80211_rtw_get_txpower
In Linux Kernel commit 7a53af85d3bbdbe06cd47b81a6d99a04dc0a3963 a new argument is introduced to cfg80211_rtw_get_txpower. It seems to be only introduced but unused. Therefore, this argument is added here too.
This commit is contained in:
parent
efe396cb50
commit
00cd158900
@ -4436,6 +4436,9 @@ exit:
|
|||||||
static int cfg80211_rtw_get_txpower(struct wiphy *wiphy,
|
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
|
||||||
|
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0))
|
||||||
|
unsigned int link_id,
|
||||||
#endif
|
#endif
|
||||||
int *dbm)
|
int *dbm)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user