Jeff Garzik wrote:

> It seems like some of this overlaps changes already in upstream. 
> What's the best way to start this process?  I would prefer to receive
> patches rather than 'git pull' at the present time.

Understood.

> Should I Lindent the files first?

Probably cleanest that way.  I've been passing the net/ieee80211/*.c and
include/net/ieee80211*.h files through the following script:

#!/usr/bin/env bash
scripts/Lindent $@
for file in $@; do
        sed -i -e "s:\ *\$::g" -e "s:\t*\$::g" $file;
done

I don't know if Lindent strips trailing whitespace, so I stuck the sed
in there for good measure.

> Would you rather just start sending those 50+ patches?

I can pull netdev-2.6#ieee80211 once you have a Lindent'd version and I
can then (hopefully) run my rebase scripts, weeding out dups, and can
then send the patches out.

Thanks,
James

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to