qcacld-3.0: Add QDF osdep changes

Replace CDF osdep with QDF osdep

Change-Id: Id2ba89c75df1fb8c4973a87219785353c3c2ff3c
CRs-Fixed: 981188
此提交包含在:
Anurag Chouhan
2016-02-22 15:07:01 +05:30
提交者 Gerrit - the friendly Code Review server
父節點 c554842327
當前提交 2ed1fced92
共有 11 個檔案被更改,包括 154 行新增453 行删除

查看文件

@@ -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,