diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-06-10 15:30:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-06-17 11:51:41 +0200 |
commit | 45572fe831f94654af35316a365c51eb8a9cdeb8 (patch) | |
tree | a272e99019d5fd64d063ef48594b5f53bee204e1 /package/kernel/mac80211/patches/020-17-rt2x00-fix-rt2x00debug_dump_frame-comment.patch | |
parent | 189239ade353636f9e2788cd0467bcca97bb9324 (diff) | |
download | mtk-20170518-45572fe831f94654af35316a365c51eb8a9cdeb8.zip mtk-20170518-45572fe831f94654af35316a365c51eb8a9cdeb8.tar.gz mtk-20170518-45572fe831f94654af35316a365c51eb8a9cdeb8.tar.bz2 |
mac80211: refresh patches
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/patches/020-17-rt2x00-fix-rt2x00debug_dump_frame-comment.patch')
-rw-r--r-- | package/kernel/mac80211/patches/020-17-rt2x00-fix-rt2x00debug_dump_frame-comment.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/kernel/mac80211/patches/020-17-rt2x00-fix-rt2x00debug_dump_frame-comment.patch b/package/kernel/mac80211/patches/020-17-rt2x00-fix-rt2x00debug_dump_frame-comment.patch index 4e53092..415bf5b 100644 --- a/package/kernel/mac80211/patches/020-17-rt2x00-fix-rt2x00debug_dump_frame-comment.patch +++ b/package/kernel/mac80211/patches/020-17-rt2x00-fix-rt2x00debug_dump_frame-comment.patch @@ -10,11 +10,9 @@ Signed-off-by: Kalle Valo <kvalo@codeaurora.org> drivers/net/wireless/ralink/rt2x00/rt2x00.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/drivers/net/wireless/ralink/rt2x00/rt2x00.h b/drivers/net/wireless/ralink/rt2x00/rt2x00.h -index 91ba10fdf732..ce340bfd71a0 100644 --- a/drivers/net/wireless/ralink/rt2x00/rt2x00.h +++ b/drivers/net/wireless/ralink/rt2x00/rt2x00.h -@@ -1396,7 +1396,7 @@ void rt2x00queue_flush_queues(struct rt2x00_dev *rt2x00dev, bool drop); +@@ -1396,7 +1396,7 @@ void rt2x00queue_flush_queues(struct rt2 * rt2x00debug_dump_frame - Dump a frame to userspace through debugfs. * @rt2x00dev: Pointer to &struct rt2x00_dev. * @type: The type of frame that is being dumped. @@ -23,6 +21,3 @@ index 91ba10fdf732..ce340bfd71a0 100644 */ #ifdef CPTCFG_RT2X00_LIB_DEBUGFS void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev, --- -2.12.1 - |