minor tweaks.

This commit is contained in:
solomon 2002-11-11 15:36:52 +00:00
parent fcef36d7d1
commit 5fa5ee9231
1 changed files with 2 additions and 2 deletions

View File

@ -1987,7 +1987,7 @@ p80211meta_t MKREQMETANAME(dot11req_start)[] = {
{
/* name */ MKITEMNAME("dschannel"),
/* did */ 0,
/* flags */ P80211ITEM_SETFLAGS(0UL, ISREQUEST, 0UL),
/* flags */ P80211ITEM_SETFLAGS(ISREQUIRED, ISREQUEST, 0UL),
/* min */ 1,
/* max */ 14,
/* maxlen */ 0,
@ -2015,7 +2015,7 @@ p80211meta_t MKREQMETANAME(dot11req_start)[] = {
{
/* name */ MKITEMNAME("probedelay"),
/* did */ 0,
/* flags */ P80211ITEM_SETFLAGS(ISREQUIRED, ISREQUEST, 0UL),
/* flags */ P80211ITEM_SETFLAGS(0UL, ISREQUEST, 0UL),
/* min */ 0,
/* max */ 0,
/* maxlen */ 0,