diff options
Diffstat (limited to 'package/kernel/ath10k-ct/patches/010-api_update.patch')
-rw-r--r-- | package/kernel/ath10k-ct/patches/010-api_update.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kernel/ath10k-ct/patches/010-api_update.patch b/package/kernel/ath10k-ct/patches/010-api_update.patch new file mode 100644 index 0000000000..c0d2574748 --- /dev/null +++ b/package/kernel/ath10k-ct/patches/010-api_update.patch @@ -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; |