-
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.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Bartlomiej Zolnierkiewicz
authored and
Greg Kroah-Hartman
committed
Sep 15, 2009
1 parent
9d7a9fa
commit 0bd2f8e
Showing
1 changed file
with
21 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
TODO: | ||
- prepare private ieee80211 stack for merge with rtl8192su's version: | ||
- remove [IN]_OPENSUSE_SLED definitions | ||
- remove ENABLE_IPS ifdefs | ||
- rename struct ieee80211_hdr to struct ieee80211_hdr_4addr | ||
- rename struct ieee80211_hdr_3addr_QOS to struct ieee80211_hdr_3addrqos | ||
- rename struct ieee80211_hdr_QOS to struct ieee80211_hdr_4addrqos | ||
- add hwsec_active flag to struct ieee80211_device | ||
- add bHwSec flag to cb_desc structure | ||
- switch ieee80211.h to use <linux/ieee80211.h> | ||
- switch to use shared "librtl" instead of private ieee80211 stack | ||
- switch to use LIB80211 | ||
- switch to use MAC80211 | ||
- switch to use EEPROM_93CX6 | ||
- use kernel coding style | ||
- checkpatch.pl fixes | ||
- sparse fixes | ||
- integrate with drivers/net/wireless/rtl818x | ||
|
||
Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and | ||
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>. |