[][MAC80211][misc][rework mac80211 patches]

[Description]
Add mac80211_v5.15.81_077622a1 backport package.
Update MT7915 default firmware bin to TSSI_OFF_CLK_OFF

[Release-log]
N/A

Change-Id: I62d5e9f423002f73fba3d80ab5b3dc5eafeb9164
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6908944
diff --git a/target/linux/mediatek/base-files/sbin/smp-mt76.sh b/target/linux/mediatek/base-files/sbin/smp-mt76.sh
index c01743c..66e00d2 100755
--- a/target/linux/mediatek/base-files/sbin/smp-mt76.sh
+++ b/target/linux/mediatek/base-files/sbin/smp-mt76.sh
@@ -23,7 +23,7 @@
 	do
 		if [[ "$vif" == "eth0*" ]] || [[ "$vif" == "eth1" ]] || \
 		[[ "$vif" == "lan*" ]] || [[ "$vif" == "wan*" ]] || \
-		[[ "$vif" == "wlan*" ]]; then
+		[[ "$vif" == "wlan*" ]] || [[ "$vif" == "phy*" ]]; then
 			RPS_IF_LIST="$RPS_IF_LIST $vif"
 		fi
 	done;