Hi, I am not sure if I understand you correctly, but I'll try to help.
github has a cool feature to access patch files from commits: just append ".patch" to the URI. E.g. choose your commit from https://github.com/cozybit/open80211s/commits/ft-powersave, for example https://github.com/cozybit/open80211s/commit/28140ecb1c91aeb33bd63edd3a4d55a491922ab7 then append .patch to get https://github.com/cozybit/open80211s/commit/28140ecb1c91aeb33bd63edd3a4d55a491922ab7.patch There you go! Unfortunately this code has not been updated in a while, so you may have some trouble patching a recent kernel codebase. Best regards, Marco Am 10.01.2015 um 14:55 schrieb Rudresh NB via Devel: > Hi All, > How to get the patch which has only Mesh Powersave code from > ft-powersave tree. > > Thanks, > Rudresh > > > _______________________________________________ > Devel mailing list > [email protected] > http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel > _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
