projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da987a
)
iwlwifi: fix aggregation check indentation
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 18 Jul 2012 14:36:57 +0000
(16:36 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Thu, 26 Jul 2012 07:00:50 +0000
(09:00 +0200)
Align the code to inside the WARN_ON() as it should.
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/dvm/tx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/dvm/tx.c
b/drivers/net/wireless/iwlwifi/dvm/tx.c
index 5971a23aa47d1218317460404ef5401f38d43547..954ac34aa3901bec84755c3bd22cb22ca694976e 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/dvm/tx.c
+++ b/
drivers/net/wireless/iwlwifi/dvm/tx.c
@@
-431,7
+431,7
@@
int iwlagn_tx_skb(struct iwl_priv *priv, struct sk_buff *skb)
* only. Check this here.
*/
if (WARN_ONCE(tid_data->agg.state != IWL_AGG_ON &&
- tid_data->agg.state != IWL_AGG_OFF,
+
tid_data->agg.state != IWL_AGG_OFF,
"Tx while agg.state = %d", tid_data->agg.state))
goto drop_unlock_sta;