blob: ea0fa68b99134d1e1ab3accc6187857b57dddc27 [file] [log] [blame]
Bing Zhao5e6e3a92011-03-21 18:00:50 -07001/*
2 * Marvell Wireless LAN device driver: 802.11n
3 *
Xinming Hu65da33f2014-06-19 21:38:57 -07004 * Copyright (C) 2011-2014, Marvell International Ltd.
Bing Zhao5e6e3a92011-03-21 18:00:50 -07005 *
6 * This software file (the "File") is distributed by Marvell International
7 * Ltd. under the terms of the GNU General Public License Version 2, June 1991
8 * (the "License"). You may use, redistribute and/or modify this File in
9 * accordance with the terms and conditions of the License, a copy of which
10 * is available by writing to the Free Software Foundation, Inc.,
11 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
12 * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
13 *
14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
15 * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
16 * ARE EXPRESSLY DISCLAIMED. The License provides additional details about
17 * this warranty disclaimer.
18 */
19
20#ifndef _MWIFIEX_11N_H_
21#define _MWIFIEX_11N_H_
22
23#include "11n_aggr.h"
24#include "11n_rxreorder.h"
25#include "wmm.h"
26
Bing Zhao5e6e3a92011-03-21 18:00:50 -070027int mwifiex_ret_11n_delba(struct mwifiex_private *priv,
28 struct host_cmd_ds_command *resp);
29int mwifiex_ret_11n_addba_req(struct mwifiex_private *priv,
30 struct host_cmd_ds_command *resp);
Yogesh Ashok Powara5f39052013-02-15 21:44:30 -080031int mwifiex_cmd_11n_cfg(struct mwifiex_private *priv,
32 struct host_cmd_ds_command *cmd, u16 cmd_action,
Amitkumar Karwara5ffddb2011-06-20 15:21:48 -070033 struct mwifiex_ds_11n_tx_cfg *txcfg);
Bing Zhao5e6e3a92011-03-21 18:00:50 -070034int mwifiex_cmd_append_11n_tlv(struct mwifiex_private *priv,
35 struct mwifiex_bssdescriptor *bss_desc,
36 u8 **buffer);
Amitkumar Karwar341b8802014-02-07 16:27:31 -080037int mwifiex_fill_cap_info(struct mwifiex_private *, u8 radio_type,
38 struct ieee80211_ht_cap *);
Bing Zhao5e6e3a92011-03-21 18:00:50 -070039int mwifiex_set_get_11n_htcap_cfg(struct mwifiex_private *priv,
40 u16 action, int *htcap_cfg);
41void mwifiex_11n_delete_tx_ba_stream_tbl_entry(struct mwifiex_private *priv,
42 struct mwifiex_tx_ba_stream_tbl
43 *tx_tbl);
44void mwifiex_11n_delete_all_tx_ba_stream_tbl(struct mwifiex_private *priv);
Yogesh Ashok Powar3e822632012-03-12 19:35:08 -070045struct mwifiex_tx_ba_stream_tbl *mwifiex_get_ba_tbl(struct
Bing Zhao5e6e3a92011-03-21 18:00:50 -070046 mwifiex_private
47 *priv, int tid,
48 u8 *ra);
Yogesh Ashok Powar3e822632012-03-12 19:35:08 -070049void mwifiex_create_ba_tbl(struct mwifiex_private *priv, u8 *ra, int tid,
50 enum mwifiex_ba_status ba_status);
Bing Zhao5e6e3a92011-03-21 18:00:50 -070051int mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac);
52int mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac,
53 int initiator);
54void mwifiex_11n_delete_ba_stream(struct mwifiex_private *priv, u8 *del_ba);
55int mwifiex_get_rx_reorder_tbl(struct mwifiex_private *priv,
56 struct mwifiex_ds_rx_reorder_tbl *buf);
57int mwifiex_get_tx_ba_stream_tbl(struct mwifiex_private *priv,
58 struct mwifiex_ds_tx_ba_stream_tbl *buf);
Bing Zhao5e6e3a92011-03-21 18:00:50 -070059int mwifiex_cmd_recfg_tx_buf(struct mwifiex_private *priv,
60 struct host_cmd_ds_command *cmd,
Amitkumar Karwara5ffddb2011-06-20 15:21:48 -070061 int cmd_action, u16 *buf_size);
Amitkumar Karwar572e8f32011-04-13 17:27:08 -070062int mwifiex_cmd_amsdu_aggr_ctrl(struct host_cmd_ds_command *cmd,
Amitkumar Karwara5ffddb2011-06-20 15:21:48 -070063 int cmd_action,
64 struct mwifiex_ds_11n_amsdu_aggr_ctrl *aa_ctrl);
Avinash Patil3e238a12012-08-03 18:06:11 -070065void mwifiex_del_tx_ba_stream_tbl_by_ra(struct mwifiex_private *priv, u8 *ra);
Avinash Patil396939f2014-05-06 22:02:45 -070066u8 mwifiex_get_sec_chan_offset(int chan);
Bing Zhao5e6e3a92011-03-21 18:00:50 -070067
Bing Zhao5e6e3a92011-03-21 18:00:50 -070068static inline u8
Avinash Patileac43222014-02-07 16:27:28 -080069mwifiex_is_station_ampdu_allowed(struct mwifiex_private *priv,
70 struct mwifiex_ra_list_tbl *ptr, int tid)
Bing Zhao5e6e3a92011-03-21 18:00:50 -070071{
Avinash Patileac43222014-02-07 16:27:28 -080072 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ptr->ra);
73
74 if (unlikely(!node))
75 return false;
76
77 return (node->ampdu_sta[tid] != BA_STREAM_NOT_ALLOWED) ? true : false;
78}
79
80/* This function checks whether AMPDU is allowed or not for a particular TID. */
81static inline u8
82mwifiex_is_ampdu_allowed(struct mwifiex_private *priv,
83 struct mwifiex_ra_list_tbl *ptr, int tid)
84{
Avinash Patilbfd713b2014-11-05 17:04:30 +053085 if (is_broadcast_ether_addr(ptr->ra))
86 return false;
Avinash Patildaeb5bb2014-02-07 16:30:37 -080087 if (GET_BSS_ROLE(priv) == MWIFIEX_BSS_ROLE_UAP) {
Avinash Patileac43222014-02-07 16:27:28 -080088 return mwifiex_is_station_ampdu_allowed(priv, ptr, tid);
Avinash Patildaeb5bb2014-02-07 16:30:37 -080089 } else {
90 if (ptr->tdls_link)
91 return mwifiex_is_station_ampdu_allowed(priv, ptr, tid);
92
Avinash Patileac43222014-02-07 16:27:28 -080093 return (priv->aggr_prio_tbl[tid].ampdu_ap !=
94 BA_STREAM_NOT_ALLOWED) ? true : false;
Avinash Patildaeb5bb2014-02-07 16:30:37 -080095 }
Bing Zhao5e6e3a92011-03-21 18:00:50 -070096}
97
98/*
99 * This function checks whether AMSDU is allowed or not for a particular TID.
100 */
101static inline u8
Amitkumar Karwar572e8f32011-04-13 17:27:08 -0700102mwifiex_is_amsdu_allowed(struct mwifiex_private *priv, int tid)
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700103{
Yogesh Ashok Powar84266842012-03-13 19:22:34 -0700104 return (((priv->aggr_prio_tbl[tid].amsdu != BA_STREAM_NOT_ALLOWED) &&
105 (priv->is_data_rate_auto || !(priv->bitmap_rates[2] & 0x03)))
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700106 ? true : false);
107}
108
109/*
Bing Zhao53d79382011-04-13 17:27:09 -0700110 * This function checks whether a space is available for new BA stream or not.
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700111 */
Bing Zhao53d79382011-04-13 17:27:09 -0700112static inline u8 mwifiex_space_avail_for_new_ba_stream(
113 struct mwifiex_adapter *adapter)
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700114{
Amitkumar Karwar572e8f32011-04-13 17:27:08 -0700115 struct mwifiex_private *priv;
116 u8 i;
Avinash Patil4f3dfdf2014-12-26 03:02:34 -0800117 u32 ba_stream_num = 0, ba_stream_max;
118
119 ba_stream_max = MWIFIEX_MAX_TX_BASTREAM_SUPPORTED;
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700120
Amitkumar Karwar572e8f32011-04-13 17:27:08 -0700121 for (i = 0; i < adapter->priv_num; i++) {
122 priv = adapter->priv[i];
123 if (priv)
124 ba_stream_num += mwifiex_wmm_list_len(
Joe Perches2c208892012-06-04 12:44:17 +0000125 &priv->tx_ba_stream_tbl_ptr);
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700126 }
127
Avinash Patil4f3dfdf2014-12-26 03:02:34 -0800128 if (adapter->fw_api_ver == MWIFIEX_FW_V15) {
129 ba_stream_max =
130 GETSUPP_TXBASTREAMS(adapter->hw_dot_11n_dev_cap);
131 if (!ba_stream_max)
132 ba_stream_max = MWIFIEX_MAX_TX_BASTREAM_SUPPORTED;
133 }
134
135 return ((ba_stream_num < ba_stream_max) ? true : false);
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700136}
137
138/*
139 * This function finds the correct Tx BA stream to delete.
140 *
141 * Upon successfully locating, both the TID and the RA are returned.
142 */
143static inline u8
Amitkumar Karwar572e8f32011-04-13 17:27:08 -0700144mwifiex_find_stream_to_delete(struct mwifiex_private *priv, int ptr_tid,
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700145 int *ptid, u8 *ra)
146{
147 int tid;
148 u8 ret = false;
149 struct mwifiex_tx_ba_stream_tbl *tx_tbl;
150 unsigned long flags;
151
152 tid = priv->aggr_prio_tbl[ptr_tid].ampdu_user;
153
154 spin_lock_irqsave(&priv->tx_ba_stream_tbl_lock, flags);
155 list_for_each_entry(tx_tbl, &priv->tx_ba_stream_tbl_ptr, list) {
156 if (tid > priv->aggr_prio_tbl[tx_tbl->tid].ampdu_user) {
157 tid = priv->aggr_prio_tbl[tx_tbl->tid].ampdu_user;
158 *ptid = tx_tbl->tid;
159 memcpy(ra, tx_tbl->ra, ETH_ALEN);
160 ret = true;
161 }
162 }
163 spin_unlock_irqrestore(&priv->tx_ba_stream_tbl_lock, flags);
164
165 return ret;
166}
167
168/*
Avinash Patil5a009ad2012-08-03 18:06:10 -0700169 * This function checks whether associated station is 11n enabled
170 */
171static inline int mwifiex_is_sta_11n_enabled(struct mwifiex_private *priv,
172 struct mwifiex_sta_node *node)
173{
Xinming Hu432da7d2016-07-25 21:21:10 +0530174 if (!node || ((priv->bss_role == MWIFIEX_BSS_ROLE_UAP) &&
175 !priv->ap_11n_enabled) ||
176 ((priv->bss_mode == NL80211_IFTYPE_ADHOC) &&
177 !priv->adapter->adhoc_11n_enabled))
Avinash Patil5a009ad2012-08-03 18:06:10 -0700178 return 0;
179
180 return node->is_11n_enabled;
181}
Avinash Patildaeb5bb2014-02-07 16:30:37 -0800182
183static inline u8
Johannes Berg3b3a0162014-05-19 17:19:31 +0200184mwifiex_tdls_peer_11n_enabled(struct mwifiex_private *priv, const u8 *ra)
Avinash Patildaeb5bb2014-02-07 16:30:37 -0800185{
186 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ra);
187 if (node)
188 return node->is_11n_enabled;
189
190 return false;
191}
Bing Zhao5e6e3a92011-03-21 18:00:50 -0700192#endif /* !_MWIFIEX_11N_H_ */