iwlwifi: rework the iwlwifi debugfs structure
authorMeenakshi Venkataraman <meenakshi.venkataraman@intel.com>
Tue, 17 Jul 2012 01:43:56 +0000 (18:43 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 26 Jul 2012 06:59:28 +0000 (08:59 +0200)
The generic part of the driver now creates all debugfs
directories. It creates a root directory directly in
the the root of the debugfs filesystem and within that
directories for each device, named after the device ID
of the devices iwlwifi is attached to.

In the cfg80211/mac80211 directory there's now a link
to the toplevel iwlwifi debugfs directory to make it
easier to find the debugfs files.

Signed-off-by: Meenakshi Venkataraman <meenakshi.venkataraman@intel.com>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found