nl80211: Simplify cbmsg buffer
authorJohannes Berg <johannes.berg@intel.com>
Sat, 23 Jun 2012 17:37:09 +0000 (20:37 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 23 Jun 2012 17:37:09 +0000 (20:37 +0300)
commitcad0f50e02e3169296bd53ad1efacd0e3f90732a
tree716c9d788f95475eab40715c6552e1f145f7e11e
parentecabb132b99b4dc4e8819c6471c168add8cb73ff
nl80211: Simplify cbmsg buffer

The control message received from the kernel needs some space, but
there's no need for the strange typing that breaks clang compilation.

Signed-hostap: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver_nl80211.c