From: Johannes Berg Date: Tue, 5 Apr 2011 16:42:04 +0000 (-0700) Subject: iwlagn: clean up alive handling X-Git-Tag: v3.0-rc1~377^2~437^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7d5783c6668b54111cc77005755799e94261497;p=pandora-kernel.git iwlagn: clean up alive handling Devices newer than 4965 don't actually send two different versions of the ALIVE command, so we always had a bug here since before this patch we copy more data than we got. Remove the iwl_init_alive_resp struct and don't use it. Since we also really don't need to track all the data received in ALIVE as we only use the error and log event tables later, we can also save space by just keeping those and not more data around in memory. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed