diff options
author | Sam Leffler <sam@FreeBSD.org> | 2007-03-07 04:35:07 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2007-03-07 04:35:07 +0000 |
commit | 49aa47d6c7cf2dc32c68ae97ce1ce6cdf74fcddc (patch) | |
tree | 8ddcbf3d0c8406ac622a50ae8b0f9e2de844a2a9 /sys/net80211/ieee80211_proto.h | |
parent | fe49f061b48ac0d987de7a3e6a8dc9146a58e8ec (diff) | |
download | src-49aa47d6c7cf2dc32c68ae97ce1ce6cdf74fcddc.tar.gz src-49aa47d6c7cf2dc32c68ae97ce1ce6cdf74fcddc.zip |
add ieee80211_opmode_name array for mapping the opmode to a string
for printing diagnostic msgs
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=167283
Diffstat (limited to 'sys/net80211/ieee80211_proto.h')
-rw-r--r-- | sys/net80211/ieee80211_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h index 0182cd444fef..f089970a83f2 100644 --- a/sys/net80211/ieee80211_proto.h +++ b/sys/net80211/ieee80211_proto.h @@ -228,6 +228,7 @@ void ieee80211_beacon_miss(struct ieee80211com *); void ieee80211_print_essid(const u_int8_t *, int); void ieee80211_dump_pkt(const u_int8_t *, int, int, int); +extern const char *ieee80211_opmode_name[]; extern const char *ieee80211_state_name[IEEE80211_S_MAX]; extern const char *ieee80211_wme_acnames[]; |