cfg80211: take WoWLAN support information out of wiphy struct
authorJohannes Berg <johannes.berg@intel.com>
Mon, 3 Jun 2013 15:25:34 +0000 (17:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 3 Jun 2013 16:43:34 +0000 (18:43 +0200)
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>

No differences found