mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 26 Nov 2019 12:09:39 +0000 (15:09 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 13 Dec 2019 09:08:22 +0000 (10:08 +0100)
commite548f749b096133d6da3dd7235ecfc6bd67be306
tree51dbad78a68b44786e9f937b9ee0dbaf9c64bc98
parent56cb31e185adb61f930743a9b70e700a43625386
mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime()

This code was copied from mt76 and inherited an off by one bug from
there.  The > should be >= so that we don't read one element beyond
the end of the array.

Fixes: db3e1c40cf2f ("mac80211: Import airtime calculation code from mt76")
Reported-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/r/20191126120910.ftr4t7me3by32aiz@kili.mountain
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/airtime.c