|
@@ -90,7 +90,6 @@ struct sta_info {
|
|
|
* curr_network(mlme_priv/security_priv/qos/ht) : AP CAP/INFO
|
|
|
* sta_info: (AP & STA) CAP/INFO
|
|
|
*/
|
|
|
-#ifdef CONFIG_R8712_AP
|
|
|
struct list_head asoc_list;
|
|
|
struct list_head auth_list;
|
|
|
unsigned int expire_to;
|
|
@@ -98,7 +97,6 @@ struct sta_info {
|
|
|
unsigned int authalg;
|
|
|
unsigned char chg_txt[128];
|
|
|
unsigned int tx_ra_bitmap;
|
|
|
-#endif
|
|
|
};
|
|
|
|
|
|
struct sta_priv {
|
|
@@ -111,13 +109,11 @@ struct sta_priv {
|
|
|
struct __queue sleep_q;
|
|
|
struct __queue wakeup_q;
|
|
|
struct _adapter *padapter;
|
|
|
-#ifdef CONFIG_R8712_AP
|
|
|
struct list_head asoc_list;
|
|
|
struct list_head auth_list;
|
|
|
unsigned int auth_to; /* sec, time to expire in authenticating. */
|
|
|
unsigned int assoc_to; /* sec, time to expire before associating. */
|
|
|
unsigned int expire_to; /* sec , time to expire after associated. */
|
|
|
-#endif
|
|
|
};
|
|
|
|
|
|
static inline u32 wifi_mac_hash(u8 *mac)
|