summaryrefslogtreecommitdiffstats
path: root/freed-ora/current/f19/bug-1071998.patch
diff options
context:
space:
mode:
authorAlexandre Oliva <lxoliva@fsfla.org>2014-03-09 16:59:42 +0000
committerAlexandre Oliva <lxoliva@fsfla.org>2014-03-09 16:59:42 +0000
commitc4cb309f5f7c76e6eaac5a704db92c34ff073b92 (patch)
treea2e696c97183f3cf4f4e45dc90df4928050cada4 /freed-ora/current/f19/bug-1071998.patch
parent1e87ce49fa180fa9ddb1585257ee734f940a5092 (diff)
downloadlinux-libre-raptor-c4cb309f5f7c76e6eaac5a704db92c34ff073b92.tar.gz
linux-libre-raptor-c4cb309f5f7c76e6eaac5a704db92c34ff073b92.zip
3.13.6-100.fc19.gnu
Diffstat (limited to 'freed-ora/current/f19/bug-1071998.patch')
-rw-r--r--freed-ora/current/f19/bug-1071998.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/freed-ora/current/f19/bug-1071998.patch b/freed-ora/current/f19/bug-1071998.patch
new file mode 100644
index 000000000..d1b438567
--- /dev/null
+++ b/freed-ora/current/f19/bug-1071998.patch
@@ -0,0 +1,21 @@
+@@ -, +, @@
+---
+ drivers/net/wireless/iwlwifi/mvm/coex.c | 7 +++++--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+--- a/drivers/net/wireless/iwlwifi/mvm/bt-coex.c
++++ a/drivers/net/wireless/iwlwifi/mvm/bt-coex.c
+@@ -1119,8 +1119,11 @@ void iwl_mvm_bt_rssi_event(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
+
+ lockdep_assert_held(&mvm->mutex);
+
+- /* Rssi update while not associated ?! */
+- if (WARN_ON_ONCE(mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT))
++ /*
++ * Rssi update while not associated - can happen since the statistics
++ * are handled asynchronously
++ */
++ if (mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT)
+ return;
+
+ /* No BT - reports should be disabled */
+--
OpenPOWER on IntegriCloud