From: Johannes Berg Date: Mon, 12 Dec 2011 12:17:44 +0000 (-0800) Subject: iwlagn: remove iwlagn_build_addsta_hcmd X-Git-Tag: v3.3-rc1~182^2~44^2~73^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69b172f79644fe60f8c536fcbe1db83a22d6c5fc;p=pandora-kernel.git iwlagn: remove iwlagn_build_addsta_hcmd This function is not needed: * we already have the "cmd" input to it in the same type (and on the stack elsewhere) * the "legacy_reserved" parameter is never set, so will always be zero Remove the function and the stack copy of the input command. This is still left from when iwlegacy was part of the driver -- then we needed a translation for the command for 3945. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed