mac80211: improve __rate_control_send_low warning
authorJohannes Berg <johannes.berg@intel.com>
Wed, 23 Sep 2015 12:02:47 +0000 (14:02 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 29 Sep 2015 13:56:48 +0000 (15:56 +0200)
commit0e5c371aa05522ac14e91ddee0522ad855e12d02
tree7b3058c77ffa24af467bbf86d5c135b2075619f1
parenta0c391b1345cfaecfb24c3c07378d80f6168fb61
mac80211: improve __rate_control_send_low warning

If there are no supported rates in the rate mask with the required
flags, we warn, but it's not clear which part causes the warning.

Add the relevant data to the warning to understand why it happens.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rate.c