forked from LiBwrt/openwrt-6.x
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/net/mac80211/cfg.c | ||
+++ b/net/mac80211/cfg.c | ||
@@ -3134,7 +3134,8 @@ static int ieee80211_get_tx_power(struct | ||
@@ -3111,7 +3111,8 @@ static int ieee80211_get_tx_power(struct | ||
struct ieee80211_local *local = wiphy_priv(wiphy); | ||
struct ieee80211_sub_if_data *sdata = IEEE80211_WDEV_TO_SUB_IF(wdev); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
if (ret < 0) | ||
return ret; | ||
|
||
@@ -3992,7 +3992,7 @@ __ieee80211_channel_switch(struct wiphy | ||
@@ -3993,7 +3993,7 @@ __ieee80211_channel_switch(struct wiphy | ||
goto out; | ||
|
||
/* if reservation is invalid then this will fail */ | ||
|
@@ -38,7 +38,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
if (err) { | ||
ieee80211_link_unreserve_chanctx(link_data); | ||
goto out; | ||
@@ -5161,4 +5161,5 @@ const struct cfg80211_ops mac80211_confi | ||
@@ -5162,4 +5162,5 @@ const struct cfg80211_ops mac80211_confi | ||
.del_link_station = ieee80211_del_link_station, | ||
.set_hw_timestamp = ieee80211_set_hw_timestamp, | ||
.set_ttlm = ieee80211_set_ttlm, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters