Minor cleanups.

This commit is contained in:
solomon 2002-11-08 14:39:09 +00:00
parent 7d5470321a
commit fe7af060a2
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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,