diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-06 09:00:52 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-06 09:00:52 -0700 |
| commit | 572cf153cc532a0f10108a2e28532cba8588b7d8 (patch) | |
| tree | a8724837ea07730a5bf75f19cff467915a24fb97 | |
| parent | 415fddaa633f7c386d70eafa37dd89d83f126d52 (diff) | |
| parent | 7f2ebfa9429412b0d70d2dcf08613a2625175f31 (diff) | |
Merge "qcacld-2.0: fix user space accesses" into wlan-cld2.driver.lnx.1.0-dev
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CORE/HDD/src/wlan_hdd_main.c b/CORE/HDD/src/wlan_hdd_main.c index 018908e8eb8e..ada6ccb30dfc 100644 --- a/CORE/HDD/src/wlan_hdd_main.c +++ b/CORE/HDD/src/wlan_hdd_main.c @@ -8046,8 +8046,6 @@ static int hdd_driver_command(hdd_adapter_t *pAdapter, ret = drv_cmd_get_antenna_mode(pAdapter, pHddCtx, command, 14, &priv_data); - hddLog(LOG1, FL("Get antenna mode ret: %d mode: %s"), - ret, priv_data.buf); } else if (strncmp(command, "STOP", 4) == 0) { hddLog(LOG1, FL("STOP command")); pHddCtx->driver_being_stopped = true; |
