commit | 78100a4cfe8b0c08bc0c362f5bbf779b083e4990 | [log] [tgz] |
---|---|---|
author | Yu Ouyang <yuo@codeaurora.org> | Thu Jan 02 14:38:32 2020 +0800 |
committer | nshrivas <nshrivas@codeaurora.org> | Sat Jan 04 04:25:52 2020 -0800 |
tree | ade9cb7a5f70737713935c900356a5fd10179736 | |
parent | e76b6f24581d267e50e092337765fd49a14cd11f [diff] |
qcacmn: Fix function parameter type conflict issue Parameter freq type has a conflict in reg_is_dsrc_freq(qdf_freq_t freq) and reg_is_dsrc_freq(uint16_t freq) functions. Change the type to qdf_freq_t in these functions. Change-Id: I4c348778a7cb2fd588799332241701357de90422 CRs-Fixed: 2595642