Am Mittwoch, den 05.11.2008, 07:25 +0200 schrieb Kalle Valo: > Dan Williams <dcbw@xxxxxxxxxx> writes: > > > On Tue, 2008-11-04 at 23:01 +0100, Alexey Fisher wrote: > >> 'iwconfig eth1 channel 6' would trigger association to _something_, > >> which is wrong. Changing the channel should (and does) trigger > >> reassociation, but only if there is an SSID to associate with! > > > > Heh :) Need the Signed-off-by: here too though. > > And the subject should contain the driver name, for example like this: I found some time to _read_ linux-2.6/Documentation/Submit* ! ;) but i think it need some "howto submit the patch with git". My englisch is to bad to make documentation. Here was my steps: $git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git $git pull $vi make/changes $git-commit -a $git-log -p ORIG_HEAD.. $mkdir ../pending $git-format-patch ORIG_HEAD.. -o ../pending/ $vi ../pending/0001-ipw2200.patch $git-send-email --cc kernel-testers@xxxxxxxxxxxxxxx --to linux-wireless@xxxxxxxxxxxxxxx --from "Alexey Fisher <bug-track@xxxxxxxxxxxxxxxxx>" --smtp-server mail.gmx.net --smtp-user me@xxxxxxx --smtp-ssl ../pending/0001-ipw2200.patch -- To unsubscribe from this list: send the line "unsubscribe kernel-testers" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html