commit | 964dc9e2c3aaccacacd40640964a58544fb5769a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Jun 03 17:25:34 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jun 03 18:43:34 2013 +0200 |
tree | 3457e7dfc23df7d2477b57d346886031cb7361d9 | |
parent | e05ecccdf752122a439b03c3190458d2c8f0bac6 [diff] |
cfg80211: take WoWLAN support information out of wiphy struct There's no need to take up the space for devices that don't support WoWLAN, and most drivers can even make the support data static const (except where it's modified at runtime.) Signed-off-by: Johannes Berg <johannes.berg@intel.com>