Searched defs:wl18xx_cmd_channel_switch (Results 1 – 2 of 2) sorted by relevance
28 struct wl18xx_cmd_channel_switch { struct29 struct wl1271_cmd_header header;31 u8 role_id;34 u8 channel;36 u8 switch_time;38 u8 stop_tx;40 __le32 local_supported_rates;42 u8 channel_type;43 u8 band;45 u8 padding[2];
28 int wl18xx_cmd_channel_switch(struct wl1271 *wl, in wl18xx_cmd_channel_switch() function