Skip to content

Commit

Permalink
Staging: rt3090: disable HAS_ANTENNA_DIVERSITY_SUPPORT option
Browse files Browse the repository at this point in the history
This makes rt3090 match other Ralink drivers and V2.2.0.0 vendor version.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent c5c48cb commit 8b44a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rt3090/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ HAS_AUTO_CH_SELECT_ENHANCE=n
HAS_BG_FT_SUPPORT=n

#Support Antenna Diversity
HAS_ANTENNA_DIVERSITY_SUPPORT=y
HAS_ANTENNA_DIVERSITY_SUPPORT=n
#################################################

WFLAGS := -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT -DLINUX -Wall -Wstrict-prototypes -Wno-trigraphs -Wpointer-sign
Expand Down

0 comments on commit 8b44a41

Please sign in to comment.