Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ti/wl18xx/
Dcmd.h14 struct wl18xx_cmd_channel_switch { struct
15 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];
Dcmd.c14 int wl18xx_cmd_channel_switch(struct wl1271 *wl, in wl18xx_cmd_channel_switch() function