qcacld-3.0: Converge Intf*MacAddress default values

There is a desire to remove unnecessary items from the default version
of WCNSS_qcom_cfg.ini that is shipped to customers. Currently the
default WCNSS_qcom_cfg.ini contains the following entries:
	Intf0MacAddress=000AF58989FF
	Intf1MacAddress=000AF58989FE
	Intf2MacAddress=000AF58989FD
	Intf3MacAddress=000AF58989FC

The associated default values within the driver are:
	#define CFG_INTF0_MAC_ADDR_DEFAULT "000AF5898980"
	#define CFG_INTF1_MAC_ADDR_DEFAULT "000AF5898981"
	#define CFG_INTF2_MAC_ADDR_DEFAULT "000AF5898982"
	#define CFG_INTF3_MAC_ADDR_DEFAULT "000AF5898983"

These are obviously divergent and should be converged.

Elsewhere in the driver, in hdd_update_tgt_cfg(), is logic to
auto-generate MAC addresses if no addresses have been configured.
This logic currently checking:
	static struct qdf_mac_addr default_mac_addr = {
		{0x00, 0x0A, 0xF5, 0x89, 0x89, 0xFF}
	};

Since this logic is aligned with the values present in the default
version of WCNSS_qcom_cfg.ini, update the CFG_INTF*_MAC_ADDR_DEFAULT
definitions to match.

Change-Id: Ic34bc67cffad44b4d61cdfeb06776d0e3a63889f
CRs-Fixed: 1062967
1 file changed
tree: 147d5289d8c113c18580fc6d3010d377c5d7cf98
  1. core/
  2. target/
  3. uapi/
  4. Android.mk
  5. Kbuild
  6. Kconfig
  7. Makefile
  8. README.txt