]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: Check rate->idx before rate->count
authorHelmut Schaa <helmut.schaa@googlemail.com>
Mon, 14 Nov 2011 14:28:19 +0000 (15:28 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 17 Nov 2011 20:43:56 +0000 (15:43 -0500)
commitb79296beeba470074737a7d5a941f4ddd64863d8
tree8dc3cac0d81d9036ed96832d538a3d1811135a51
parenta7f23f0a8f6be9d95d8110d34b21ccce03111447
mac80211: Check rate->idx before rate->count

The drivers are not required to fill in rate->count if rate->idx is set
to -1. Hence, we should first check rate->idx before accessing
rate->count.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Acked-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rc80211_minstrel_ht.c