From: Vasanthakumar Thiagarajan Date: Tue, 3 Jan 2012 09:58:53 +0000 (+0530) Subject: ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_t X-Git-Tag: v3.4-rc1~177^2~112^2~357^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982767b8c94482b4b7f694e2ab2074c95fbf3e0e;p=pandora-kernel.git ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_t Otherwise if (ielen <= ATH6KL_MAX_IE) is dead code. It looks safe to change the type of ielen from u8 to size_t instead of removing this if check, this ielen can have the length of more than one ies in future. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed