linux/drivers/uwb
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
..
i1480 uwb: remove unused #include <version.h> 2008-10-31 15:00:18 +00:00
wlp uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
address.c uwb: add the UWB stack (MLME) 2008-09-17 16:54:24 +01:00
beacon.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
driver.c uwb: per-radio controller event thread and beacon cache 2008-11-04 15:55:26 +00:00
drp-avail.c uwb: add the UWB stack (reservation manager) 2008-09-17 16:54:24 +01:00
drp-ie.c uwb: remove unused #include <version.h> 2008-10-31 15:00:18 +00:00
drp.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
est.c uwb: don't use printk_ratelimit() so often 2008-10-16 13:56:53 +01:00
hwa-rc.c uwb: don't unbind the radio controller driver when resetting 2008-11-07 17:37:33 +00:00
ie-rcv.c uwb: infrastructure for handling Relinquish Request IEs 2008-11-04 15:53:29 +00:00
ie.c uwb: order IEs by element ID 2008-10-28 12:09:17 +00:00
Kconfig uwb: depend on EXPERIMENTAL 2008-09-17 16:54:36 +01:00
lc-dev.c uwb: use kcalloc where appropriate 2008-10-15 14:50:10 +01:00
lc-rc.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
Makefile uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
neh.c uwb: fix races between events and neh timers 2008-11-07 18:19:19 +00:00
pal.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
radio.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
reset.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
rsv.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
scan.c uwb: add the UWB stack (MLME) 2008-09-17 16:54:24 +01:00
umc-bus.c uwb: don't unbind the radio controller driver when resetting 2008-11-07 17:37:33 +00:00
umc-dev.c uwb: struct device - replace bus_id with dev_name(), dev_set_name() 2008-10-31 15:07:06 +00:00
umc-drv.c uwb: add the umc bus 2008-09-17 16:54:25 +01:00
uwb-debug.c uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
uwb-internal.h uwb: add basic radio manager 2008-11-19 14:46:33 +00:00
uwbd.c uwb: per-radio controller event thread and beacon cache 2008-11-04 15:55:26 +00:00
whc-rc.c uwb: don't unbind the radio controller driver when resetting 2008-11-07 17:37:33 +00:00
whci.c uwb: struct device - replace bus_id with dev_name(), dev_set_name() 2008-10-31 15:07:06 +00:00