commit | 0420645866e46b3a0a9d7f9a6b4e84bf343d2f4c | [log] [tgz] |
---|---|---|
author | Mihir Shete <smihir@qti.qualcomm.com> | Thu Nov 20 17:50:58 2014 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Mon Nov 24 21:49:05 2014 +0530 |
tree | 0220a7b234fdfc3d0515beaf93c4640263d4b19e | |
parent | 83b0ef7c7eab473869063d5148a0ba234ffaf44a [diff] |
wlan: fix driver load failure with legacy regulatory code When driver is compiled without CONFIG_ENABLE_LINUX_REG flag the function vos_getCurrentCountryCode() is declared and used but never defined which results in failure to load the driver. Make sure that the function is not used when using legacy regulatory code. Change-Id: I9b1d3b6eb31bf1ecf601f14cf2c75156e581bd35 CRs-Fixed: 759463