-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 162320 b: refs/heads/master c: 100a538 h: refs/heads/master v: v3
- Loading branch information
Bartlomiej Zolnierkiewicz
authored and
Greg Kroah-Hartman
committed
Sep 15, 2009
1 parent
3e0d5fe
commit 591b6ee
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 612822f5dd1638de442cf50eb9da54632fba0e66 | ||
refs/heads/master: 100a538442b8efe1a4b3a3632b410685ebea49ec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
TODO: | ||
- remove __cplusplus ifdefs | ||
- prepare for merge with vt6656 driver: | ||
- rename DEVICE_PRT() to DBG_PRT() | ||
- share 80211*.h includes | ||
- move code for channel mapping from card.c to channel.c | ||
- split rf.c | ||
- remove dead code | ||
- abstract VT3253 chipset specific code | ||
- add common vt665x infrastructure | ||
- kill ttype.h | ||
- switch to use LIB80211 | ||
- switch to use MAC80211 | ||
- use kernel coding style | ||
- checkpatch.pl fixes | ||
- sparse fixes | ||
- integrate with drivers/net/wireless | ||
|
||
Please send any patches to Greg Kroah-Hartman <greg@kroah.com>, | ||
Forest Bond <forest@alittletooquiet.net> and Bartlomiej Zolnierkiewicz | ||
<bzolnier@gmail.com>. |