From 1c3400b8f20dab4fb7db4be3ed10d89dd7e6503a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 23 May 2011 19:13:55 -0500 Subject: [PATCH] todo: add note about drivers that don't support AP mode --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 6afd7f98f..f39d33bac 100644 --- a/TODO +++ b/TODO @@ -88,6 +88,11 @@ are still missing. If the wifi driver supports AP mode, then in src/supplicant-manager/ NM should send an AP-mode config instead of sending the adhoc config. +Note that some devices (airo, ipw2100, ipw2200, iwl3945, iwl4965, atmel, zd1201) +will never support AP mode due to firmware limitations, so we clearly must still +provide Ad-Hoc connection sharing support for those devices and switch between +Ad-Hoc and AP mode depending on device capabilities. + * On-Demand WiFi Scan support