hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/wireless/st/cw1200/sta.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Mac80211 STA API for ST-Ericsson CW1200 drivers
34 *
45 * Copyright (c) 2010, ST-Ericsson
56 * Author: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #include <linux/vmalloc.h>
....@@ -1123,7 +1120,7 @@
11231120 *
11241121 * NOTE2: RSSI based reports have been switched to RCPI, since
11251122 * FW has a bug and RSSI reported values are not stable,
1126
- * what can leads to signal level oscilations in user-end applications
1123
+ * what can lead to signal level oscilations in user-end applications
11271124 */
11281125 struct wsm_rcpi_rssi_threshold threshold = {
11291126 .rssiRcpiMode = WSM_RCPI_RSSI_THRESHOLD_ENABLE |