mac80211: remove ieee80211_tx_rate dependency in rate mask code
authorLorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Thu, 6 Aug 2015 21:47:31 +0000 (23:47 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 14 Aug 2015 15:49:50 +0000 (17:49 +0200)
commit90c66bd2232ae6d3c88c1f3378e3028fded642b3
tree9271c2f858f7a083fab130de3309a3bfd80762ad
parent35225eb7a5589407299033bfa7e1ac723b17e2b5
mac80211: remove ieee80211_tx_rate dependency in rate mask code

Remove ieee80211_tx_rate dependency in rate_idx_match_legacy_mask(),
rate_idx_match_mcs_mask() and rate_idx_match_mask() in order to use the
previous logic to define a ratemask in rate_control_set_rates() for
station rate table. Moreover move rate mask definition logic in
rate_control_cap_mask()

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