Searched defs:wl12xx_cmd_channel_switch (Results 1 – 2 of 2) sorted by relevance
695 struct wl12xx_cmd_channel_switch { struct696 struct wl1271_cmd_header header;699 u8 channel;701 u8 switch_time;703 u8 tx_suspend;705 u8 flush;
1746 int wl12xx_cmd_channel_switch(struct wl1271 *wl, in wl12xx_cmd_channel_switch() function