Remove flags parameter from send_mgmt_frame() driver op
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 9 Apr 2009 16:42:19 +0000 (19:42 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 Apr 2009 16:42:19 +0000 (19:42 +0300)
commit83421302697d6bd7eddf429fddc56bdf393b9cd6
tree46366b830b3f4122d98336f6aac95d42228dd1d1
parent5b7b85f669afbd508f9a06d1b7729556b0a75ff4
Remove flags parameter from send_mgmt_frame() driver op

This was not documented properly and was not really used nor would it be
suitable to be used in generic way as it was implemented. It is better
to just remove the parameter since there does not seem to be any
reasonable use for it.
hostapd/beacon.c
hostapd/driver_i.h
hostapd/hostapd.c
hostapd/ieee802_11.c
hostapd/sta_info.c
hostapd/wme.c
src/drivers/driver.h
src/drivers/driver_hostap.c
src/drivers/driver_nl80211.c
src/drivers/driver_test.c