Home
last modified time | relevance | path

Searched defs:wl12xx_cmd_channel_switch (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wireless/wl12xx/
Dcmd.h707 struct wl12xx_cmd_channel_switch { struct
708 struct wl1271_cmd_header header;
710 u8 role_id;
713 u8 channel;
715 u8 switch_time;
717 u8 stop_tx;
719 u8 post_switch_tx_disable;
721 u8 padding[3];
Dcmd.c1833 int wl12xx_cmd_channel_switch(struct wl1271 *wl, in wl12xx_cmd_channel_switch() function