qcacld-3.0: Add QDF osdep changes
Replace CDF osdep with QDF osdep Change-Id: Id2ba89c75df1fb8c4973a87219785353c3c2ff3c CRs-Fixed: 981188
此提交包含在:

提交者
Gerrit - the friendly Code Review server

父節點
c554842327
當前提交
2ed1fced92
@@ -229,9 +229,8 @@ int dfs_attach(struct ieee80211com *ic)
|
||||
return 1;
|
||||
}
|
||||
|
||||
dfs =
|
||||
(struct ath_dfs *)os_malloc(NULL, sizeof(struct ath_dfs),
|
||||
GFP_ATOMIC);
|
||||
dfs = (struct ath_dfs *)os_malloc(NULL, sizeof(struct ath_dfs),
|
||||
GFP_ATOMIC);
|
||||
|
||||
if (dfs == NULL) {
|
||||
/*DFS_DPRINTK(dfs, ATH_DEBUG_DFS1,
|
||||
|
新增問題並參考
封鎖使用者