commit | 306b79ea6ece18d66bea80876983ae693d66ed52 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Mar 20 11:38:35 2020 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Mar 20 14:42:20 2020 +0100 |
tree | 6ab7a386d038fa7e13030d9cf570fe25aa237e77 | |
parent | 7fc82af856d6bc26910902f8f42659b162864955 [diff] |
nl80211: clarify code in nl80211_del_station() The long if chain of interface types is hard to read, especially now with the additional condition after it. Use a switch statement to clarify this code. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Link: https://lore.kernel.org/r/20200320113834.2c51b9e8e341.I3fa5dc3f7d3cb1dbbd77191d764586f7da993f3f@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>