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
2022-06-09 11:57:53 -07:00
提交者 Madan Koyyalamudi
父节点 ca2a11a0c4
当前提交 946c8f039a

查看文件

@@ -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);