소스 검색

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 6 년 전
부모
커밋
f573e06d0e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);