mac80211: Fix hwflags debugfs file format
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Thu, 8 Oct 2015 13:50:14 +0000 (19:20 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 13 Oct 2015 08:30:56 +0000 (10:30 +0200)
commit4633dfc32c0019bed2996de9bbdbe7f3b518a44e
tree1fe4df20d947d958e00a070eefda7726554b533e
parentf7418bc10d8402798ee3add5ef0ed5f33266a2bb
mac80211: Fix hwflags debugfs file format

Commit 30686bf7f5b3 ("mac80211: convert HW flags to unsigned long
bitmap") accidentally removed the newline delimiter from the hwflags
debugfs file. Fix this by adding back the newline between the HW flags.

Cc: stable@vger.kernel.org [4.2]
Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
[fix commit log]
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debugfs.c