iwlwifi: enable serialization of synchronous commands
[pandora-kernel.git] / drivers / net / wireless / iwlwifi / iwl-agn.c
index 4157c6c..52b6beb 100644 (file)
@@ -3364,6 +3364,7 @@ static int iwl_init_drv(struct iwl_priv *priv)
        INIT_LIST_HEAD(&priv->free_frames);
 
        mutex_init(&priv->mutex);
+       mutex_init(&priv->sync_cmd_mutex);
 
        /* Clear the driver's (not device's) station table */
        iwl_clear_stations_table(priv);