Merge set_dtim_period() into set_beacon()
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 2 Apr 2009 13:05:21 +0000 (16:05 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 2 Apr 2009 13:05:21 +0000 (16:05 +0300)
commit74f2ad326f91608202eadbdcd99946ae5d7f4245
treec98a098cdab1f3dc6e5c10058a10eeb4f66aeb4e
parent2e24a366ea1a26a93d121ef97dc2bf5ed8ff3edd
Merge set_dtim_period() into set_beacon()

No need for a separate driver_ops handler for setting DTIM period since
this is always set at the same time with the Beacon data. Beacon
interval is still set separately since it is consider per-radio
parameter (Beacon data and DTIM period are per-BSS parameters).
hostapd/beacon.c
hostapd/driver.h
hostapd/driver_i.h
hostapd/driver_nl80211.c