Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/net80211/ieee80211_tdma.h 186904 2009-01-08 17:12:47Z sam $
---
> * $FreeBSD: head/sys/net80211/ieee80211_tdma.h 189980 2009-03-18 19:28:17Z sam $
35a36
> uint8_t tdma_version; /* protocol version to use */
40d40
< #define IEEE80211_TDMA_MAXSLOTS 8
51a52,56
>
> #define TDMA_UPDATE_SLOT 0x0001 /* tdma_slot changed */
> #define TDMA_UPDATE_SLOTCNT 0x0002 /* tdma_slotcnt changed */
> #define TDMA_UPDATE_SLOTLEN 0x0004 /* tdma_slotlen changed */
> #define TDMA_UPDATE_BINTVAL 0x0008 /* tdma_bintval changed */