wifi: mt76: connac: fix in comment
authorRuffalo Lavoisier <ruffalolavoisier@gmail.com>
Wed, 10 Aug 2022 22:04:44 +0000 (07:04 +0900)
committerFelix Fietkau <nbd@nbd.name>
Thu, 15 Sep 2022 10:54:02 +0000 (12:54 +0200)
Correct spelling on 'transmitted' in comment

Signed-off-by: Ruffalo Lavoisier <RuffaloLavoisier@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c

index 35cdfceebab1027b35575e27e9281a9628cc54ca..011fc9729b38c21eff1d3ae63ea56e8662e91263 100644 (file)
@@ -2650,7 +2650,7 @@ int mt76_connac_mcu_add_key(struct mt76_dev *dev, struct ieee80211_vif *vif,
 }
 EXPORT_SYMBOL_GPL(mt76_connac_mcu_add_key);
 
-/* SIFS 20us + 512 byte beacon tranmitted by 1Mbps (3906us) */
+/* SIFS 20us + 512 byte beacon transmitted by 1Mbps (3906us) */
 #define BCN_TX_ESTIMATE_TIME (4096 + 20)
 void mt76_connac_mcu_bss_ext_tlv(struct sk_buff *skb, struct mt76_vif *mvif)
 {