From: Emmanuel Grumbach Date: Fri, 8 Jul 2011 15:46:14 +0000 (-0700) Subject: iwlagn: consolidate the API that sends host commands and move to transport X-Git-Tag: v3.1-rc1~316^2~124^2^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e419d62d72b23392e7f9a5da047fb17d70edc54a;p=pandora-kernel.git iwlagn: consolidate the API that sends host commands and move to transport Now, there are only two functions to send a host command: * send_cmd that receives a iwl_host_cmd * send_cmd_pdu that builds the iwl_host_cmd itself and received flags The flags CMD_ASYNC / CMD_SYNC / CMD_WANT_SKB are not changed by the API functions. Kill the unused flags CMD_SIZE_NORMAL / CMD_NO_SKB on the way. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed