commit | 277d90f4ba4b7ebb35b85a5d6c58dce2f1e1b58d | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Dec 13 14:51:58 2011 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Dec 13 15:03:48 2011 +0200 |
tree | 283dbcbc7ae065b4704538bb0a868e62fdd9de1d | |
parent | 75ae3bc48fc8f5d1e5f5fe43cd07078325a6194b [diff] |
ath6kl: fix reading of FW IE capabilities For some strange reason I used ALIGN() to calculate index to the buffer. That is totally bogus and wouldn't work when it tried to read the second bit. Fix it by removing the ALIGN() altogether. Also check that ie_len is not too short. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>