Move AP BSS configuration parameters into set_ap()
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 17 Oct 2011 16:31:33 +0000 (19:31 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 17 Oct 2011 16:31:33 +0000 (19:31 +0300)
commit31357268e57386d9490beda40829776a6045c0f7
tree8ea9e72cbfb267c4162e7bfea72d142e5d2c5de0
parentfd13a5418086ec4eb58336636ace3e1c5569bb25
Move AP BSS configuration parameters into set_ap()

Remove the separate driver_ops functions set_cts_protect(),
set_preamble(), set_short_slot_time(), and set_ht_params(). These
belong into same set of operations as set_ap(), so there is no need
to maintain separate functions that just make the driver wrapper
more complex.

Since these have only been used with driver_nl80211.c, the driver_ops
can be removed immediately instead of maintaining backwards
compatibility period with the old functions.
src/ap/ap_drv_ops.c
src/ap/ap_drv_ops.h
src/ap/beacon.c
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c