commit | 370ad313be78473bfdb066397e38abf1b0dd5b5c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Sep 15 11:46:43 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Sep 19 16:08:07 2011 -0400 |
tree | d9ede6a87ed746235e9a8aacddcc80bb36f5845f | |
parent | c17d0681b8a4d93217464d8026361c7b44b3ca99 [diff] |
iwlagn: generically provide iwl_trans_send_cmd_pdu There's no need to have the transport layer have a callback for iwl_trans_send_cmd_pdu() since it is just a generic wrapper around iwl_trans_send_cmd(). 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>