projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29db00e
)
wireless: add an example driver cleanup implementation
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Dec 2013 14:14:05 +0000
(15:14 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Dec 2013 14:14:08 +0000
(15:14 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
examples/wireless/mac80211.sh
patch
|
blob
|
history
diff --git
a/examples/wireless/mac80211.sh
b/examples/wireless/mac80211.sh
index aa663bb1e72c90295ffe2c079c19908a41506ddc..2ee1c73e1e704b36efe1ec86ef0d054deb5bc529 100755
(executable)
--- a/
examples/wireless/mac80211.sh
+++ b/
examples/wireless/mac80211.sh
@@
-43,6
+43,9
@@
setup_vif() {
wireless_add_process "$!" /bin/sleep 1
}
+drv_mac80211_cleanup() {
+ echo "mac80211 cleanup"
+}
drv_mac80211_setup() {
echo "mac80211 setup: $1"