Add driver op for disabling 802.11b rates

This commit is contained in:
Jouni Malinen 2010-01-16 12:11:19 +02:00 committed by Jouni Malinen
parent ae58592894
commit 4e5cb1a366
3 changed files with 81 additions and 1 deletions

View file

@ -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 */
};