On Fri, 2011-09-02 at 07:54 +0000, Sumangala, Suraj wrote: > If we can provide "hci_dev" as the handle to the Bluetooth core, does > it make sense to follow the below steps to send channel > classification? > 1. Implement an NL80211 command to provide the Bluetooth BDADDR. > 2. Send it down to the WiFi driver via a cfg80211 API. > 3. Let it call "hci_get_route" to get a hci_hdev handle. > 4. Export an API to set channel classification in Bluetooth HCI core. > 5. Let the WiFi driver form the channel classification and call the > Bluetooth core "write channel classification" API to set the channels. I don't see any reason to have a specific wifi device talk to a specific BT device. The channel exclusion makes more sense if all wifi devices and all BT devices are taken into account. As such, only simple API is needed to let cfg80211 tell bluez about the channels, and then bluez can multiplex it out to all its BT devices. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html