2011/5/17 RafaÅ MiÅecki <zajec5@xxxxxxxxx>: > Currently we are using different REJECT bit for SSB rev 2.3: > #define ÂSSB_TMSLOW_REJECT Â Â Â0x00000002 /* Reject (Standard Backplane) */ > #define ÂSSB_TMSLOW_REJECT_23 Â 0x00000004 /* Reject (Backplane rev 2.3) */ > > Does anyone know where did we get this from? Broadcom public sources define it as follows: #define SBTML_REJ_MASK 0x0006 /* reject field */ #define SBTML_REJ 0x0002 /* reject */ #define SBTML_TMPREJ 0x0004 /* temporary reject, for error recovery */ > > wl does never use this bit: It seems neither do the public ssb sources: # grep -r 'SBTML_TMPREJ' shared/ | wc -l 0 # Jonas -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html