diff options
author | sam <sam@FreeBSD.org> | 2003-10-17 21:56:42 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2003-10-17 21:56:42 +0000 |
commit | 23522eb8551b09f2a83a0b6ff48f556efc4a790b (patch) | |
tree | 892a86cd4b6dc170789cf262939d91d116dca8b2 /sys/net80211 | |
parent | 205300184814e7d0fe120d0c32a35bf8ae53713b (diff) | |
download | FreeBSD-src-23522eb8551b09f2a83a0b6ff48f556efc4a790b.zip FreeBSD-src-23522eb8551b09f2a83a0b6ff48f556efc4a790b.tar.gz |
correct comment
Diffstat (limited to 'sys/net80211')
-rw-r--r-- | sys/net80211/ieee80211_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h index 86517d0..c8fd126 100644 --- a/sys/net80211/ieee80211_var.h +++ b/sys/net80211/ieee80211_var.h @@ -217,7 +217,7 @@ struct ieee80211com { #define IEEE80211_F_SHSLOT 0x00020000 /* CONF: short slot time */ #define IEEE80211_F_SHPREAMBLE 0x00040000 /* CONF: short preamble */ -/* ic_capabilities */ +/* ic_caps */ #define IEEE80211_C_WEP 0x00000001 /* CAPABILITY: WEP available */ #define IEEE80211_C_IBSS 0x00000002 /* CAPABILITY: IBSS available */ #define IEEE80211_C_PMGT 0x00000004 /* CAPABILITY: Power mgmt */ |