Searched defs:wl1271_acx_ap_max_tx_retry (Results 1 – 2 of 2) sorted by relevance
801 struct wl1271_acx_ap_max_tx_retry { struct802 struct acx_header header;804 u8 role_id;805 u8 padding_1;811 __le16 max_tx_retry;
1540 int wl1271_acx_ap_max_tx_retry(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_acx_ap_max_tx_retry() function