.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Mac80211 STA API for ST-Ericsson CW1200 drivers |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) 2010, ST-Ericsson |
---|
5 | 6 | * 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. |
---|
10 | 7 | */ |
---|
11 | 8 | |
---|
12 | 9 | #include <linux/vmalloc.h> |
---|
.. | .. |
---|
1123 | 1120 | * |
---|
1124 | 1121 | * NOTE2: RSSI based reports have been switched to RCPI, since |
---|
1125 | 1122 | * 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 |
---|
1127 | 1124 | */ |
---|
1128 | 1125 | struct wsm_rcpi_rssi_threshold threshold = { |
---|
1129 | 1126 | .rssiRcpiMode = WSM_RCPI_RSSI_THRESHOLD_ENABLE | |
---|