Searched refs:allow_ht_operation (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ti/wl18xx/ |
D | acx.c | 138 bool allow_ht_operation, in wl18xx_acx_set_peer_cap() argument 155 if (allow_ht_operation && ht_cap->ht_supported) { in wl18xx_acx_set_peer_cap()
|
D | acx.h | 397 bool allow_ht_operation,
|
D | main.c | 1641 bool allow_ht_operation, in wl18xx_set_peer_cap() argument 1644 return wl18xx_acx_set_peer_cap(wl, ht_cap, allow_ht_operation, in wl18xx_set_peer_cap()
|
/linux-6.6.21/drivers/net/wireless/ti/wlcore/ |
D | hw_ops.h | 234 bool allow_ht_operation, in wlcore_hw_set_peer_cap() argument 238 return wl->ops->set_peer_cap(wl, ht_cap, allow_ht_operation, in wlcore_hw_set_peer_cap()
|
D | wlcore.h | 101 bool allow_ht_operation,
|
D | acx.h | 1095 bool allow_ht_operation, u8 hlid);
|
D | acx.c | 1287 bool allow_ht_operation, u8 hlid) in wl1271_acx_set_ht_capabilities() argument 1303 if (allow_ht_operation && ht_cap->ht_supported) { in wl1271_acx_set_ht_capabilities()
|
/linux-6.6.21/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1650 bool allow_ht_operation, in wl12xx_set_peer_cap() argument 1653 return wl1271_acx_set_ht_capabilities(wl, ht_cap, allow_ht_operation, in wl12xx_set_peer_cap()
|