2 * Copyright (c) 2014 Redpine Signals Inc.
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 #ifndef __RSI_MAIN_H__
18 #define __RSI_MAIN_H__
20 #include <linux/string.h>
21 #include <linux/skbuff.h>
22 #include <net/mac80211.h>
23 #include <net/rsi_91x.h>
26 struct ieee80211_sta
*sta
;
28 u16 seq_start
[IEEE80211_NUM_TIDS
];
29 bool start_tx_aggr
[IEEE80211_NUM_TIDS
];
36 #define ERR_ZONE BIT(0) /* For Error Msgs */
37 #define INFO_ZONE BIT(1) /* For General Status Msgs */
38 #define INIT_ZONE BIT(2) /* For Driver Init Seq Msgs */
39 #define MGMT_TX_ZONE BIT(3) /* For TX Mgmt Path Msgs */
40 #define MGMT_RX_ZONE BIT(4) /* For RX Mgmt Path Msgs */
41 #define DATA_TX_ZONE BIT(5) /* For TX Data Path Msgs */
42 #define DATA_RX_ZONE BIT(6) /* For RX Data Path Msgs */
43 #define FSM_ZONE BIT(7) /* For State Machine Msgs */
44 #define ISR_ZONE BIT(8) /* For Interrupt Msgs */
49 FSM_COMMON_DEV_PARAMS_SENT
,
51 FSM_EEPROM_READ_MAC_ADDR
,
52 FSM_EEPROM_READ_RF_TYPE
,
61 extern u32 rsi_zone_enabled
;
62 extern __printf(2, 3) void rsi_dbg(u32 zone
, const char *fmt
, ...);
64 #define RSI_MAX_BANDS 2
65 #define RSI_MAX_VIFS 3
66 #define NUM_EDCA_QUEUES 4
67 #define IEEE80211_ADDR_LEN 6
68 #define FRAME_DESC_SZ 16
69 #define MIN_802_11_HDR_LEN 24
70 #define RSI_DEF_KEEPALIVE 90
71 #define RSI_WOW_KEEPALIVE 5
72 #define RSI_BCN_MISS_THRESHOLD 24
74 #define DATA_QUEUE_WATER_MARK 400
75 #define MIN_DATA_QUEUE_WATER_MARK 300
76 #define MULTICAST_WATER_MARK 200
77 #define MAC_80211_HDR_FRAME_CONTROL 0
79 #define NUM_SOFT_QUEUES 6
80 #define MAX_HW_QUEUES 12
81 #define INVALID_QUEUE 0xff
82 #define MAX_CONTINUOUS_VO_PKTS 8
83 #define MAX_CONTINUOUS_VI_PKTS 4
85 /* Hardware queue info */
86 #define BROADCAST_HW_Q 9
88 #define BEACON_HW_Q 11
90 #define IEEE80211_MGMT_FRAME 0x00
91 #define IEEE80211_CTL_FRAME 0x04
93 #define RSI_MAX_ASSOC_STAS 32
94 #define IEEE80211_QOS_TID 0x0f
95 #define IEEE80211_NONQOS_TID 16
97 #define MAX_DEBUGFS_ENTRIES 4
99 #define TID_TO_WME_AC(_tid) ( \
100 ((_tid) == 0 || (_tid) == 3) ? BE_Q : \
101 ((_tid) < 3) ? BK_Q : \
102 ((_tid) < 6) ? VI_Q : \
105 #define WME_AC(_q) ( \
106 ((_q) == BK_Q) ? IEEE80211_AC_BK : \
107 ((_q) == BE_Q) ? IEEE80211_AC_BE : \
108 ((_q) == VI_Q) ? IEEE80211_AC_VI : \
112 #define RSI_WOW_ENABLED BIT(0)
113 #define RSI_WOW_NO_CONNECTION BIT(1)
115 #define RSI_MAX_RX_PKTS 64
122 struct version_info
{
140 u8 internal_hdr_size
;
141 struct ieee80211_vif
*vif
;
155 struct security_info
{
167 struct transmit_q_stats
{
168 u32 total_tx_pkt_send
[NUM_EDCA_QUEUES
+ 2];
169 u32 total_tx_pkt_freed
[NUM_EDCA_QUEUES
+ 2];
172 #define MAX_BGSCAN_CHANNELS_DUAL_BAND 38
173 #define MAX_BGSCAN_PROBE_REQ_LEN 0x64
174 #define RSI_DEF_BGSCAN_THRLD 0x0
175 #define RSI_DEF_ROAM_THRLD 0xa
176 #define RSI_BGSCAN_PERIODICITY 0x1e
177 #define RSI_ACTIVE_SCAN_TIME 0x14
178 #define RSI_PASSIVE_SCAN_TIME 0x46
179 #define RSI_CHANNEL_SCAN_TIME 20
180 struct rsi_bgscan_params
{
181 u16 bgscan_threshold
;
183 u16 bgscan_periodicity
;
184 u8 num_bgscan_channels
;
186 u16 active_scan_duration
;
187 u16 passive_scan_duration
;
198 atomic_t event_condition
;
199 wait_queue_head_t event_queue
;
203 void (*thread_function
)(void *);
204 struct completion completion
;
205 struct task_struct
*task
;
206 struct rsi_event event
;
207 atomic_t thread_done
;
211 s8 last_cqm_event_rssi
;
216 enum rsi_dfs_regions
{
223 struct rsi_9116_features
{
234 struct rsi_rate_config
{
235 u32 configured_mask
; /* configured by mac80211 bits 0-11=legacy 12+ mcs */
242 struct vif_priv vif_info
[RSI_MAX_VIFS
];
246 struct version_info lmac_ver
;
248 struct rsi_thread tx_thread
;
249 struct sk_buff_head tx_queue
[NUM_EDCA_QUEUES
+ 2];
250 struct completion wlan_init_completion
;
251 /* Mutex declaration */
253 /* Mutex used for tx thread */
254 struct mutex tx_lock
;
255 /* Mutex used for rx thread */
256 struct mutex rx_lock
;
259 /* Channel/band related */
265 u32 bitrate_mask
[RSI_MAX_BANDS
];
266 struct rsi_rate_config rate_config
[RSI_MAX_BANDS
];
269 struct transmit_q_stats tx_stats
;
270 struct security_info secinfo
;
271 struct wmm_qinfo tx_qinfo
[NUM_EDCA_QUEUES
];
272 struct ieee80211_tx_queue_params edca_params
[NUM_EDCA_QUEUES
];
273 u8 mac_addr
[IEEE80211_ADDR_LEN
];
288 /* WMM algo related */
294 struct cqm_info cqm_info
;
296 bool hw_data_qs_blocked
;
300 u8 lp_ps_handshake_mode
;
301 u8 ulp_ps_handshake_mode
;
304 u8 wlan_rf_power_mode
;
308 /* Mutex used for writing packet to bus */
309 struct mutex tx_bus_mutex
;
310 bool hibernate_resume
;
316 /* AP mode parameters */
319 struct rsi_sta stations
[RSI_MAX_ASSOC_STAS
+ 1];
322 struct ieee80211_key_conf
*key
;
324 /* Wi-Fi direct mode related */
326 struct timer_list roc_timer
;
327 struct ieee80211_vif
*roc_vif
;
330 bool bt_defer_attach
;
333 struct cfg80211_scan_request
*hwscan
;
334 struct rsi_bgscan_params bgscan
;
335 struct rsi_9116_features w9116_features
;
340 struct eepromrw_info
{
354 struct rsi_common
*priv
;
355 enum rsi_dev_model device_model
;
356 struct ieee80211_hw
*hw
;
357 struct ieee80211_vif
*vifs
[RSI_MAX_VIFS
];
358 struct ieee80211_tx_queue_params edca_params
[NUM_EDCA_QUEUES
];
359 struct ieee80211_supported_band sbands
[NUM_NL80211_BANDS
];
361 struct device
*device
;
364 enum rsi_host_intf rsi_host_intf
;
366 enum ps_state ps_state
;
367 struct rsi_ps_info ps_info
;
368 spinlock_t ps_lock
; /*To protect power save config*/
369 u32 usb_buffer_status_reg
;
370 #ifdef CONFIG_RSI_DEBUGFS
371 struct rsi_debugfs
*dfsentry
;
372 u8 num_debugfs_entries
;
375 struct timer_list bl_cmd_timer
;
376 bool blcmd_timer_expired
;
378 struct eepromrw_info eeprom
;
379 u32 interrupt_status
;
383 struct rsi_host_intf_ops
*host_intf_ops
;
384 int (*check_hw_queue_status
)(struct rsi_hw
*adapter
, u8 q_num
);
385 int (*determine_event_timeout
)(struct rsi_hw
*adapter
);
388 void rsi_print_version(struct rsi_common
*common
);
390 struct rsi_host_intf_ops
{
391 int (*read_pkt
)(struct rsi_hw
*adapter
, u8
*pkt
, u32 len
);
392 int (*write_pkt
)(struct rsi_hw
*adapter
, u8
*pkt
, u32 len
);
393 int (*master_access_msword
)(struct rsi_hw
*adapter
, u16 ms_word
);
394 int (*read_reg_multiple
)(struct rsi_hw
*adapter
, u32 addr
,
395 u8
*data
, u16 count
);
396 int (*write_reg_multiple
)(struct rsi_hw
*adapter
, u32 addr
,
397 u8
*data
, u16 count
);
398 int (*master_reg_read
)(struct rsi_hw
*adapter
, u32 addr
,
399 u32
*read_buf
, u16 size
);
400 int (*master_reg_write
)(struct rsi_hw
*adapter
,
401 unsigned long addr
, unsigned long data
,
403 int (*load_data_master_write
)(struct rsi_hw
*adapter
, u32 addr
,
404 u32 instructions_size
, u16 block_size
,
406 int (*reinit_device
)(struct rsi_hw
*adapter
);
407 int (*ta_reset
)(struct rsi_hw
*adapter
);
410 enum rsi_host_intf
rsi_get_host_intf(void *priv
);
411 void rsi_set_bt_context(void *priv
, void *bt_context
);
412 void rsi_attach_bt(struct rsi_common
*common
);