Remove setting BSS color in hostapd.conf

This commit removes the bss color from hostapd.conf

Bug: 141831296
Test: Manual
Change-Id: I1928a213b7f341e337e238b5f04d3399f7cbc931
diff --git a/hostapd/hidl/1.2/hostapd.cpp b/hostapd/hidl/1.2/hostapd.cpp
index 8922f68..7aa057b 100644
--- a/hostapd/hidl/1.2/hostapd.cpp
+++ b/hostapd/hidl/1.2/hostapd.cpp
@@ -381,12 +381,10 @@
 		    "he_su_beamformer=%d\n"
 		    "he_su_beamformee=%d\n"
 		    "he_mu_beamformer=%d\n"
-		    "he_bss_color=%d\n"
 		    "he_twt_required=%d\n",
 		    iface_params.hwModeParams.enableHeSingleUserBeamformer ? 1 : 0,
 		    iface_params.hwModeParams.enableHeSingleUserBeamformee ? 1 : 0,
 		    iface_params.hwModeParams.enableHeMultiUserBeamformer ? 1 : 0,
-		    iface_params.hwModeParams.heBssColor,
 		    iface_params.hwModeParams.enableHeTargetWakeTime ? 1 : 0);
 	} else {
 		he_params_as_string = "ieee80211ax=0";