Fix RTL driver MAC address

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3529 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-04-21 18:17:41 +00:00
parent 12f3097882
commit 5867444e73
3 changed files with 21 additions and 4 deletions
+2 -2
View File
@@ -900,5 +900,5 @@ CONFIG_HEAP_SIZE=
# #
# USB WLAN device identification # USB WLAN device identification
# #
CONFIG_USB_WLAN_VID=0x148f CONFIG_USB_WLAN_VID=0x0bda
CONFIG_USB_WLAN_PID=0x3071 CONFIG_USB_WLAN_PID=0x8189
+19
View File
@@ -254,10 +254,25 @@ CONFIG_SSI_POLLWAIT=y
# #
CONFIG_I2C=y CONFIG_I2C=y
#
# OS support for various wireless chipsets such as
# - Chipcon CC1101 operating in bands 300-400, 800-900 MHz
# - Chipcon CC2500 operating in band of 2 GHz
#
# Note: this has (at the moment) nothing to do with WIFI
#
CONFIG_WIRELESS=y
# #
# OS support for hardware RTC # OS support for hardware RTC
# #
CONFIG_RTC=y CONFIG_RTC=y
CONFIG_SYSTEM_UTC=y
#
# OS support for events
#
CONFIG_EVENT=y
# #
# General build options # General build options
@@ -884,3 +899,7 @@ CONFIG_APPS_DIR="../apps"
# Application configuration # Application configuration
CONFIG_APPS_DIR="../apps" CONFIG_APPS_DIR="../apps"
# Application configuration
CONFIG_APPS_DIR="../apps"
-2
View File
@@ -51,8 +51,6 @@
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/wireless/chipcon_cc1101.h> #include <nuttx/wireless/chipcon_cc1101.h>
#include <nuttx/ptimer.h>
/************************************************************************************ /************************************************************************************
* Chipcon CC1101 Internal Registers * Chipcon CC1101 Internal Registers