Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f0094b3 authored by Johannes Berg's avatar Johannes Berg
Browse files

cfg80211: add missing break in cfg80211_get_chan_state()



Improve readability of the function by adding the break,
there's no functional impact but it's confusing to fall
through.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent b3f51e94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -599,6 +599,7 @@ cfg80211_get_chan_state(struct wireless_dev *wdev,
				  : CHAN_MODE_EXCLUSIVE;
			return;
		}
		break;
	case NL80211_IFTYPE_STATION:
	case NL80211_IFTYPE_P2P_CLIENT:
		if (wdev->current_bss) {