session: Store user AllowedBearers configuration
[platform/upstream/connman.git] / TODO
diff --git a/TODO b/TODO
index 127f928..3d487ae 100644 (file)
--- a/TODO
+++ b/TODO
@@ -86,10 +86,32 @@ Core
   owner if possible or first come first serve. A graceful fallback to
   the next agent should be also used in case of malfunctional agents.
 
+- Remove --nobacktrace option
+
+ Priority: Medium
+ Complexity: C1
+ When: 2.0
+
+ Remove the --nobacktrace option or change it to --backtrace depending on the
+ level of systemd integration or other factors.
+
 
 WiFi
 ====
 
+- Clean up WiFi data structure usage
+
+   Priority: Medium
+   Complexity: C2
+
+   Struct wifi_data is passed as a pointer in some of the wifi plugin
+   callbacks. For example removing a WiFi USB stick causes RTNL and
+   wpa_supplicant to call the wifi plugin at the same time causing the
+   freeing of the wifi data structure. Fix up the code to have proper
+   reference counting or other handling in place for the shared wifi data
+   and the members in the data structure.
+
+
 - EAP-AKA/SIM
 
    Priority: Medium