commit | e10a0533a9172471b52bd9512838d766420a3baf | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Mar 06 13:30:39 2012 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Mar 07 13:51:48 2012 -0500 |
tree | 872217005f1eb2e223fc1fc5b6799785e5a90691 | |
parent | 965974a631756ab2729469b9ecadfe61ee44dfc5 [diff] |
iwlwifi: add wrappers for command sending Add wrappers to send commands from the DVM op-mode (which essentially consists of the current driver). This will allow us to move specific sanity checks there. Also, this removes iwl_trans_send_cmd_pdu() since that can now be taken care of in the DVM-specific wrapper. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>