.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /****************************************************************************** |
---|
2 | 3 | * |
---|
3 | 4 | * Copyright(c) 2003 - 2014 Intel Corporation. All rights reserved. |
---|
4 | 5 | * Copyright(c) 2015 Intel Deutschland GmbH |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify it |
---|
7 | | - * under the terms of version 2 of the GNU General Public License as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | | - * |
---|
10 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
---|
11 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
12 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
---|
13 | | - * more details. |
---|
14 | | - * |
---|
15 | | - * You should have received a copy of the GNU General Public License along with |
---|
16 | | - * this program; if not, write to the Free Software Foundation, Inc., |
---|
17 | | - * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA |
---|
18 | | - * |
---|
19 | | - * The full GNU General Public License is included in this distribution in the |
---|
20 | | - * file called LICENSE. |
---|
21 | 6 | * |
---|
22 | 7 | * Contact Information: |
---|
23 | 8 | * Intel Linux Wireless <linuxwifi@intel.com> |
---|
.. | .. |
---|
704 | 689 | _iwl_set_rxon_ht(priv, ht_conf, ctx); |
---|
705 | 690 | } |
---|
706 | 691 | |
---|
707 | | -/** |
---|
| 692 | +/* |
---|
708 | 693 | * iwl_set_rxon_channel - Set the band and channel values in staging RXON |
---|
709 | 694 | * @ch: requested channel as a pointer to struct ieee80211_channel |
---|
710 | 695 | |
---|
.. | .. |
---|
841 | 826 | return errors ? -EINVAL : 0; |
---|
842 | 827 | } |
---|
843 | 828 | |
---|
844 | | -/** |
---|
| 829 | +/* |
---|
845 | 830 | * iwl_full_rxon_required - check if full RXON (vs RXON_ASSOC) cmd is needed |
---|
846 | 831 | * @priv: staging_rxon is compared to active_rxon |
---|
847 | 832 | * |
---|
.. | .. |
---|
1022 | 1007 | ctx->staging.ofdm_basic_rates = ofdm; |
---|
1023 | 1008 | } |
---|
1024 | 1009 | |
---|
1025 | | -/** |
---|
| 1010 | +/* |
---|
1026 | 1011 | * iwlagn_commit_rxon - commit staging_rxon to hardware |
---|
1027 | 1012 | * |
---|
1028 | 1013 | * The RXON command in staging_rxon is committed to the hardware and |
---|