carl9170 firmware: remove stale hw definitios
authorChristian Lamparter <chunkeey@googlemail.com>
Sun, 29 Aug 2010 00:15:27 +0000 (02:15 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Sun, 29 Aug 2010 00:15:27 +0000 (02:15 +0200)
Looks like MAC vs. CAM name lead to some confusion.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
include/shared/hw.h

index f58671f3dbbb42b2550738b237122482bbc15d19..e15885d6f5763c81927078d00ac34e199b620e52 100644 (file)
 #define                AR9170_MAC_CAM_STA                      0x2
 #define                AR9170_MAC_CAM_AP_WDS                   0x3
 #define                AR9170_MAC_CAM_DEFAULTS                 (0xf << 24)
-/* BEACON specification bits */
-#define                AR9170_MAC_CAM_AP_MODE                  0x01000000
-#define                AR9170_MAC_CAM_IBSS_MODE                0x02000000
-#define                AR9170_MAC_CAM_POWER_MNT                0x04000000
-#define                AR9170_MAC_CAM_STA_PS                   0x08000000
 #define                AR9170_MAC_CAM_HOST_PENDING             0x80000000
 
 #define        AR9170_MAC_REG_CAM_ROLL_CALL_TBL_L      (AR9170_MAC_REG_BASE + 0x704)