]> git.ipfire.org Git - thirdparty/hostap.git/commit
drivers: Do not call hostapd_logger()
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 5 Nov 2013 22:19:46 +0000 (00:19 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 5 Nov 2013 22:19:46 +0000 (00:19 +0200)
commit149338020b6fc7eeed19bda66caaa63c6e782d64
tree68c8234b303473f675c802b3c5dbc5255bd1c404
parent1281c0ab692592a02282e040271ae17a05488062
drivers: Do not call hostapd_logger()

This call requires a struct hostapd_data pointer and that is not really
something that the driver wrappers should be using.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_atheros.c
src/drivers/driver_madwifi.c