Rajesh Chauhan
bcb0f547dd
qcacmn: ipa: change prototype of functions to pass dev_addr as const
In kernel 5.17, net_device->dev_addr is changed to const unsigned char*.
Modify prototype of below functions to pass dev_addr as const:
- ucfg_ipa_wlan_evt()
- ipa_wlan_evt()
- wlan_ipa_wlan_evt()
- __wlan_ipa_wlan_evt()
- wlan_ipa_cleanup_iface()
- wlan_ipa_send_msg()
- wlan_ipa_setup_iface()
- wlan_ipa_save_bssid_iface_ctx()
- wlan_ipa_uc_find_add_assoc_sta()
- wlan_ipa_set_peer_id()
- wlan_ipa_set_sap_client_auth()
Change-Id: Ib2cbe8de724bc09abf82fa49c0ea08c268be34c0
CRs-Fixed: 3304829