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

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
...@@ -2650,7 +2650,7 @@ int mt76_connac_mcu_add_key(struct mt76_dev *dev, struct ieee80211_vif *vif, ...@@ -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); 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) #define BCN_TX_ESTIMATE_TIME (4096 + 20)
void mt76_connac_mcu_bss_ext_tlv(struct sk_buff *skb, struct mt76_vif *mvif) void mt76_connac_mcu_bss_ext_tlv(struct sk_buff *skb, struct mt76_vif *mvif)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment