Add driver op for disabling 802.11b rates
This commit is contained in:
parent
ae58592894
commit
4e5cb1a366
3 changed files with 81 additions and 1 deletions
|
@ -3270,5 +3270,6 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
|
|||
NULL /* release_interface_addr */,
|
||||
NULL /* remain_on_channel */,
|
||||
NULL /* cancel_remain_on_channel */,
|
||||
NULL /* probe_req_report */
|
||||
NULL /* probe_req_report */,
|
||||
NULL /* disable_11b_rates */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue