qcacmn: Use qdf streamfs APIs to replace qal streamfs APIs

Use qdf streamfs APIs to indicate data to user space. This is part of
moving CFR component to hostmn.

Change-Id: I2abc46fdfb36d24eef201ab21f5744d951595ea1
CRs-Fixed: 2637128
This commit is contained in:
Wu Gao
2020-03-05 19:57:50 +08:00
committed by nshrivas
parent df7fb3627f
commit 8940e61395
2 changed files with 16 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2019-2020 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -20,7 +20,7 @@
#define _WLAN_CFR_UTILS_API_H_
#include <wlan_objmgr_cmn.h>
#include <qal_streamfs.h>
#include <qdf_streamfs.h>
#ifdef WLAN_ENH_CFR_ENABLE
#include <qdf_timer.h>
#endif
@@ -471,8 +471,8 @@ struct pdev_cfr {
uint16_t cfr_current_sta_count;
uint32_t num_subbufs;
uint32_t subbuf_size;
struct qal_streamfs_chan *chan_ptr;
struct qal_dentry_t *dir_ptr;
qdf_streamfs_chan_t chan_ptr;
qdf_dentry_t dir_ptr;
struct look_up_table lut[MAX_LUT_ENTRIES];
uint32_t dbr_buf_size;
uint32_t dbr_num_bufs;