diff options
author | David Vrabel <david.vrabel@csr.com> | 2008-11-17 11:16:51 -0500 |
---|---|---|
committer | David Vrabel <david.vrabel@csr.com> | 2008-11-19 09:47:04 -0500 |
commit | e8e1594c8126b1b773988fa2e3bfec76cff88336 (patch) | |
tree | afa666ce45d8652880855b04a26755e4e5182e01 /drivers/uwb/uwb-debug.c | |
parent | 6fae35f9cea92793a98b2d9ab21235e5ae035581 (diff) |
wlp: start/stop radio on network interface up/down
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/uwb-debug.c')
-rw-r--r-- | drivers/uwb/uwb-debug.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/uwb/uwb-debug.c b/drivers/uwb/uwb-debug.c index 0e58071a232d..e02fb83469d5 100644 --- a/drivers/uwb/uwb-debug.c +++ b/drivers/uwb/uwb-debug.c | |||
@@ -33,8 +33,6 @@ | |||
33 | #include <linux/seq_file.h> | 33 | #include <linux/seq_file.h> |
34 | 34 | ||
35 | #include <linux/uwb/debug-cmd.h> | 35 | #include <linux/uwb/debug-cmd.h> |
36 | #define D_LOCAL 0 | ||
37 | #include <linux/uwb/debug.h> | ||
38 | 36 | ||
39 | #include "uwb-internal.h" | 37 | #include "uwb-internal.h" |
40 | 38 | ||
@@ -314,7 +312,6 @@ static struct file_operations drp_avail_fops = { | |||
314 | 312 | ||
315 | static void uwb_dbg_channel_changed(struct uwb_pal *pal, int channel) | 313 | static void uwb_dbg_channel_changed(struct uwb_pal *pal, int channel) |
316 | { | 314 | { |
317 | struct uwb_dbg *dbg = container_of(pal, struct uwb_dbg, pal); | ||
318 | struct device *dev = &pal->rc->uwb_dev.dev; | 315 | struct device *dev = &pal->rc->uwb_dev.dev; |
319 | 316 | ||
320 | if (channel > 0) | 317 | if (channel > 0) |