diff --git a/CHANGES b/CHANGES index ffd73c5..49ac7db 100644 --- a/CHANGES +++ b/CHANGES @@ -41,6 +41,7 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- + - Minor cleanups (Pavel Roskin) - Tenative SPARC support. (Olivier Bornet) - After leaving monitor mode, disable the port if we had to enable it. - Updates to hfa384x.h diff --git a/Makefile b/Makefile index a28a2d7..95159e4 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ help: @echo -e "\tmake all\t\t- build modules and programs" @echo -e "\tmake install\t\t- install modules and programs" @echo -e "\tmake clean\t\t- remove old binaries and dependency files" - @echo -e "\tmake mrproper\t- 'make clean' + removes config file" + @echo -e "\tmake mrproper\t\t- 'make clean' + remove config file" @echo -e "\tmake tags\t\t- generate tag files for source code" @echo " " @@ -73,7 +73,7 @@ clean: for i in *_obj; do if [ -d $$i ]; then rm -fr $$i; fi; done rm -f config.mk config.new rm -f src/include/wlan/version.h - + install: find . -name .depend -exec rm {} \; set -e; for d in $(DIRS); do $(MAKE) -C $$d install ; done diff --git a/src/shared/p80211metamsg.c b/src/shared/p80211metamsg.c index ade4d74..a77b007 100644 --- a/src/shared/p80211metamsg.c +++ b/src/shared/p80211metamsg.c @@ -351,7 +351,7 @@ p80211meta_t MKREQMETANAME(dot11req_scan)[] = { { /* name */ MKITEMNAME("probedelay"), /* did */ 0, - /* flags */ P80211ITEM_SETFLAGS(ISREQUIRED, ISREQUEST, 0UL), + /* flags */ P80211ITEM_SETFLAGS(0UL, ISREQUEST, 0UL), /* min */ 0, /* max */ 0, /* maxlen */ 0,