sonyxperiadev / device-sony-lena

10 stars 12 forks source link

platform: Wrap the WIFI_DRIVER_STATE_ON and WIFI_DRIVER_STATE_OFF val… #27

Closed ShujathMohd closed 1 year ago

ShujathMohd commented 1 year ago

…ues in quotations

Fixes the below compilation error on android 14 : frameworks/opt/net/wifi/libwifi_hal/wifi_hal_common.cpp:194:7: error: no matching function for call to 'wifi_change_driver_state' if (wifi_change_driver_state(WIFI_DRIVER_STATE_ON) < 0) {