nl80211: Fix reading of the extended capabilities mask
authorLuciano Coelho <luciano.coelho@intel.com>
Mon, 19 Jan 2015 01:44:11 +0000 (20:44 -0500)
committerJouni Malinen <j@w1.fi>
Mon, 19 Jan 2015 23:57:59 +0000 (01:57 +0200)
commit7b7b4449a975566c161e7eaeddb9be953292dc84
tree889522968c669c8e149968d840602e33ebd7a1dc
parent7e608d1def0b3b2304f26f89faaac4aabaca6914
nl80211: Fix reading of the extended capabilities mask

We were copying the NL80211_ATTR_EXT_CAPA attribute into the
extended_capa_mask element, which is incorrect. Use
NL80211_ATTR_EXT_CAPA_MASK instead.

Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
src/drivers/driver_nl80211_capa.c