Searched defs:wl12xx_cmd_channel_switch (Results 1 – 2 of 2) sorted by relevance
707 struct wl12xx_cmd_channel_switch { struct708 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];
1833 int wl12xx_cmd_channel_switch(struct wl1271 *wl, in wl12xx_cmd_channel_switch() function