Minor cleanups.
This commit is contained in:
parent
7d5470321a
commit
fe7af060a2
1
CHANGES
1
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
|
||||
|
|
4
Makefile
4
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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue