qcacmn: Use module level logging in Spectral

Current Spectral module uses qdf_print. To improve the control over
logging, use module level logging

CRs-Fixed: 2165341
Change-Id: I205991347453c4dcc424ba1958e309b7c5fb71a0
This commit is contained in:
Shiva Krishna Pittala
2017-12-18 16:39:20 +05:30
committed by snandini
parent 2604ed17c0
commit 8407360e5b

View File

@@ -4004,7 +4004,7 @@ struct smart_ant_enable_tx_feedback_params {
* @pwr_format: Power format
* @rpt_mode: Report mdoe
* @bin_scale: BIN scale
* @dBm_adj: DBM adjust
* @dbm_adj: DBM adjust
* @chn_mask: chain mask
*/
struct vdev_spectral_configure_params {
@@ -4025,7 +4025,7 @@ struct vdev_spectral_configure_params {
uint16_t pwr_format;
uint16_t rpt_mode;
uint16_t bin_scale;
uint16_t dBm_adj;
uint16_t dbm_adj;
uint16_t chn_mask;
};