Browse Source

qcacld-3.0: cmn: Replace fallthrough comment with attribute

-Wimplicit-fallthrough is being enabled by default. Some compilers
such as clang require the attribute instead of just a fallthrough comment.

Change-Id: I7e38c098c58146dc2c762d86ff3eae97a21aa98b
CRs-Fixed: 3217408
David Oladunjoye 2 years ago
parent
commit
946c8f039a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/cmn_services/interface_mgr/src/wlan_if_mgr_roam.c

+ 1 - 1
components/cmn_services/interface_mgr/src/wlan_if_mgr_roam.c

@@ -443,7 +443,7 @@ static bool if_mgr_validate_sta_bcn_intrvl(struct wlan_objmgr_vdev *vdev,
 			bss_arg->status = QDF_STATUS_SUCCESS;
 			return true;
 		case ALLOW_MCC_GO_DIFF_BI_WORKAROUND:
-			/* fall through */
+			fallthrough;
 		case ALLOW_MCC_GO_DIFF_BI_NO_DISCONNECT:
 			policy_mgr_get_conc_rule1(psoc, &conc_rule1);
 			policy_mgr_get_conc_rule2(psoc, &conc_rule2);