nl80211: Fix enum type of variable in nl80211_put_sta_rate()
authorMatthias Kaehlcke <mka@chromium.org>
Mon, 17 Apr 2017 22:59:52 +0000 (15:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Apr 2018 10:12:46 +0000 (12:12 +0200)
commit7164cb7360fe981fc4748afec4528f5c46091c86
tree7787e68d5c0429cb18a333a1c57d24f1759e8018
parent54af0282954055bc5f866a6a449864ca61a86282
nl80211: Fix enum type of variable in nl80211_put_sta_rate()

commit bbf67e450a5dc2a595e1e7a67b4869f1a7f5a338 upstream.

rate_flg is of type 'enum nl80211_attrs', however it is assigned with
'enum nl80211_rate_info' values. Change the type of rate_flg accordingly.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Cc: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/wireless/nl80211.c