Searched defs:wl18xx_cmd_channel_switch (Results 1 – 2 of 2) sorted by relevance
14 struct wl18xx_cmd_channel_switch { struct15 struct wl1271_cmd_header header;17 u8 role_id;20 u8 channel;22 u8 switch_time;24 u8 stop_tx;26 __le32 local_supported_rates;28 u8 channel_type;29 u8 band;31 u8 padding[2];
14 int wl18xx_cmd_channel_switch(struct wl1271 *wl, in wl18xx_cmd_channel_switch() function