diff options
| author | Amar Singhal <asinghal@codeaurora.org> | 2016-11-14 16:53:25 -0800 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-11-16 16:36:16 -0800 |
| commit | 245932538239a2bd0ee3b996235454bf592c1237 (patch) | |
| tree | 756c89fa05c4ed173cdea830f3d655f957c6dce6 | |
| parent | e371183abff191acec366ae6621e362146596deb (diff) | |
qcacld-3.0: Make hdd_remove_passive_channels static
hdd_remove_passive_channels is not called outside the file.
Make it static.
Change-Id: I17ee9a398b5c88cbaa4677e43bc3a931faf3313d
CRs-Fixed: 1089927
| -rw-r--r-- | core/hdd/src/wlan_hdd_ext_scan.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/hdd/src/wlan_hdd_ext_scan.c b/core/hdd/src/wlan_hdd_ext_scan.c index b389d4edd310..710c118ecdc4 100644 --- a/core/hdd/src/wlan_hdd_ext_scan.c +++ b/core/hdd/src/wlan_hdd_ext_scan.c @@ -2448,8 +2448,9 @@ static void hdd_remove_dsrc_channels(struct wiphy *wiphy, uint32_t *chan_list, * * Return: none */ -void hdd_remove_passive_channels(struct wiphy *wiphy, uint32_t *chan_list, - uint8_t *num_channels) +static void hdd_remove_passive_channels(struct wiphy *wiphy, + uint32_t *chan_list, + uint8_t *num_channels) { uint8_t num_chan_temp = 0; int i, j, k; |
