Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eedd7561 authored by Etan Cohen's avatar Etan Cohen Committed by Android (Google) Code Review
Browse files

Merge "[WIFI][TREBLE] Uprev IWifiChip to 1.2"

parents 56170053 9649e54d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,