]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove disable_11b_rates() driver_ops
authorJouni Malinen <j@w1.fi>
Sat, 29 Oct 2011 19:25:28 +0000 (22:25 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 29 Oct 2011 19:25:28 +0000 (22:25 +0300)
commit97bcd562eb2687fe000ca9c71ed00e7fdbdd5bd2
tree65da7c3d04214fd390f96a6f570a7bb06cf7c65b
parent1dea5882be3b99b21ec9e5bad5d742ff5ba2b1ec
Remove disable_11b_rates() driver_ops

This function was used unconditionally if wpa_supplicant build
includes CONFIG_P2P=y. Adding a separate driver_ops for such use
is not really useful since the driver wrappers can do the same
internally. Remove this driver_ops and move matching functionality
into driver_nl80211.c which was the only driver wrapper using
this driver_ops callback.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
wpa_supplicant/driver_i.h
wpa_supplicant/p2p_supplicant.c