-
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.
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
Showing
40 changed files
with
39 additions
and
33 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d37e0208df563af9c6fada84e620aabed581b3a8 | ||
refs/heads/master: 3d461c912462b6b36ff9cf2c2f605ef37aeab438 |
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
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
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,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--- |
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 @@ | ||
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.
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.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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.
File renamed without changes.
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
File renamed without changes.