diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-02-28 20:36:08 +1300 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-02-28 20:36:08 +1300 |
commit | 212288ba1518c0fd4d44f22e7c2af09022944a9f (patch) | |
tree | 8e7670f2455f1bb859f8b04fc5950c6a3243f1df /wireless.h | |
parent | 4d84111e1014c817653db92bcd8024ff1935b6be (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |