commit | 0c1eca4e2f96000077900e0108fff23994c73486 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Feb 15 15:02:08 2017 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Mar 06 09:21:44 2017 +0100 |
tree | 3a71f6b71ef9acd21578e3a491f6172eb29e0b54 | |
parent | a858958b689211dcfe54cdd94c93160d2d659eba [diff] |
cfg80211: refactor cfg80211_calculate_bitrate() This function contains the HT calculations, which makes no sense - split that out into a separate function. As a side effect, this makes the 60G flag independent from HT_MCS so remove the MCS one from wil6210 (also deleting a duplicate assignment.) Signed-off-by: Johannes Berg <johannes.berg@intel.com>