wireless: add an example driver cleanup implementation
authorFelix Fietkau <nbd@openwrt.org>
Tue, 3 Dec 2013 14:14:05 +0000 (15:14 +0100)
committerFelix 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

index aa663bb..2ee1c73 100755 (executable)
@@ -43,6 +43,9 @@ setup_vif() {
        wireless_add_process "$!" /bin/sleep 1
 }
 
        wireless_add_process "$!" /bin/sleep 1
 }
 
+drv_mac80211_cleanup() {
+       echo "mac80211 cleanup"
+}
 
 drv_mac80211_setup() {
        echo "mac80211 setup: $1"
 
 drv_mac80211_setup() {
        echo "mac80211 setup: $1"