Lines Matching defs:mwl8k_cmd_get_hw_spec_sta
2237 struct mwl8k_cmd_get_hw_spec_sta { struct
2238 struct mwl8k_cmd_pkt header;
2239 __u8 hw_rev;
2240 __u8 host_interface;
2241 __le16 num_mcaddrs;
2242 __u8 perm_addr[ETH_ALEN];
2243 __le16 region_code;
2244 __le32 fw_rev;
2245 __le32 ps_cookie;
2246 __le32 caps;
2247 __u8 mcs_bitmap[16];
2248 __le32 rx_queue_ptr;
2249 __le32 num_tx_queues;
2250 __le32 tx_queue_ptrs[MWL8K_TX_WMM_QUEUES];
2251 __le32 caps2;
2252 __le32 num_tx_desc_per_queue;
2253 __le32 total_rxd;
2339 static int mwl8k_cmd_get_hw_spec_sta(struct ieee80211_hw *hw) in mwl8k_cmd_get_hw_spec_sta() function