repo.or.cz
/
usefulcode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MMC CARD
[usefulcode.git]
/
autopm
/
ramdisk
/
usr
/
sep611_test
/
wifi.sh
blob
452616bc8bebc968fc5b9de6777828169c5a71a4
1
#!/bin/sh
2
cd
/
usr
/
sep611_test
/
WIFI
3
4
insmod libertas_sdio.ko
5
6
ifconfig wlan0 up
7
8
iwconfig wlan0
9
10
iwlist scanning
11
12
echo
"wifitest over"