Fix a scriptlet.
This commit is contained in:
parent
5d3f8fced9
commit
718a7c5f28
1
CHANGES
1
CHANGES
|
@ -42,6 +42,7 @@
|
|||
*
|
||||
* --------------------------------------------------------------------
|
||||
-pre17
|
||||
- Fix a bug with the pcmcia script and scanning (Dan Noe)
|
||||
- Fix a crash on a VCC mismatch.
|
||||
- Split out most pci/plx/pcmcia/usb specific code into their own .c files.
|
||||
- Make prism2_cs build on 2.6.2-rc
|
||||
|
|
1
THANKS
1
THANKS
|
@ -112,6 +112,7 @@ Henry Ip <henryiphk@hotmail.com>
|
|||
Andre McCurdy <armcc2000@yahoo.com>
|
||||
Allan Claghorn <aclag@sdk.ath.cx>
|
||||
Steve Berry <vze4tzdm@verizon.net>
|
||||
Dan Noe <dpn@isomerica.net>
|
||||
|
||||
[Many, many more. If I've overlooked you and you want to be listed here,
|
||||
send me e-mail and I'll fix it. I _know_ a bunch of linux-wlan contributors
|
||||
|
|
|
@ -104,7 +104,7 @@ case "$ACTION" in
|
|||
if [ $? = 0 ] ; then
|
||||
wlan_scan $DEVICE
|
||||
if [ $? = 0 ] ; then
|
||||
wlan_source_config_for_ssid "$ssid:$bssid"
|
||||
wlan_source_config_for_ssid "$ssid" "$bssid"
|
||||
|
||||
wlan_user_mibs $DEVICE
|
||||
wlan_wep $DEVICE
|
||||
|
|
Loading…
Reference in a new issue