Fix fallthrough errors

This commit is contained in:
Carlos Garces
2020-10-31 18:39:03 +01:00
parent 281e328b33
commit 326965ada9
2 changed files with 3 additions and 0 deletions

View File

@@ -2398,6 +2398,7 @@ static int cfg80211_rtw_change_iface(struct wiphy *wiphy,
case NL80211_IFTYPE_P2P_CLIENT:
is_p2p = _TRUE;
#endif
/* fallthrough */
case NL80211_IFTYPE_STATION:
networkType = Ndis802_11Infrastructure;
@@ -2422,6 +2423,7 @@ static int cfg80211_rtw_change_iface(struct wiphy *wiphy,
case NL80211_IFTYPE_P2P_GO:
is_p2p = _TRUE;
#endif
/* fallthrough */
case NL80211_IFTYPE_AP:
networkType = Ndis802_11APMode;