-
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.
- Loading branch information
Bartlomiej Zolnierkiewicz
authored and
Greg Kroah-Hartman
committed
Sep 15, 2009
1 parent
591b6ee
commit bc85d71
Showing
2 changed files
with
21 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: 100a538442b8efe1a4b3a3632b410685ebea49ec | ||
refs/heads/master: 555044bf893bb7e6d00c304362c80672b237c49c |
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,20 @@ | ||
TODO: | ||
- remove __cplusplus ifdefs | ||
- remove kernel version compatibility wrappers | ||
- remove support for older wireless extensions | ||
- prepare for merge with vt6655 driver: | ||
- remove PRINT_K() macro | ||
- split rf.c | ||
- abstract VT3184 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>. |