Commit edf77192 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Johannes Berg

cfg80211: merge documentations of field "debugfsdir"

The field "privid" is documented twice. Comments were more or less the
same. The patch merge them.
Signed-off-by: default avatarJérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200221115604.594035-7-Jerome.Pouiller@silabs.comSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 6046fdc9
...@@ -4462,8 +4462,8 @@ struct wiphy_iftype_akm_suites { ...@@ -4462,8 +4462,8 @@ struct wiphy_iftype_akm_suites {
* the same number of arbitrary MAC addresses. * the same number of arbitrary MAC addresses.
* @registered: protects ->resume and ->suspend sysfs callbacks against * @registered: protects ->resume and ->suspend sysfs callbacks against
* unregister hardware * unregister hardware
* @debugfsdir: debugfs directory used for this wiphy, will be renamed * @debugfsdir: debugfs directory used for this wiphy (ieee80211/<wiphyname>).
* automatically on wiphy renames * It will be renamed automatically on wiphy renames
* @dev: (virtual) struct device for this wiphy * @dev: (virtual) struct device for this wiphy
* @wext: wireless extension handlers * @wext: wireless extension handlers
* @priv: driver private data (sized according to wiphy_new() parameter) * @priv: driver private data (sized according to wiphy_new() parameter)
...@@ -4689,7 +4689,6 @@ struct wiphy { ...@@ -4689,7 +4689,6 @@ struct wiphy {
bool registered; bool registered;
/* dir in debugfs: ieee80211/<wiphyname> */
struct dentry *debugfsdir; struct dentry *debugfsdir;
const struct ieee80211_ht_cap *ht_capa_mod_mask; const struct ieee80211_ht_cap *ht_capa_mod_mask;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment