bump for net80211 monitor mode changes

This commit is contained in:
Sam Leffler 2009-05-20 20:05:56 +00:00
parent 5463c4a485
commit 23790ac0d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192470
2 changed files with 9 additions and 1 deletions

View File

@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
20090520:
802.11 monitor mode support was revised and driver api's
were changed. Drivers dependent on net80211 now support
DLT_IEEE802_11_RADIO instead of DLT_IEEE802_11. No
user-visible data structures were changed but applications
that use DLT_IEEE802_11 may require changes.
Bump __FreeBSD_version to 800088.
20090430:
The layout of the following structs has changed: sysctl_oid,
socket, ifnet, inpcbinfo, tcpcb, syncache_head, vnet_inet,

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 800087 /* Master, propagated to newvers */
#define __FreeBSD_version 800088 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>