diff options
| author | Roshan Khatri <topofeverest8848@gmail.com> | 2024-05-24 21:25:01 +0545 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-06-04 13:35:01 +0200 |
| commit | 8bcb9afc5de366d7c3e572582ff0da8b155e7e01 (patch) | |
| tree | 174c9a9fb883f7a46b1b7ec0e9fefd5034b3a280 | |
| parent | 90bf0a8c0bbf15c253b4a03c9513ed76b7dbf07b (diff) | |
| download | linux-8bcb9afc5de366d7c3e572582ff0da8b155e7e01.tar.gz linux-8bcb9afc5de366d7c3e572582ff0da8b155e7e01.tar.bz2 linux-8bcb9afc5de366d7c3e572582ff0da8b155e7e01.zip | |
staging: rtl8712: Fix spelling mistake in rtl871x_mlme.c
This patch corrects misspelled word to increase code readability and
searching.
Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Reviewed-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240524154001.63946-1-topofeverest8848@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/rtl8712/rtl871x_mlme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_mlme.c b/drivers/staging/rtl8712/rtl871x_mlme.c index fccfa0915a02..70c295e97068 100644 --- a/drivers/staging/rtl8712/rtl871x_mlme.c +++ b/drivers/staging/rtl8712/rtl871x_mlme.c @@ -944,7 +944,7 @@ void r8712_cpwm_event_callback(struct _adapter *adapter, u8 *pbuf) /* When the Netgear 3500 AP is with WPA2PSK-AES mode, it will send * the ADDBA req frame with start seq control = 0 to wifi client after - * the WPA handshake and the seqence number of following data packet + * the WPA handshake and the sequence number of following data packet * will be 0. In this case, the Rx reorder sequence is not longer than 0 * and the WiFi client will drop the data with seq number 0. * So, the 8712 firmware has to inform driver with receiving the |
