Browse Source

wireless: add an example driver cleanup implementation

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Felix Fietkau 10 years ago
parent
commit
f7cdc6437c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      examples/wireless/mac80211.sh

+ 3 - 0
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"