Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268817
b: refs/heads/master
c: add54e5
h: refs/heads/master
i:
  268815: c190d91
v: v3
  • Loading branch information
David Kilroy authored and Greg Kroah-Hartman committed Oct 17, 2011
1 parent c8db9d9 commit 76ebe73
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 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: 1ca616711c830681faa04d5bbdaccc290a910110
refs/heads/master: add54e5c8ac3a11b4fabe34fcea6c62d6b22a006
1 change: 0 additions & 1 deletion trunk/drivers/staging/wlags49_h2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ INSTALLDIR := /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless
ccflags-y := -I$(KERNELDIR)/include
ccflags-y += -I$(src) \
-DBUS_PCMCIA \
-DUSE_WPA \
-DUSE_WEXT \
-DSTA_ONLY \
-DWVLAN_49 \
Expand Down
19 changes: 14 additions & 5 deletions trunk/drivers/staging/wlags49_h2/hcfcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -316,16 +316,25 @@ typedef unsigned long hcf_32;
//#define HCF_SLEEP (HCF_CDS | HCF_DDS )
#define HCF_SLEEP (HCF_CDS)

//#define HCF_TYPE (HCF_TYPE_HII5|HCF_TYPE_STA|HCF_TYPE_AP)
/* Note: Non-WARP firmware all support WPA. However the original Agere
* linux driver does not enable WPA. Enabling WPA here causes whatever
* preliminary WPA logic to be included, some of which may be specific
* to HERMESI.
*
* Various comment are clear that WARP and WPA are not compatible
* (which may just mean WARP does WPA in a different fashion).
*/

/* #define HCF_TYPE (HCF_TYPE_HII5|HCF_TYPE_STA|HCF_TYPE_AP) */
#ifdef HERMES25
#ifdef WARP
#define HCF_TYPE ( HCF_TYPE_WARP | HCF_TYPE_HII5 )
#else
#define HCF_TYPE HCF_TYPE_HII5
#endif // WARP
#define HCF_TYPE (HCF_TYPE_HII5 | HCF_TYPE_WPA)
#endif /* WARP */
#else
#define HCF_TYPE HCF_TYPE_NONE
#endif // HERMES25
#define HCF_TYPE HCF_TYPE_WPA
#endif /* HERMES25 */

#ifdef ENABLE_DMA
#define HCF_DMA 1
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/wlags49_h25/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ INSTALLDIR := /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless
ccflags-y := -I$(KERNELDIR)/include
ccflags-y += -I$(src) \
-DBUS_PCMCIA \
-DUSE_WPA \
-DUSE_WEXT \
-DSTA_ONLY \
-DWVLAN_49 \
Expand Down

0 comments on commit 76ebe73

Please sign in to comment.