summaryrefslogtreecommitdiff
path: root/wireless.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-02-28 20:36:08 +1300
committerFelix Fietkau <nbd@openwrt.org>2015-02-28 20:36:08 +1300
commit212288ba1518c0fd4d44f22e7c2af09022944a9f (patch)
tree8e7670f2455f1bb859f8b04fc5950c6a3243f1df /wireless.h
parent4d84111e1014c817653db92bcd8024ff1935b6be (diff)
downloadnetifd-212288ba1518c0fd4d44f22e7c2af09022944a9f.tar.gz
wireless: fix teardown, always pass the previous config to the teardown handler instead of the new one
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'wireless.h')
-rw-r--r--wireless.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wireless.h b/wireless.h
index f2ea7c2..c5dbb88 100644
--- a/wireless.h
+++ b/wireless.h
@@ -49,6 +49,7 @@ struct wireless_device {
struct ubus_request_data *kill_request;
+ struct blob_attr *prev_config;
struct blob_attr *config;
struct blob_attr *data;