Remove priv stuff zeroing in iwl_pci_probe() since priv is already zeroed by ieee80211_alloc_hw(). Signed-off-by: Zhu Yi <yi.zhu@xxxxxxxxx> --- drivers/net/wireless/iwl-base.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/net/wireless/iwl-base.c b/drivers/net/wireless/iwl-base.c index ca4edd2..e419391 100644 --- a/drivers/net/wireless/iwl-base.c +++ b/drivers/net/wireless/iwl-base.c @@ -9045,9 +9045,6 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) iwl_clear_stations_table(priv); - memset(&(priv->txq[0]), 0, - sizeof(struct iwl_tx_queue) * IWL_MAX_NUM_QUEUES); - memset(&priv->card_alive, 0, sizeof(struct iwl_alive_resp)); priv->data_retry_limit = -1; priv->ieee_channels = NULL; priv->ieee_rates = NULL; @@ -9138,7 +9135,6 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) } #ifdef CONFIG_IWLWIFI_QOS - memset(&priv->qos_data, 0, sizeof(struct iwl_qos_info)); if (iwl_param_qos_enable) priv->qos_data.qos_enable = 1; priv->qos_data.qos_active = 0; -- 1.5.2 - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html