|
@@ -280,53 +280,6 @@ extern struct sk_buff *pktq_mdeq(struct pktq *pq, uint prec_bmp, int *prec_out);
|
|
|
#define BCME_NONRESIDENT 42 /* access to nonresident overlay */
|
|
|
#define BCME_LAST BCME_NONRESIDENT
|
|
|
|
|
|
-/* These are collection of BCME Error strings */
|
|
|
-#define BCMERRSTRINGTABLE { \
|
|
|
- "OK", \
|
|
|
- "Undefined error", \
|
|
|
- "Bad Argument", \
|
|
|
- "Bad Option", \
|
|
|
- "Not up", \
|
|
|
- "Not down", \
|
|
|
- "Not AP", \
|
|
|
- "Not STA", \
|
|
|
- "Bad Key Index", \
|
|
|
- "Radio Off", \
|
|
|
- "Not band locked", \
|
|
|
- "No clock", \
|
|
|
- "Bad Rate valueset", \
|
|
|
- "Bad Band", \
|
|
|
- "Buffer too short", \
|
|
|
- "Buffer too long", \
|
|
|
- "Busy", \
|
|
|
- "Not Associated", \
|
|
|
- "Bad SSID len", \
|
|
|
- "Out of Range Channel", \
|
|
|
- "Bad Channel", \
|
|
|
- "Bad Address", \
|
|
|
- "Not Enough Resources", \
|
|
|
- "Unsupported", \
|
|
|
- "Bad length", \
|
|
|
- "Not Ready", \
|
|
|
- "Not Permitted", \
|
|
|
- "No Memory", \
|
|
|
- "Associated", \
|
|
|
- "Not In Range", \
|
|
|
- "Not Found", \
|
|
|
- "WME Not Enabled", \
|
|
|
- "TSPEC Not Found", \
|
|
|
- "ACM Not Supported", \
|
|
|
- "Not WME Association", \
|
|
|
- "SDIO Bus Error", \
|
|
|
- "Dongle Not Accessible", \
|
|
|
- "Incorrect version", \
|
|
|
- "TX Failure", \
|
|
|
- "RX Failure", \
|
|
|
- "Device Not Present", \
|
|
|
- "NMODE Disabled", \
|
|
|
- "Nonresident overlay access", \
|
|
|
-}
|
|
|
-
|
|
|
#ifndef ABS
|
|
|
#define ABS(a) (((a) < 0) ? -(a) : (a))
|
|
|
#endif /* ABS */
|
|
@@ -587,8 +540,6 @@ extern void osl_assert(char *exp, char *file, int line);
|
|
|
|
|
|
extern bcm_tlv_t *bcm_parse_tlvs(void *buf, int buflen,
|
|
|
uint key);
|
|
|
-/* bcmerror */
|
|
|
- extern const char *bcmerrorstr(int bcmerror);
|
|
|
|
|
|
/* multi-bool data type: set of bools, mbool is true if any is set */
|
|
|
typedef u32 mbool;
|