projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ath9k: adjust ack timeout workaround patch based on upstream submission
[openwrt.git]
/
package
/
madwifi
/
files
/
etc
/
hotplug.d
/
net
/
10-madwifi
1
if [ "$ACTION" = "add" -o "$ACTION" = "register" ]; then
2
case "$INTERFACE" in
3
ath*.sta*)
4
local BASEIF="${INTERFACE%%\.*}"
5
6
include /lib/network
7
scan_interfaces
8
local CONFIG="$(find_config "$BASEIF")"
9
[ -n "$CONFIG" ] && setup_interface "$INTERFACE" "$CONFIG"
10
;;
11
esac
12
fi
This page took
0.050126 seconds
and
5
git commands to generate.