mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
monitor: Fix spelling errors spotted by lintian
The debian package checking tool lintian spotted a bunch of spelling errors in the built binaries.
This commit is contained in:
parent
ce4a272186
commit
d4064ea1b6
@ -3489,7 +3489,7 @@ static const struct attr_entry attr_table[] = {
|
||||
{ NL80211_ATTR_DFS_REGION,
|
||||
"DFS Region", ATTR_U8 },
|
||||
{ NL80211_ATTR_DISABLE_HT,
|
||||
"Diable HT", ATTR_FLAG },
|
||||
"Disable HT", ATTR_FLAG },
|
||||
{ NL80211_ATTR_HT_CAPABILITY_MASK,
|
||||
"HT Capability Mask" },
|
||||
{ NL80211_ATTR_NOACK_MAP,
|
||||
@ -3556,7 +3556,7 @@ static const struct attr_entry attr_table[] = {
|
||||
{ NL80211_ATTR_CRIT_PROT_ID,
|
||||
"Critical Protocol ID" },
|
||||
{ NL80211_ATTR_MAX_CRIT_PROT_DURATION,
|
||||
"Max Criticial Protocol Duration" },
|
||||
"Max Critical Protocol Duration" },
|
||||
{ NL80211_ATTR_PEER_AID,
|
||||
"Peer AID", ATTR_U16 },
|
||||
{ NL80211_ATTR_COALESCE_RULE,
|
||||
|
Loading…
Reference in New Issue
Block a user