Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/wl12xx/
Dcmd.h695 struct wl12xx_cmd_channel_switch { struct
696 struct wl1271_cmd_header header;
699 u8 channel;
701 u8 switch_time;
703 u8 tx_suspend;
705 u8 flush;
Dcmd.c1746 int wl12xx_cmd_channel_switch(struct wl1271 *wl, in wl12xx_cmd_channel_switch() function