Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220095
b: refs/heads/master
c: 8138d41
h: refs/heads/master
i:
  220093: af5518f
  220091: 475ff80
  220087: 28dd0b8
  220079: bd9dcaa
  220063: 1c8d35b
  220031: 43665b2
v: v3
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent d988b8b commit 18ba26e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 9c36d724c1fc36200d4a79e2159e0bc4c4740c36
refs/heads/master: 8138d41632a551a65fd02f9c883e4e37f63d596f
16 changes: 8 additions & 8 deletions trunk/drivers/staging/rtl8192u/ieee80211/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/$(NIC_SELECT)

CC = gcc
ifneq ($(shell uname -r|cut -d. -f1,2), 2.4)
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/wireless
EXTRA_CFLAGS += -O2
EXTRA_CFLAGS += -DJACKSON_NEW_8187 -DJACKSON_NEW_RX
ccflags-y := -I$(TOPDIR)/drivers/net/wireless
ccflags-y += -O2
ccflags-y += -DJACKSON_NEW_8187 -DJACKSON_NEW_RX

#it will fail to compile in suse linux enterprise 10 sp2. This flag is to solve this problem.
ifeq ($(shell uname -r | cut -d. -f1,2,3,4), 2.6.16.60-0)
EXTRA_CFLAGS += -DOPENSUSE_SLED
ccflags-y := -DOPENSUSE_SLED
endif

ifeq ($(NIC_SELECT),RTL8192U)
#EXTRA_CFLAGS += -DUSB_TX_DRIVER_AGGREGATION_ENABLE
#EXTRA_CFLAGS += -DUSB_RX_AGGREGATION_SUPPORT
#ccflags-y := -DUSB_TX_DRIVER_AGGREGATION_ENABLE
#ccflags-y := -DUSB_RX_AGGREGATION_SUPPORT
endif
#EXTRA_CFLAGS += -DJOHN_NOCPY
#ccflags-y := -DJOHN_NOCPY
#flags to enable or disble 80211D feature
EXTRA_CFLAGS += -DENABLE_DOT11D
ccflags-y += -DENABLE_DOT11D
ieee80211-rsl-objs := ieee80211_rx.o \
ieee80211_softmac.o \
ieee80211_tx.o \
Expand Down

0 comments on commit 18ba26e

Please sign in to comment.