[] [Update mt76-vendor package for capi]

[Description]
Add support for enable OMI and bypass beamform smooth.

[Release-log]
N/A

Change-Id: Id64ab71381fa21053570daa9ea5927b4258cf53f
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/5273832
diff --git a/feed/mt76-vendor/src/capi.c b/feed/mt76-vendor/src/capi.c
index f6e683b..30ae162 100644
--- a/feed/mt76-vendor/src/capi.c
+++ b/feed/mt76-vendor/src/capi.c
@@ -100,6 +100,8 @@
 		nla_put_u8(msg, MTK_VENDOR_ATTR_WIRELESS_CTRL_AMPDU, strtoul(val, NULL, 0));
 	} else if (!strncmp(argv[0], "amsdu", 5)) {
 		nla_put_u8(msg, MTK_VENDOR_ATTR_WIRELESS_CTRL_AMSDU, strtoul(val, NULL, 0));
+	} else if (!strncmp(argv[0], "cert", 4)) {
+		nla_put_u8(msg, MTK_VENDOR_ATTR_WIRELESS_CTRL_CERT, strtoul(val, NULL, 0));
 	}
 
 	return 0;