mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 07:22:54 +00:00
12 lines
252 B
Diff
12 lines
252 B
Diff
|
--- 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;
|