forked from openwrt/openwrt
-
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.
Merge branch 'openwrt:main' into BPI-R4-NIC-BE14-rmandrad
- Loading branch information
Showing
64 changed files
with
1,233 additions
and
2,973 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/ath10k-6.9/mac.c | ||
+++ b/ath10k-6.9/mac.c | ||
@@ -6238,7 +6238,7 @@ err: | ||
return ret; | ||
} | ||
|
||
-static void ath10k_stop(struct ieee80211_hw *hw) | ||
+static void ath10k_stop(struct ieee80211_hw *hw, bool suspend) | ||
{ | ||
struct ath10k *ar = hw->priv; | ||
u32 opt; |
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
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
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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ Signed-off-by: Sven Eckelmann <[email protected]> | |
|
||
--- a/drivers/net/wireless/ath/ath10k/core.c | ||
+++ b/drivers/net/wireless/ath/ath10k/core.c | ||
@@ -3527,6 +3527,16 @@ int ath10k_core_register(struct ath10k * | ||
@@ -3539,6 +3539,16 @@ int ath10k_core_register(struct ath10k * | ||
|
||
queue_work(ar->workqueue, &ar->register_work); | ||
|
||
|
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
Oops, something went wrong.