mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
[WIFI][TREBLE] Uprev IWifiChip to 1.2
The IWifiChip HAL was uprev'ed to 1.2 but the C++ code did not reflect it. Bug: 65647646 Test: builds/runs Change-Id: I2b4524e8a1fcbfd162919c183367959fbaf68f09
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <map>
|
||||
|
||||
#include <android-base/macros.h>
|
||||
#include <android/hardware/wifi/1.1/IWifiChip.h>
|
||||
#include <android/hardware/wifi/1.2/IWifiChip.h>
|
||||
|
||||
#include "hidl_callback_util.h"
|
||||
#include "wifi_ap_iface.h"
|
||||
@@ -44,7 +44,7 @@ using namespace android::hardware::wifi::V1_0;
|
||||
* Since there is only a single chip instance used today, there is no
|
||||
* identifying handle information stored here.
|
||||
*/
|
||||
class WifiChip : public V1_1::IWifiChip {
|
||||
class WifiChip : public V1_2::IWifiChip {
|
||||
public:
|
||||
WifiChip(
|
||||
ChipId chip_id,
|
||||
|
||||
Reference in New Issue
Block a user