nl80211: Use one CB for driver event RX
authorJohannes Berg <johannes.berg@intel.com>
Sat, 3 Dec 2011 18:00:11 +0000 (20:00 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Dec 2011 18:00:11 +0000 (20:00 +0200)
commit1afc986d844ff197f2230f77750efd69a4589340
tree069367106db88b3e23a7aa772b8c4503eb80441a
parente4fb21676972952b5434e8c2a049e239d457abe6
nl80211: Use one CB for driver event RX

There's no need to clone the CB all the time
and then assign it, just use a constant one.

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