]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove struct hostapd_rate_data from driver API
authorJouni Malinen <j@w1.fi>
Wed, 9 Dec 2009 19:57:50 +0000 (21:57 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 9 Dec 2009 19:57:50 +0000 (21:57 +0200)
commitfb7842aa5131c9a0b5e044432c4030e71e04918b
treeb888a7d2d40aea15b97a729a0795fcacb7f63517
parent217e7eeaf070cc47c25712937cc84a75c77b44f8
Remove struct hostapd_rate_data from driver API

In addition to the bitrate, the only other variable in this structure
is used internally in hostapd. Move this structure into hostapd.h and
make the driver API use simpler data structure (array of bitrates).
hostapd/hostapd.h
hostapd/hw_features.c
src/drivers/driver.h
src/drivers/driver_hostap.c
src/drivers/driver_nl80211.c
src/drivers/driver_test.c
wpa_supplicant/mlme.c
wpa_supplicant/wpa_supplicant_i.h