]> git.ipfire.org Git - thirdparty/hostap.git/commit
Android: nl80211: Work around limited genl_ctrl_resolve()
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 30 Nov 2011 11:41:55 +0000 (13:41 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 21 Dec 2011 11:33:41 +0000 (13:33 +0200)
commitb088cf82c919a0eca7a5ea1445165f9aeb67cd5e
tree93f71bb1c22df5e133d0d0b5c445e0add9ad4bba
parent653c4893be17d12ef7bc6e941b765c92c1e4a161
Android: nl80211: Work around limited genl_ctrl_resolve()

Android ICS system/core/libnl_2 has very limited genl_ctrl_resolve()
implementation that cannot handle names other than nlctrl. Work
around that by implementing more complete genl_ctrl_resolve()
functionality within driver_nl80211.c for Android builds.

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