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
这个提交包含在:
@@ -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);
|
||||
|
在新工单中引用
屏蔽一个用户