• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need to see changelogs on /net/core/wireless.c, where do I do that at?

beer

Lifer
Well, here I am a Windows developer who is trying to rewrite our driver to support a revision made to linux wireless extentions. The API changed somewhere between two versions of the wireless extensions and our I need to change our driver. The deal is that I'm not sure which versions it changed between.

How do I get the changelogs for kernel code? If I can get human-readable changelogs, can I do diffs between them two (arbitrary) kernel revisions? I'm surprised I haven't been able to google this, but I haven't had any luck, adn the Linux Wireless Extensions page @ HPs is, in some cases, 10 years out of date!

(yes, i am being intentionally vague in what I'm trying to do - sorry)
 
Get yourself a local copy of the git tree and run 'git-log <path>'. There's a lot more you can do but that should get you started.
 
Back
Top