소스 검색

qcacld-3.0: Use mac_handle_t in wlan_hdd_wext

Change "qcacld-3.0: Introduce mac_handle_t" introduced a modern
name for what was previously called the tHalHandle. Transition
wlan_hdd_wext to use the new naming.

Change-Id: I3cabec634252453b33c8f480ba785cc739e872df
CRs-Fixed: 2267115
Jeff Johnson 6 년 전
부모
커밋
cec6e923a5
2개의 변경된 파일146개의 추가작업 그리고 144개의 파일을 삭제
  1. 1 1
      core/hdd/inc/wlan_hdd_wext.h
  2. 145 143
      core/hdd/src/wlan_hdd_wext.c

+ 1 - 1
core/hdd/inc/wlan_hdd_wext.h

@@ -247,7 +247,7 @@ int hdd_assemble_rate_code(uint8_t preamble, uint8_t nss, uint8_t rate);
 int hdd_set_11ax_rate(struct hdd_adapter *adapter, int value,
 		      struct sap_config *sap_config);
 
-int wlan_hdd_update_phymode(struct net_device *net, tHalHandle hal,
+int wlan_hdd_update_phymode(struct net_device *net, mac_handle_t mac_handle,
 			    int new_phymode, struct hdd_context *phddctx);
 
 struct iw_request_info;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 145 - 143
core/hdd/src/wlan_hdd_wext.c


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.