Clemens Eisserer wrote:
Hello,
Sorry if this is a bit off-topic for the linux-net list, but I am
trying to track down a regression in the atmel/atmel_cs wireless
driver which seem to have happends arround 2.6.20.
Where can I find the patches applied to those two files without a
complex infrastructure like git? I already tried to use diff, but
quite a lot has changed ;)
What about something like "git log -p drivers/net/wireless/atmel_cs.c" from kernel source
git tree?
It will list patches for each commit to this file.
Or you may use the web interface for git:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=history;f=drivers/net/wireless/atmel_cs.c;hb=HEAD
This URL gives you the history for the atmel_cs.c driver and by clicking on "commitdiff"
you may see each individual patch.
--
Roar Bjørgum Rotvik
--
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html