]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Clean up capability querying
authorJohannes Berg <johannes.berg@intel.com>
Thu, 20 Oct 2011 18:57:32 +0000 (21:57 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 20 Oct 2011 18:57:32 +0000 (21:57 +0300)
commite8b5e24e041b3172f748f8659f7dc27b7fd3c0ab
tree1775e09aaf4e3e6737d76701bd93d2338b14564a
parent9b90955ec706905d1c5b864885d252ebf7ddba4e
nl80211: Clean up capability querying

There's no need to store everything once and then copy it. Just fill the
capa struct directly in the function that parses the info from nl80211.
src/drivers/driver_nl80211.c