Add RTM_IEEE80211 to array of route message descriptions.

PR:		151664
Submitted by:	Alexey Illarionov <littlesavage rambler.ru>
This commit is contained in:
glebius 2010-12-08 15:10:27 +00:00
parent 9ef714f2e2
commit e3d05d0821

View File

@ -1306,6 +1306,7 @@ const char *msgtypes[] = {
"RTM_NEWMADDR: new multicast group membership on iface",
"RTM_DELMADDR: multicast group membership removed from iface",
"RTM_IFANNOUNCE: interface arrival/departure",
"RTM_IEEE80211: IEEE 802.11 wireless event",
0,
};