#ifndef __WL1251_RX_H__
#define __WL1251_RX_H__
#include <linux/bitops.h>
#include "wl1251.h"
#define WL1251_RX_MAX_RSSI …
#define WL1251_RX_MIN_RSSI …
#define WL1251_RX_ALIGN_TO …
#define WL1251_RX_ALIGN(len) …
#define SHORT_PREAMBLE_BIT …
#define OFDM_RATE_BIT …
#define PBCC_RATE_BIT …
#define PLCP_HEADER_LENGTH …
#define RX_DESC_PACKETID_SHIFT …
#define RX_MAX_PACKET_ID …
#define RX_DESC_VALID_FCS …
#define RX_DESC_MATCH_RXADDR1 …
#define RX_DESC_MCAST …
#define RX_DESC_STAINTIM …
#define RX_DESC_VIRTUAL_BM …
#define RX_DESC_BCAST …
#define RX_DESC_MATCH_SSID …
#define RX_DESC_MATCH_BSSID …
#define RX_DESC_ENCRYPTION_MASK …
#define RX_DESC_MEASURMENT …
#define RX_DESC_SEQNUM_MASK …
#define RX_DESC_MIC_FAIL …
#define RX_DESC_DECRYPT_FAIL …
struct wl1251_rx_descriptor { … } __packed;
void wl1251_rx(struct wl1251 *wl);
#endif