]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Remove unnecessary struct nl80211_handles wrapper
authorJouni Malinen <j@w1.fi>
Tue, 6 Dec 2011 17:47:59 +0000 (19:47 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 6 Dec 2011 17:47:59 +0000 (19:47 +0200)
commit481234cf1a82917168444ac4e8fa9c38ac3bb797
tree391f25c89af9ff77296ae5584db8354578383c3a
parent3088e4e52d2eec1a41fa05d2c46dbd6940094a86
nl80211: Remove unnecessary struct nl80211_handles wrapper

Since the nl_cache is not used anymore, there is no need for maintaining
the struct nl80211_handles wrapper for struct nl_handle. Clean this up
by using nl_handle directly.

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