ath6kl: fix incorrect use of IEEE80211_NUM_BANDS
authorKalle Valo <kvalo@qca.qualcomm.com>
Thu, 12 Jul 2012 09:13:12 +0000 (12:13 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 24 Oct 2012 08:49:37 +0000 (11:49 +0300)
commitf8c0305383121817c77d400c788d82ca1a74582c
treea07ce429132a6afc06c46298d11737d1927798af
parent84841ba29b1f55fb09703408477f097c7f8952f8
ath6kl: fix incorrect use of IEEE80211_NUM_BANDS

ath6kl was incorrectly assuming that IEEE80211_NUM_BANDS will always be 2
and used that also in the firmware WMI interface definitions. But after
the support for 60 GHz was added to cfg80211 IEEE80211_NUM_BANDS changed to 3
and this can cause all sort of problems, possibly even memory corruption.
I only found this during code review and didn't notice any bugs, but I'm
sure there are a few lurking somewhere.

To fix this rename unused A_NUM_BANDS to ATH6KL_NUM_BANDS, which is
always defined to be 2, and use that in WMI.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/wmi.c
drivers/net/wireless/ath/ath6kl/wmi.h