hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/wireless/intel/iwlwifi/dvm/rxon.c
....@@ -1,23 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /******************************************************************************
23 *
34 * Copyright(c) 2003 - 2014 Intel Corporation. All rights reserved.
45 * 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.
216 *
227 * Contact Information:
238 * Intel Linux Wireless <linuxwifi@intel.com>
....@@ -704,7 +689,7 @@
704689 _iwl_set_rxon_ht(priv, ht_conf, ctx);
705690 }
706691
707
-/**
692
+/*
708693 * iwl_set_rxon_channel - Set the band and channel values in staging RXON
709694 * @ch: requested channel as a pointer to struct ieee80211_channel
710695
....@@ -841,7 +826,7 @@
841826 return errors ? -EINVAL : 0;
842827 }
843828
844
-/**
829
+/*
845830 * iwl_full_rxon_required - check if full RXON (vs RXON_ASSOC) cmd is needed
846831 * @priv: staging_rxon is compared to active_rxon
847832 *
....@@ -1022,7 +1007,7 @@
10221007 ctx->staging.ofdm_basic_rates = ofdm;
10231008 }
10241009
1025
-/**
1010
+/*
10261011 * iwlagn_commit_rxon - commit staging_rxon to hardware
10271012 *
10281013 * The RXON command in staging_rxon is committed to the hardware and