hostapd: Remove unused bridge_packets configuration option
There was code for configuring this, but no driver wrapper actually implements the actual setting. Remove this for now to reduce potential confusion and to simply the driver interface.
This commit is contained in:
parent
fb7842aa51
commit
3484a18a13
7 changed files with 0 additions and 55 deletions
|
@ -3230,7 +3230,6 @@ const struct wpa_driver_ops wpa_driver_ndis_ops = {
|
|||
NULL /* set_frag */,
|
||||
NULL /* sta_set_flags */,
|
||||
NULL /* set_rate_sets */,
|
||||
NULL /* set_internal_bridge */,
|
||||
NULL /* set_cts_protect */,
|
||||
NULL /* set_preamble */,
|
||||
NULL /* set_short_slot_time */,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue