mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
wlp: start/stop radio on network interface up/down
Signed-off-by: David Vrabel <david.vrabel@csr.com>
This commit is contained in:
parent
6fae35f9ce
commit
e8e1594c81
5 changed files with 27 additions and 46 deletions
|
@ -33,8 +33,6 @@
|
|||
#include <linux/seq_file.h>
|
||||
|
||||
#include <linux/uwb/debug-cmd.h>
|
||||
#define D_LOCAL 0
|
||||
#include <linux/uwb/debug.h>
|
||||
|
||||
#include "uwb-internal.h"
|
||||
|
||||
|
@ -314,7 +312,6 @@ static struct file_operations drp_avail_fops = {
|
|||
|
||||
static void uwb_dbg_channel_changed(struct uwb_pal *pal, int channel)
|
||||
{
|
||||
struct uwb_dbg *dbg = container_of(pal, struct uwb_dbg, pal);
|
||||
struct device *dev = &pal->rc->uwb_dev.dev;
|
||||
|
||||
if (channel > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue