commit | 4447d815fd0f89d64b78011e82c18c7e83f7f29e | [log] [tgz] |
---|---|---|
author | Arend van Spriel <arend@broadcom.com> | Sat Dec 27 14:13:00 2014 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Jan 15 14:38:46 2015 +0200 |
tree | 1109e325d849f9b3785086c4965126d1008214e1 | |
parent | bd33273b652c85fd6c9e251cebd4362c72718639 [diff] |
ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries Use the helper to get rid of the file operations per debugfs file. The device driver data contains struct ieee80211_hw pointer and the struct ath9k_softc pointer is assigned to ieee80211_hw::priv so it can be accessed in the seq_file read operation. Cc: ath9k-devel@lists.ath9k.org Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>