Explorar el Código

qcacld-3.0: Register the wext handlers for ftm mode

Presently the wext handlers are not getting registered for the
ftm mode resulting in the error when the ftm specific commands
are issued.

Register the wext ioctls when the interface up is received on the
ftm mode.

Change-Id: I50ae011012cd1d667e69d1d84f62c14fa253111a
CRs-Fixed: 2436937
Arun Kumar Khandavalli hace 6 años
padre
commit
f573e06d0e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      core/hdd/src/wlan_hdd_main.c

+ 1 - 0
core/hdd/src/wlan_hdd_main.c

@@ -2328,6 +2328,7 @@ int hdd_start_adapter(struct hdd_adapter *adapter)
 		goto exit_with_success;
 	case QDF_FTM_MODE:
 		/* vdevs are dynamically managed by firmware in FTM */
+		hdd_register_wext(adapter->dev);
 		goto exit_with_success;
 	default:
 		hdd_err("Invalid session type %d", device_mode);