|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2014-2019 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2014-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
|
|
@@ -1071,6 +1071,8 @@ QDF_STATUS reg_get_channel_list_with_power(struct wlan_objmgr_pdev *pdev,
|
|
|
reg_channels[i].chan_flags != REGULATORY_CHAN_DISABLED) {
|
|
|
ch_list[count].chan_num =
|
|
|
reg_channels[i].chan_num;
|
|
|
+ ch_list[count].center_freq =
|
|
|
+ reg_channels[i].center_freq;
|
|
|
ch_list[count++].tx_power =
|
|
|
reg_channels[i].tx_power;
|
|
|
}
|