Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281192
b: refs/heads/master
c: 3d461c9
h: refs/heads/master
v: v3
  • Loading branch information
Sean MacLennan authored and Greg Kroah-Hartman committed Nov 30, 2011
1 parent f5dc013 commit a99f67a
Show file tree
Hide file tree
Showing 40 changed files with 39 additions and 33 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d37e0208df563af9c6fada84e620aabed581b3a8
refs/heads/master: 3d461c912462b6b36ff9cf2c2f605ef37aeab438
14 changes: 5 additions & 9 deletions trunk/drivers/staging/rtl8192e/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ config RTLLIB

If unsure, say N.

if RTLLIB

config RTLLIB_CRYPTO
tristate "Support for rtllib crypto support"
depends on RTLLIB
Expand Down Expand Up @@ -44,12 +46,6 @@ config RTLLIB_CRYPTO_WEP

If you enabled RTLLIB, you want this.

config RTL8192E
tristate "RealTek RTL8192E Wireless LAN NIC driver"
depends on PCI && WLAN && RTLLIB
depends on m
select WIRELESS_EXT
select WEXT_PRIV
select CRYPTO
default N
---help---
source "drivers/staging/rtl8192e/rtl8192e/Kconfig"

endif
20 changes: 1 addition & 19 deletions trunk/drivers/staging/rtl8192e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,6 @@ obj-$(CONFIG_RTLLIB_CRYPTO_CCMP) += rtllib_crypt_ccmp.o
obj-$(CONFIG_RTLLIB_CRYPTO_TKIP) += rtllib_crypt_tkip.o
obj-$(CONFIG_RTLLIB_CRYPTO_WEP) += rtllib_crypt_wep.o

r8192e_pci-objs := \
r8192E_dev.o \
r8192E_phy.o \
r8192E_firmware.o \
r8192E_cmdpkt.o \
r8192E_hwimg.o \
r8190P_rtl8256.o \
rtl_cam.o \
rtl_core.o \
rtl_debug.o \
rtl_dm.o \
rtl_eeprom.o \
rtl_ethtool.o \
rtl_pci.o \
rtl_pm.o \
rtl_ps.o \
rtl_wx.o \

obj-$(CONFIG_RTL8192E) += r8192e_pci.o
obj-$(CONFIG_RTL8192E) += rtl8192e/

ccflags-y += -D__CHECK_ENDIAN__
9 changes: 9 additions & 0 deletions trunk/drivers/staging/rtl8192e/rtl8192e/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config RTL8192E
tristate "RealTek RTL8192E Wireless LAN NIC driver"
depends on PCI && WLAN && RTLLIB
depends on m
select WIRELESS_EXT
select WEXT_PRIV
select CRYPTO
default N
---help---
21 changes: 21 additions & 0 deletions trunk/drivers/staging/rtl8192e/rtl8192e/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
r8192e_pci-objs := \
r8192E_dev.o \
r8192E_phy.o \
r8192E_firmware.o \
r8192E_cmdpkt.o \
r8192E_hwimg.o \
r8190P_rtl8256.o \
rtl_cam.o \
rtl_core.o \
rtl_debug.o \
rtl_dm.o \
rtl_eeprom.o \
rtl_ethtool.o \
rtl_pci.o \
rtl_pm.o \
rtl_ps.o \
rtl_wx.o \

obj-$(CONFIG_RTL8192E) += r8192e_pci.o

ccflags-y += -D__CHECK_ENDIAN__
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "r8190P_rtl8256.h"
#include "r8192E_phy.h"
#include "rtl_dm.h"
#include "dot11d.h"

#include "r8192E_hwimg.h"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
/* Need this defined before including local include files */
#define DRV_NAME "rtl819xE"

#include "rtllib.h"
#include "../rtllib.h"

#include "dot11d.h"
#include "../dot11d.h"

#include "r8192E_firmware.h"
#include "r8192E_hw.h"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <linux/string.h>
#include "rtl_core.h"
#include "dot11d.h"

#define RATE_COUNT 12
static u32 rtl8192_rates[] = {
Expand Down
File renamed without changes.

0 comments on commit a99f67a

Please sign in to comment.