Staging: rtl8187se/ieee80211: remove OPENSUSE_SLED ifdefs
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
980fd895e6
commit
846eec42ba
@ -1,6 +1,5 @@
|
||||
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
|
||||
|
@ -31,11 +31,6 @@ MODULE_AUTHOR("Jouni Malinen");
|
||||
MODULE_DESCRIPTION("Host AP crypt: CCMP");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#ifdef OPENSUSE_SLED
|
||||
#ifndef IN_OPENSUSE_SLED
|
||||
#define IN_OPENSUSE_SLED 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define AES_BLOCK_LEN 16
|
||||
#define CCMP_HDR_LEN 8
|
||||
|
@ -31,11 +31,6 @@ MODULE_AUTHOR("Jouni Malinen");
|
||||
MODULE_DESCRIPTION("Host AP crypt: TKIP");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#ifdef OPENSUSE_SLED
|
||||
#ifndef IN_OPENSUSE_SLED
|
||||
#define IN_OPENSUSE_SLED 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
struct ieee80211_tkip_data {
|
||||
#define TKIP_KEY_LEN 32
|
||||
|
@ -28,11 +28,6 @@ MODULE_AUTHOR("Jouni Malinen");
|
||||
MODULE_DESCRIPTION("Host AP crypt: WEP");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#ifdef OPENSUSE_SLED
|
||||
#ifndef IN_OPENSUSE_SLED
|
||||
#define IN_OPENSUSE_SLED 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
struct prism2_wep_data {
|
||||
|
Loading…
x
Reference in New Issue
Block a user