Loading drivers/net/wireless/iwlwifi/dvm/sta.c +1 −1 Original line number Diff line number Diff line Loading @@ -735,7 +735,7 @@ void iwl_restore_stations(struct iwl_priv *priv, struct iwl_rxon_context *ctx) memcpy(&lq, priv->stations[i].lq, sizeof(struct iwl_link_quality_cmd)); if (!memcmp(&lq, &zero_lq, sizeof(lq))) if (memcmp(&lq, &zero_lq, sizeof(lq))) send_lq = true; } spin_unlock_bh(&priv->sta_lock); Loading Loading
drivers/net/wireless/iwlwifi/dvm/sta.c +1 −1 Original line number Diff line number Diff line Loading @@ -735,7 +735,7 @@ void iwl_restore_stations(struct iwl_priv *priv, struct iwl_rxon_context *ctx) memcpy(&lq, priv->stations[i].lq, sizeof(struct iwl_link_quality_cmd)); if (!memcmp(&lq, &zero_lq, sizeof(lq))) if (memcmp(&lq, &zero_lq, sizeof(lq))) send_lq = true; } spin_unlock_bh(&priv->sta_lock); Loading