sta_info.h (ee3858551ae6d044578f598f8001db5f1a9fd52e) sta_info.h (902acc7896d7649fb30e4b22bd4e643c7f34b02c)
1/*
2 * Copyright 2002-2005, Devicescape Software, Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8

--- 93 unchanged lines hidden (view full) ---

102 u16 buf_size;
103 u16 timeout;
104 u16 head_seq_num;
105 u16 stored_mpdu_num;
106 struct sk_buff **reorder_buf;
107 struct timer_list session_timer;
108};
109
1/*
2 * Copyright 2002-2005, Devicescape Software, Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8

--- 93 unchanged lines hidden (view full) ---

102 u16 buf_size;
103 u16 timeout;
104 u16 head_seq_num;
105 u16 stored_mpdu_num;
106 struct sk_buff **reorder_buf;
107 struct timer_list session_timer;
108};
109
110#ifdef CONFIG_MAC80211_MESH
111enum plink_state {
112 LISTEN,
113 OPN_SNT,
114 OPN_RCVD,
115 CNF_RCVD,
116 ESTAB,
117 HOLDING,
118 BLOCKED
119};
110enum plink_state {
111 LISTEN,
112 OPN_SNT,
113 OPN_RCVD,
114 CNF_RCVD,
115 ESTAB,
116 HOLDING,
117 BLOCKED
118};
120#endif
121
122/**
123 * struct sta_ampdu_mlme - STA aggregation information.
124 *
125 * @tid_rx: aggregation info for Rx per TID
126 * @tid_tx: aggregation info for Tx per TID
127 * @ampdu_rx: for locking sections in aggregation Rx flow
128 * @ampdu_tx: for locking sectionsi in aggregation Tx flow

--- 152 unchanged lines hidden ---
119
120/**
121 * struct sta_ampdu_mlme - STA aggregation information.
122 *
123 * @tid_rx: aggregation info for Rx per TID
124 * @tid_tx: aggregation info for Tx per TID
125 * @ampdu_rx: for locking sections in aggregation Rx flow
126 * @ampdu_tx: for locking sectionsi in aggregation Tx flow

--- 152 unchanged lines hidden ---