diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-06-13 01:06:37 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-06-13 01:06:37 +0000 |
| commit | 07c67f8c923734976345cf03096650f1ce011676 (patch) | |
| tree | cf10f9fdab3d5193afee08bf9f22f307dd7a05be | |
| parent | b06a824a17522a81e467dc69907faaf026998f14 (diff) | |
| parent | 0e6c01517a70b0682e6b98e97b7215349f780aeb (diff) | |
| download | hardware_replicant_wlan-07c67f8c923734976345cf03096650f1ce011676.tar.gz hardware_replicant_wlan-07c67f8c923734976345cf03096650f1ce011676.tar.bz2 hardware_replicant_wlan-07c67f8c923734976345cf03096650f1ce011676.zip | |
Snap for 6586393 from 0e6c01517a70b0682e6b98e97b7215349f780aeb to rvc-release
Change-Id: I2e0311bc0863de5f6178a1ec4a87e6bc925f3aed
| -rwxr-xr-x | bcmdhd/wifi_hal/wifi_hal.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bcmdhd/wifi_hal/wifi_hal.cpp b/bcmdhd/wifi_hal/wifi_hal.cpp index 751d63b..258725c 100755 --- a/bcmdhd/wifi_hal/wifi_hal.cpp +++ b/bcmdhd/wifi_hal/wifi_hal.cpp @@ -245,6 +245,8 @@ wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) #ifdef NAN_CLUSTER_MERGE fn->wifi_nan_enable_merge_request = nan_enable_cluster_merge_request; #endif /* NAN_CLUSTER_MERGE */ + fn->wifi_select_tx_power_scenario = wifi_select_tx_power_scenario; + fn->wifi_reset_tx_power_scenario = wifi_reset_tx_power_scenario; return WIFI_SUCCESS; } |
