Commit 5473bdb4 authored by Ruffalo Lavoisier's avatar Ruffalo Lavoisier Committed by Felix Fietkau
Browse files

wifi: mt76: connac: fix in comment



Correct spelling on 'transmitted' in comment

Signed-off-by: default avatarRuffalo Lavoisier <RuffaloLavoisier@gmail.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 43eaa368
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{