Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbe0051d authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8192su/ieee80211: remove OPENSUSE_SLED ifdefs

parent 0766f233
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
TODO:
- prepare private ieee80211 stack for merge with rtl8187se's version:
  - remove [IN]_OPENSUSE_SLED definitions
  - remove superflous container_of definition from ieee80211.h
  - remove rtl8192su's specific dead code
  - cleanup ieee80211.h
+0 −4
Original line number Diff line number Diff line
@@ -31,10 +31,6 @@ MODULE_AUTHOR("Jouni Malinen");
MODULE_DESCRIPTION("Host AP crypt: CCMP");
MODULE_LICENSE("GPL");

#ifndef OPENSUSE_SLED
#define OPENSUSE_SLED 0
#endif

#define AES_BLOCK_LEN 16
#define CCMP_HDR_LEN 8
#define CCMP_MIC_LEN 8
+0 −4
Original line number Diff line number Diff line
@@ -31,10 +31,6 @@ MODULE_AUTHOR("Jouni Malinen");
MODULE_DESCRIPTION("Host AP crypt: TKIP");
MODULE_LICENSE("GPL");

#ifndef OPENSUSE_SLED
#define OPENSUSE_SLED 0
#endif

struct ieee80211_tkip_data {
#define TKIP_KEY_LEN 32
	u8 key[TKIP_KEY_LEN];
+0 −3
Original line number Diff line number Diff line
@@ -27,9 +27,6 @@
MODULE_AUTHOR("Jouni Malinen");
MODULE_DESCRIPTION("Host AP crypt: WEP");
MODULE_LICENSE("GPL");
#ifndef OPENSUSE_SLED
#define OPENSUSE_SLED 0
#endif

struct prism2_wep_data {
	u32 iv;