projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51b7ef0
)
iwlagn: remove unused old_assoc parameter
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Wed, 11 May 2011 15:33:55 +0000
(08:33 -0700)
committer
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Fri, 13 May 2011 19:03:17 +0000
(12:03 -0700)
old_assoc not used, remove it
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
b/drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
index 7d40e2d42873b88529a6e68e42f22c68ca9a2b4c..a95ad84c537752c7c2c9491cc29eb8531c841b38 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
@@
-289,7
+289,6
@@
int iwlagn_commit_rxon(struct iwl_priv *priv, struct iwl_rxon_context *ctx)
/* cast away the const for active_rxon in this function */
struct iwl_rxon_cmd *active = (void *)&ctx->active;
bool new_assoc = !!(ctx->staging.filter_flags & RXON_FILTER_ASSOC_MSK);
- bool old_assoc = !!(ctx->active.filter_flags & RXON_FILTER_ASSOC_MSK);
int ret;
lockdep_assert_held(&priv->mutex);