Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175240
b: refs/heads/master
c: ad988ba
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent af82f13 commit 052b214
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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: 8eee44dafdaaafaa0623c3ceaf4e507403365311
refs/heads/master: ad988ba5c024ef5c96eed0387ff37e63b8c9f7e0
2 changes: 1 addition & 1 deletion trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ obj-$(CONFIG_COMEDI) += comedi/
obj-$(CONFIG_ASUS_OLED) += asus_oled/
obj-$(CONFIG_PANEL) += panel/
obj-$(CONFIG_ALTERA_PCIE_CHDMA) += altpciechdma/
obj-$(CONFIG_RTL8187SE) += rtl8187se/
obj-$(CONFIG_R8187SE) += rtl8187se/
obj-$(CONFIG_RTL8192SU) += rtl8192su/
obj-$(CONFIG_RTL8192E) += rtl8192e/
obj-$(CONFIG_INPUT_MIMIO) += mimio/
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/staging/rtl8187se/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
config RTL8187SE
config R8187SE
tristate "RealTek RTL8187SE Wireless LAN NIC driver"
depends on PCI && WLAN
select WIRELESS_EXT
select WEXT_PRIV
default N
---help---
If built as a module, it will be called r8187se.ko.
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8187se/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EXTRA_CFLAGS += -DENABLE_LPS

#EXTRA_CFLAGS += -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y

rtl8187se-objs := \
r8187se-objs := \
r8180_core.o \
r8180_93cx6.o \
r8180_wx.o \
Expand All @@ -35,5 +35,5 @@ rtl8187se-objs := \
ieee80211/ieee80211_crypt_ccmp.o \
ieee80211/ieee80211_crypt_wep.o

obj-$(CONFIG_RTL8187SE) += rtl8187se.o
obj-$(CONFIG_R8187SE) += r8187se.o

0 comments on commit 052b214

Please sign in to comment.