[][MAC80211][misc][Fix Bss Color Bitmap patch]

[Description]
Fix below few things:
1. Move variables from he_bss_color to bss_conf
2. Rename serial number of mac80211 patches
3. Fix function name typo for ieeee80211_obss_color_collision_notify

[Release-log]
N/A

Change-Id: Ibef30bb7163ef1dac08940d8343a6fc4d45fe6b6
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7216660
diff --git a/autobuild_mac80211_release/package/kernel/mt76/patches/1134-mt76-mt7915-add-vendor-cmd-to-get-available-color-bi.patch b/autobuild_mac80211_release/package/kernel/mt76/patches/1134-mt76-mt7915-add-vendor-cmd-to-get-available-color-bi.patch
index ec25241..9718b76 100644
--- a/autobuild_mac80211_release/package/kernel/mt76/patches/1134-mt76-mt7915-add-vendor-cmd-to-get-available-color-bi.patch
+++ b/autobuild_mac80211_release/package/kernel/mt76/patches/1134-mt76-mt7915-add-vendor-cmd-to-get-available-color-bi.patch
@@ -47,7 +47,7 @@
 +
 +	if (nla_put_u64_64bit(skb,
 +	    MTK_VENDOR_ATTR_AVAL_BSS_COLOR_BMP,
-+	    ~bss_conf->he_bss_color.used_color_bitmap, NL80211_ATTR_PAD))
++	    ~bss_conf->used_color_bitmap, NL80211_ATTR_PAD))
 +		return -ENOMEM;
 +	len += 1;
 +