Rajesh Chauhan
de24535ff4
qcacmn: objmgr: 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:
- wlan_objmgr_get_vdev_by_macaddr_from_pdev()
- wlan_objmgr_get_vdev_by_macaddr_from_pdev_debug()
- wlan_objmgr_get_vdev_by_macaddr_from_pdev_no_state()
- wlan_objmgr_get_vdev_by_macaddr_from_pdev_no_state_debug()
- wlan_objmgr_get_vdev_by_macaddr_from_psoc()
- wlan_objmgr_get_vdev_by_macaddr_from_psoc_debug()
- wlan_objmgr_get_vdev_by_macaddr_from_psoc_no_state()
- wlan_objmgr_get_vdev_by_macaddr_from_psoc_no_state_debug()
Change-Id: I787fd26301d472e73e397fc89f05e4d8161877f7
CRs-Fixed: 3304954
2022-10-05 19:33:41 -07:00
..
2022-09-23 22:38:21 -07:00
2022-09-30 07:49:17 -07:00
2022-08-26 09:10:26 -07:00
2021-11-18 17:05:28 -08:00
2022-10-04 10:30:41 -07:00
2022-10-05 19:33:41 -07:00
2022-05-09 22:18:45 -07:00
2022-09-29 04:22:38 -07:00
2020-08-20 10:07:35 -07:00
2022-07-23 21:04:50 -07:00