diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-07-09 14:40:36 +0200 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2022-07-18 12:04:50 +0200 |
commit | 88e67a4f0bf88711359ee5498baf0a6e4ea8e414 (patch) | |
tree | 3480d925ea49cc0b744186c905efe89780bf164c | |
parent | wifi: ath6kl: fix repeated words in comments (diff) | |
download | linux-88e67a4f0bf88711359ee5498baf0a6e4ea8e414.tar.xz linux-88e67a4f0bf88711359ee5498baf0a6e4ea8e414.zip |
wifi: ath: fix repeated words in comments
Delete the redundant word 'have'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220709124036.49674-1-yuanjilin@cdjrlc.com
-rw-r--r-- | drivers/net/wireless/ath/hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/hw.c b/drivers/net/wireless/ath/hw.c index b53ebb3ac9a2..85955572a705 100644 --- a/drivers/net/wireless/ath/hw.c +++ b/drivers/net/wireless/ath/hw.c @@ -48,7 +48,7 @@ * the MAC address to obtain the relevant bits and compare the result with * (frame's BSSID & mask) to see if they match. * - * Simple example: on your card you have have two BSSes you have created with + * Simple example: on your card you have two BSSes you have created with * BSSID-01 and BSSID-02. Lets assume BSSID-01 will not use the MAC address. * There is another BSSID-03 but you are not part of it. For simplicity's sake, * assuming only 4 bits for a mac address and for BSSIDs you can then have: |