| .. | .. |
|---|
| 25 | 25 | #define RM_CAP_ARG(x) ((u8 *)(x))[4], ((u8 *)(x))[3], ((u8 *)(x))[2], ((u8 *)(x))[1], ((u8 *)(x))[0] |
|---|
| 26 | 26 | #define RM_CAP_FMT "%02x %02x%02x %02x%02x" |
|---|
| 27 | 27 | |
|---|
| 28 | | -#ifndef MIN |
|---|
| 29 | | -#define MIN(x, y) (((x) < (y)) ? (x) : (y)) |
|---|
| 30 | | -#endif |
|---|
| 31 | | - |
|---|
| 32 | 28 | /* remember to modify rm_event_name() when adding new event */ |
|---|
| 33 | 29 | enum RM_EV_ID { |
|---|
| 34 | 30 | RM_EV_state_in, |
|---|
| .. | .. |
|---|
| 106 | 102 | u8 n_measure_rpt, u32 elem_len, u8 *elem); |
|---|
| 107 | 103 | |
|---|
| 108 | 104 | #endif /*CONFIG_RTW_80211K */ |
|---|
| 109 | | -void rm_update_cap(u8 *frame_head, _adapter *pa, u32 pktlen, int offset); |
|---|
| 110 | | - |
|---|
| 111 | 105 | #endif /* __RTW_RM_H_ */ |
|---|