Add test command for disabling/enabling A-MPDU aggregation
ctrl_iface command "SET ampdu <0/1>" can now be used to disable/enable A-MPDU aggregation.
This commit is contained in:
parent
10b9ac17cf
commit
b6c79a998f
4 changed files with 20 additions and 1 deletions
|
@ -3307,5 +3307,6 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
|
|||
NULL /* shared_freq */,
|
||||
NULL /* get_noa */,
|
||||
NULL /* set_noa */,
|
||||
NULL /* set_p2p_powersave */
|
||||
NULL /* set_p2p_powersave */,
|
||||
NULL /* ampdu */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue