iwmc3200wifi: Coex table command does not expect a response
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 3 Dec 2009 10:40:16 +0000 (11:40 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 4 Dec 2009 19:16:27 +0000 (14:16 -0500)
When sending the wiwi coexistence priority table, we should not tell the LMAC
that we want a response.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwmc3200wifi/commands.c

index 63d20e0952e7c003f7ef1c9d106c5477687b6ccc..f9dc4b58c499e7fbe1ad81fc8c350425f2bdf4ab 100644 (file)
@@ -192,7 +192,7 @@ int iwm_send_prio_table(struct iwm_priv *iwm)
 
        return iwm_send_lmac_ptrough_cmd(iwm, COEX_PRIORITY_TABLE_CMD,
                                &coex_table_cmd,
-                               sizeof(struct iwm_coex_prio_table_cmd), 1);
+                               sizeof(struct iwm_coex_prio_table_cmd), 0);
 }
 
 int iwm_send_init_calib_cfg(struct iwm_priv *iwm, u8 calib_requested)