mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 23:12:48 +00:00
384d079fd8
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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;
|