From 2f38d7bf4599c287359d4b8bd73c245f01c6452e Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 7 Feb 2000 19:02:27 +0000 Subject: [PATCH] Added the CFPPERIOD and CFPMAXDURATION. Don't know how they got overlooked. --- etc/pcmcia/wlan-ng | 2 ++ etc/pcmcia/wlan-ng.opts | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/pcmcia/wlan-ng b/etc/pcmcia/wlan-ng index 5e11f30..d0475c4 100755 --- a/etc/pcmcia/wlan-ng +++ b/etc/pcmcia/wlan-ng @@ -38,6 +38,8 @@ case "$ACTION" in startcmd="$startcmd dtimperiod=$APDTIMINT" startcmd="$startcmd cfpollable=$APCFPOLLABLE" startcmd="$startcmd cfpollreq=$APCFPOLLREQ" + startcmd="$startcmd cfpperiod=$APCFPPERIOD" + startcmd="$startcmd cfpmaxduration=$APCFPMAXDURATION" startcmd="$startcmd probedelay=$APPROBEDELAY" startcmd="$startcmd dschannel=$APCHANNEL" j=1 diff --git a/etc/pcmcia/wlan-ng.opts b/etc/pcmcia/wlan-ng.opts index 3e4eb99..8f636fc 100755 --- a/etc/pcmcia/wlan-ng.opts +++ b/etc/pcmcia/wlan-ng.opts @@ -14,7 +14,7 @@ case "$ADDRESS" in # Do we want to be an AP? If not, set IS_AP to 'n' and the AP # variables can be left blank - IS_AP=y + IS_AP=n AP_FWIMAGE=/etc/wlan/t10001c0.hex APBRIDGEDEVICE=eth0 APSSID="WLAN_PRISM2" @@ -22,6 +22,8 @@ case "$ADDRESS" in APDTIMINT=3 APCFPOLLABLE=false APCFPOLLREQ=false + APCFPPERIOD=3 + APCFPMAXDURATION=100 APPROBEDELAY=100 APCHANNEL=6 APBASICRATES="2 4"