Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac80211: remove unnecessary NULL check
We don't need to check if he_oper is NULL before calling ieee80211_verify_sta_he_mcs_support() as it - now - will correctly check this itself. Remove the redundant check. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
- Loading branch information