From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Thu, 15 Jan 2015 14:39:50 +0200 Subject: [ath9k-devel] [PATCH] ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries In-Reply-To: <1419685980-4728-1-git-send-email-arend@broadcom.com> (Arend van Spriel's message of "Sat, 27 Dec 2014 14:13:00 +0100") References: <1419685980-4728-1-git-send-email-arend@broadcom.com> Message-ID: <87oaq0tdyh.fsf@kamboji.qca.qualcomm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Arend van Spriel writes: > 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 at lists.ath9k.org > Signed-off-by: Arend van Spriel Thanks, applied to wireless-drivers-next.git. -- Kalle Valo