lib80211: ratelimit key index mismatch
authorJohannes Berg <johannes.berg@intel.com>
Fri, 6 Nov 2015 11:02:31 +0000 (12:02 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 4 Dec 2015 13:43:32 +0000 (14:43 +0100)
commit996bf99c71944590e4f56504d5ec99ddd0d85e9c
treef3005d5342de2b3dafdf8adf114a2bbdcaa9b0a7
parentd671b2a077a92ff71ad76fba0e8bfd1b7c5ca820
lib80211: ratelimit key index mismatch

This indicates a driver key selection issue, but even then there's
no point in printing it all the time, so ratelimit it. Also remove
the priv pointer from it -- people debugging will only have a single
device anyway and it's useless as anything but a cookie.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/lib80211_crypt_ccmp.c
net/wireless/lib80211_crypt_tkip.c