cfg80211.h (eb5bc2a213f96bd43b5f00a625acb0c669613645) | cfg80211.h (0c5c9fb55106333e773de8c9dd321fa8240caeb3) |
---|---|
1#ifndef __NET_CFG80211_H 2#define __NET_CFG80211_H 3/* 4 * 802.11 device and configuration interface 5 * 6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> 7 * Copyright 2013-2014 Intel Mobile Communications GmbH 8 * --- 3169 unchanged lines hidden (view full) --- 3178 bool registered; 3179 3180 /* dir in debugfs: ieee80211/<wiphyname> */ 3181 struct dentry *debugfsdir; 3182 3183 const struct ieee80211_ht_cap *ht_capa_mod_mask; 3184 const struct ieee80211_vht_cap *vht_capa_mod_mask; 3185 | 1#ifndef __NET_CFG80211_H 2#define __NET_CFG80211_H 3/* 4 * 802.11 device and configuration interface 5 * 6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net> 7 * Copyright 2013-2014 Intel Mobile Communications GmbH 8 * --- 3169 unchanged lines hidden (view full) --- 3178 bool registered; 3179 3180 /* dir in debugfs: ieee80211/<wiphyname> */ 3181 struct dentry *debugfsdir; 3182 3183 const struct ieee80211_ht_cap *ht_capa_mod_mask; 3184 const struct ieee80211_vht_cap *vht_capa_mod_mask; 3185 |
3186#ifdef CONFIG_NET_NS | |
3187 /* the network namespace this phy lives in currently */ | 3186 /* the network namespace this phy lives in currently */ |
3188 struct net *_net; 3189#endif | 3187 possible_net_t _net; |
3190 3191#ifdef CONFIG_CFG80211_WEXT 3192 const struct iw_handler_def *wext; 3193#endif 3194 3195 const struct wiphy_coalesce_support *coalesce; 3196 3197 const struct wiphy_vendor_command *vendor_commands; --- 1954 unchanged lines hidden --- | 3188 3189#ifdef CONFIG_CFG80211_WEXT 3190 const struct iw_handler_def *wext; 3191#endif 3192 3193 const struct wiphy_coalesce_support *coalesce; 3194 3195 const struct wiphy_vendor_command *vendor_commands; --- 1954 unchanged lines hidden --- |