diff options
author | Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | 2012-01-03 15:28:53 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-01-09 12:46:13 +0200 |
commit | 982767b8c94482b4b7f694e2ab2074c95fbf3e0e (patch) | |
tree | fd28b215d4f48477fdb18aca402942d07a8064c6 /drivers/net/wireless/ath/ath6kl/sdio.c | |
parent | 3d6aba260bcd5a5f9d47056cac2e313ce986ad12 (diff) | |
download | blackbird-op-linux-982767b8c94482b4b7f694e2ab2074c95fbf3e0e.tar.gz blackbird-op-linux-982767b8c94482b4b7f694e2ab2074c95fbf3e0e.zip |
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 <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/sdio.c')
0 files changed, 0 insertions, 0 deletions