wmi.h (e5090444be811ce45653969363be8fcb4c52d597) | wmi.h (d6e51e6a0cc50b6dd8d9f3a733427cca3f9afdee) |
---|---|
1/* 2 * Copyright (c) 2010-2011 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 1908 unchanged lines hidden (view full) --- 1917struct wmi_ap_set_mlme_cmd { 1918 u8 mac[ETH_ALEN]; 1919 __le16 reason; /* 802.11 reason code */ 1920 u8 cmd; /* operation to perform (WMI_AP_*) */ 1921} __packed; 1922 1923struct wmi_ap_set_pvb_cmd { 1924 __le32 flag; | 1/* 2 * Copyright (c) 2010-2011 Atheros Communications Inc. 3 * 4 * Permission to use, copy, modify, and/or distribute this software for any 5 * purpose with or without fee is hereby granted, provided that the above 6 * copyright notice and this permission notice appear in all copies. 7 * 8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --- 1908 unchanged lines hidden (view full) --- 1917struct wmi_ap_set_mlme_cmd { 1918 u8 mac[ETH_ALEN]; 1919 __le16 reason; /* 802.11 reason code */ 1920 u8 cmd; /* operation to perform (WMI_AP_*) */ 1921} __packed; 1922 1923struct wmi_ap_set_pvb_cmd { 1924 __le32 flag; |
1925 __le16 rsvd; |
|
1925 __le16 aid; 1926} __packed; 1927 1928struct wmi_rx_frame_format_cmd { 1929 /* version of meta data for rx packets <0 = default> (0-7 = valid) */ 1930 u8 meta_ver; 1931 1932 /* --- 346 unchanged lines hidden --- | 1926 __le16 aid; 1927} __packed; 1928 1929struct wmi_rx_frame_format_cmd { 1930 /* version of meta data for rx packets <0 = default> (0-7 = valid) */ 1931 u8 meta_ver; 1932 1933 /* --- 346 unchanged lines hidden --- |