summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: remove cfg.hJohannes Berg2015-10-141-9/+0
| | | | | | | The file contains just a single declaration that can easily move to another file - remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
* mac80211: make cfg80211 ops and privid constJohannes Berg2014-02-041-1/+1
| | | | | | | The wiphy privid (to identify wiphys) and the cfg80211 ops should both be const, so change them to be. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
* [MAC80211]: rename ieee80211_cfg.h to cfg.hMichael Wu2007-10-111-0/+9
Might as well rename ieee80211_cfg.h to cfg.h to keep things consistent. Signed-off-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>