backports: iwlwifi: access dentry name path directly for < 3.12
authorLuca Coelho <luciano.coelho@intel.com>
Thu, 5 Jan 2017 10:33:27 +0000 (12:33 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 6 Feb 2017 14:00:43 +0000 (15:00 +0100)
commit7b894f158b526e96ba822ccafe0d5709f9aa2672
tree425c163ce940fb17f8e92ec50acc6813a247152c
parentc154481c1cfa25da4955eaa4a71523cb2abeda58
backports: iwlwifi: access dentry name path directly for < 3.12

In 3.12, new string format types have been added (%pd and %pD), which
allows printing a dentry name or file instead of accessing them
directly.  This is really difficult (if at all feasible) to backport,
so we need to keep the old code in the iwlwifi driver for kernels that
don't have this new feature.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
patches/collateral-evolutions/network/0069-iwlwifi-pd-string-fix.patch [new file with mode: 0644]