Searched defs:wl1271_acx_ap_max_tx_retry (Results 1 – 2 of 2) sorted by relevance
788 struct wl1271_acx_ap_max_tx_retry { struct789 struct acx_header header;791 u8 role_id;792 u8 padding_1;798 __le16 max_tx_retry;
1526 int wl1271_acx_ap_max_tx_retry(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl1271_acx_ap_max_tx_retry() function