]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Do not use void pointer for driver_ops used internally
authorJouni Malinen <j@w1.fi>
Sun, 3 Feb 2013 13:46:47 +0000 (15:46 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Feb 2013 13:46:47 +0000 (15:46 +0200)
commit9ebce9c54646fa6a4bd565180a2e3629ae8b98cc
tree9fce8809d5dd15751ec7c83ff8dffc6e458fa133
parent085b29f1fee518921c271f4ba48e54ce24dde38e
nl80211: Do not use void pointer for driver_ops used internally

This allows some more pointer type validation at compile time.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c