linux/drivers/usb/wusbcore
David Vrabel 6fae35f9ce uwb: add basic radio manager
The UWB radio manager coordinates the use of the radio between the
PALs that may be using it.  PALs request use of the radio with
uwb_radio_start() and the radio manager will start beaconing if its
not already doing so.  When the last PAL has called uwb_radio_stop()
beaconing will be stopped.

In the future, the radio manager will have a more sophisticated channel
selection algorithm, probably following the Channel Selection Policy
from the WiMedia Alliance when it is finalized.  For now, channel 9
(BG1, TFC1) is selected.

The user may override the channel selected by the radio manager and may
force the radio to stop beaconing.

The WUSB Host Controller PAL makes use of this and there are two new
debug PAL commands that can be used for testing.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
2008-11-19 14:46:33 +00:00
..
Kconfig uwb: depend on EXPERIMENTAL 2008-09-17 16:54:36 +01:00
Makefile wusb: wusb-cbaf (CBA driver) sysfs ABI simplification 2008-09-17 16:54:35 +01:00
cbaf.c wusb: remove unused #include <version.h> 2008-10-31 15:10:27 +00:00
crypto.c wusb: disable verification of the key generation algorithms 2008-10-28 12:08:21 +00:00
dev-sysfs.c wusb: add the Wireless USB core 2008-09-17 16:54:29 +01:00
devconnect.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
mmc.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
pal.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
reservation.c uwb: reference count reservations 2008-10-28 12:07:23 +00:00
rh.c wusb: reset WUSB devices with SetAddress(0) 2008-10-28 12:10:25 +00:00
security.c wusb: reset WUSB devices with SetAddress(0) 2008-10-28 12:10:25 +00:00
wa-hc.c wusb: add the Wire Adapter (WA) core 2008-09-17 16:54:31 +01:00
wa-hc.h wusb: add the Wire Adapter (WA) core 2008-09-17 16:54:31 +01:00
wa-nep.c wusb: add the Wire Adapter (WA) core 2008-09-17 16:54:31 +01:00
wa-rpipe.c wusb: fix bmRequestType for Abort RPipe request 2008-09-17 16:54:32 +01:00
wa-xfer.c uwb: use kcalloc where appropriate 2008-10-15 14:50:10 +01:00
wusbhc.c uwb: add symlinks in sysfs between radio controllers and PALs 2008-09-17 16:54:35 +01:00
wusbhc.h uwb: add basic radio manager 2008-11-19 14:46:33 +00:00