#include <linux/kernel.h>
#include <linux/uwb.h>
#include <linux/export.h>
#include "uwb-internal.h"
Go to the source code of this file.
uwb_radio_start - request that the radio be started : the PAL making the request.
If the radio is not already active, aa suitable channel is selected and beacons are started.
Definition at line 95 of file radio.c.
uwb_radio_stop - request tha the radio be stopped. : the PAL making the request.
Stops the radio if no other PAL is making use of it.
Definition at line 119 of file radio.c.