Re: [ath5k-devel] [PATCH v2] ath5k: added debugfs file for dumping eeprom

2014-09-11 Thread John W. Linville
On Tue, Sep 09, 2014 at 03:32:38PM -0400, John W. Linville wrote: > The original patch was already merged. To make a change, you need > to post a new patch based on the new head of the tree. This one just > conflicts with what is already there now. > > Also, I think all you really need is a "#in

Re: [ath5k-devel] [PATCH v2] ath5k: added debugfs file for dumping eeprom

2014-09-09 Thread John W. Linville
The original patch was already merged. To make a change, you need to post a new patch based on the new head of the tree. This one just conflicts with what is already there now. Also, I think all you really need is a "#include ". Post a v3 that just adds the #include? John On Sat, Sep 06, 2014

[ath5k-devel] [PATCH v2] ath5k: added debugfs file for dumping eeprom

2014-09-06 Thread Jade Bilkey
Signed-off-by: Jade Bilkey --- v2: vmalloc not included in some configs Switched to using kmalloc drivers/net/wireless/ath/ath5k/debug.c | 96 ++ 1 file changed, 96 insertions(+) diff --git a/drivers/net/wireless/ath/ath5k/debug.c b/drivers/net/wireless/ath/