Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
| 3 | * Copyright(c) 2009-2010 Realtek Corporation. |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify it |
| 6 | * under the terms of version 2 of the GNU General Public License as |
| 7 | * published by the Free Software Foundation. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, but WITHOUT |
| 10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 12 | * more details. |
| 13 | * |
| 14 | * You should have received a copy of the GNU General Public License along with |
| 15 | * this program; if not, write to the Free Software Foundation, Inc., |
| 16 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA |
| 17 | * |
| 18 | * The full GNU General Public License is included in this distribution in the |
| 19 | * file called LICENSE. |
| 20 | * |
| 21 | * Contact Information: |
| 22 | * wlanfae <wlanfae@realtek.com> |
| 23 | * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, |
| 24 | * Hsinchu 300, Taiwan. |
| 25 | * |
| 26 | * Larry Finger <Larry.Finger@lwfinger.net> |
| 27 | * |
| 28 | *****************************************************************************/ |
| 29 | |
| 30 | #ifndef __RTL_WIFI_H__ |
| 31 | #define __RTL_WIFI_H__ |
| 32 | |
| 33 | #include <linux/sched.h> |
| 34 | #include <linux/firmware.h> |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 35 | #include <linux/etherdevice.h> |
David S. Miller | b08cd66 | 2011-02-24 22:50:30 -0800 | [diff] [blame] | 36 | #include <linux/vmalloc.h> |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 37 | #include <linux/usb.h> |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 38 | #include <net/mac80211.h> |
| 39 | #include "debug.h" |
| 40 | |
| 41 | #define RF_CHANGE_BY_INIT 0 |
| 42 | #define RF_CHANGE_BY_IPS BIT(28) |
| 43 | #define RF_CHANGE_BY_PS BIT(29) |
| 44 | #define RF_CHANGE_BY_HW BIT(30) |
| 45 | #define RF_CHANGE_BY_SW BIT(31) |
| 46 | |
| 47 | #define IQK_ADDA_REG_NUM 16 |
| 48 | #define IQK_MAC_REG_NUM 4 |
| 49 | |
| 50 | #define MAX_KEY_LEN 61 |
| 51 | #define KEY_BUF_SIZE 5 |
| 52 | |
| 53 | /* QoS related. */ |
| 54 | /*aci: 0x00 Best Effort*/ |
| 55 | /*aci: 0x01 Background*/ |
| 56 | /*aci: 0x10 Video*/ |
| 57 | /*aci: 0x11 Voice*/ |
| 58 | /*Max: define total number.*/ |
| 59 | #define AC0_BE 0 |
| 60 | #define AC1_BK 1 |
| 61 | #define AC2_VI 2 |
| 62 | #define AC3_VO 3 |
| 63 | #define AC_MAX 4 |
| 64 | #define QOS_QUEUE_NUM 4 |
| 65 | #define RTL_MAC80211_NUM_QUEUE 5 |
| 66 | |
| 67 | #define QBSS_LOAD_SIZE 5 |
| 68 | #define MAX_WMMELE_LENGTH 64 |
| 69 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 70 | #define TOTAL_CAM_ENTRY 32 |
| 71 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 72 | /*slot time for 11g. */ |
| 73 | #define RTL_SLOT_TIME_9 9 |
| 74 | #define RTL_SLOT_TIME_20 20 |
| 75 | |
| 76 | /*related with tcp/ip. */ |
| 77 | /*if_ehther.h*/ |
| 78 | #define ETH_P_PAE 0x888E /*Port Access Entity (IEEE 802.1X) */ |
| 79 | #define ETH_P_IP 0x0800 /*Internet Protocol packet */ |
| 80 | #define ETH_P_ARP 0x0806 /*Address Resolution packet */ |
| 81 | #define SNAP_SIZE 6 |
| 82 | #define PROTOC_TYPE_SIZE 2 |
| 83 | |
| 84 | /*related with 802.11 frame*/ |
| 85 | #define MAC80211_3ADDR_LEN 24 |
| 86 | #define MAC80211_4ADDR_LEN 30 |
| 87 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 88 | #define CHANNEL_MAX_NUMBER (14 + 24 + 21) /* 14 is the max channel no */ |
| 89 | #define CHANNEL_GROUP_MAX (3 + 9) /* ch1~3, 4~9, 10~14 = three groups */ |
| 90 | #define MAX_PG_GROUP 13 |
| 91 | #define CHANNEL_GROUP_MAX_2G 3 |
| 92 | #define CHANNEL_GROUP_IDX_5GL 3 |
| 93 | #define CHANNEL_GROUP_IDX_5GM 6 |
| 94 | #define CHANNEL_GROUP_IDX_5GH 9 |
| 95 | #define CHANNEL_GROUP_MAX_5G 9 |
| 96 | #define CHANNEL_MAX_NUMBER_2G 14 |
| 97 | #define AVG_THERMAL_NUM 8 |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 98 | #define MAX_TID_COUNT 9 |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 99 | |
| 100 | /* for early mode */ |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 101 | #define FCS_LEN 4 |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 102 | #define EM_HDR_LEN 8 |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 103 | enum intf_type { |
| 104 | INTF_PCI = 0, |
| 105 | INTF_USB = 1, |
| 106 | }; |
| 107 | |
| 108 | enum radio_path { |
| 109 | RF90_PATH_A = 0, |
| 110 | RF90_PATH_B = 1, |
| 111 | RF90_PATH_C = 2, |
| 112 | RF90_PATH_D = 3, |
| 113 | }; |
| 114 | |
| 115 | enum rt_eeprom_type { |
| 116 | EEPROM_93C46, |
| 117 | EEPROM_93C56, |
| 118 | EEPROM_BOOT_EFUSE, |
| 119 | }; |
| 120 | |
| 121 | enum rtl_status { |
| 122 | RTL_STATUS_INTERFACE_START = 0, |
| 123 | }; |
| 124 | |
| 125 | enum hardware_type { |
| 126 | HARDWARE_TYPE_RTL8192E, |
| 127 | HARDWARE_TYPE_RTL8192U, |
| 128 | HARDWARE_TYPE_RTL8192SE, |
| 129 | HARDWARE_TYPE_RTL8192SU, |
| 130 | HARDWARE_TYPE_RTL8192CE, |
| 131 | HARDWARE_TYPE_RTL8192CU, |
| 132 | HARDWARE_TYPE_RTL8192DE, |
| 133 | HARDWARE_TYPE_RTL8192DU, |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 134 | HARDWARE_TYPE_RTL8723E, |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 135 | HARDWARE_TYPE_RTL8723U, |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 136 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 137 | /* keep it last */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 138 | HARDWARE_TYPE_NUM |
| 139 | }; |
| 140 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 141 | #define IS_HARDWARE_TYPE_8192SU(rtlhal) \ |
| 142 | (rtlhal->hw_type == HARDWARE_TYPE_RTL8192SU) |
| 143 | #define IS_HARDWARE_TYPE_8192SE(rtlhal) \ |
| 144 | (rtlhal->hw_type == HARDWARE_TYPE_RTL8192SE) |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 145 | #define IS_HARDWARE_TYPE_8192CE(rtlhal) \ |
| 146 | (rtlhal->hw_type == HARDWARE_TYPE_RTL8192CE) |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 147 | #define IS_HARDWARE_TYPE_8192CU(rtlhal) \ |
| 148 | (rtlhal->hw_type == HARDWARE_TYPE_RTL8192CU) |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 149 | #define IS_HARDWARE_TYPE_8192DE(rtlhal) \ |
| 150 | (rtlhal->hw_type == HARDWARE_TYPE_RTL8192DE) |
| 151 | #define IS_HARDWARE_TYPE_8192DU(rtlhal) \ |
| 152 | (rtlhal->hw_type == HARDWARE_TYPE_RTL8192DU) |
| 153 | #define IS_HARDWARE_TYPE_8723E(rtlhal) \ |
| 154 | (rtlhal->hw_type == HARDWARE_TYPE_RTL8723E) |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 155 | #define IS_HARDWARE_TYPE_8723U(rtlhal) \ |
| 156 | (rtlhal->hw_type == HARDWARE_TYPE_RTL8723U) |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 157 | #define IS_HARDWARE_TYPE_8192S(rtlhal) \ |
| 158 | (IS_HARDWARE_TYPE_8192SE(rtlhal) || IS_HARDWARE_TYPE_8192SU(rtlhal)) |
| 159 | #define IS_HARDWARE_TYPE_8192C(rtlhal) \ |
| 160 | (IS_HARDWARE_TYPE_8192CE(rtlhal) || IS_HARDWARE_TYPE_8192CU(rtlhal)) |
| 161 | #define IS_HARDWARE_TYPE_8192D(rtlhal) \ |
| 162 | (IS_HARDWARE_TYPE_8192DE(rtlhal) || IS_HARDWARE_TYPE_8192DU(rtlhal)) |
| 163 | #define IS_HARDWARE_TYPE_8723(rtlhal) \ |
| 164 | (IS_HARDWARE_TYPE_8723E(rtlhal) || IS_HARDWARE_TYPE_8723U(rtlhal)) |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 165 | #define IS_HARDWARE_TYPE_8723U(rtlhal) \ |
| 166 | (rtlhal->hw_type == HARDWARE_TYPE_RTL8723U) |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 167 | |
Larry Finger | da3ba88 | 2011-09-19 14:34:10 -0500 | [diff] [blame] | 168 | #define RX_HAL_IS_CCK_RATE(_pdesc)\ |
| 169 | (_pdesc->rxmcs == DESC92_RATE1M || \ |
| 170 | _pdesc->rxmcs == DESC92_RATE2M || \ |
| 171 | _pdesc->rxmcs == DESC92_RATE5_5M || \ |
| 172 | _pdesc->rxmcs == DESC92_RATE11M) |
| 173 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 174 | enum scan_operation_backup_opt { |
| 175 | SCAN_OPT_BACKUP = 0, |
| 176 | SCAN_OPT_RESTORE, |
| 177 | SCAN_OPT_MAX |
| 178 | }; |
| 179 | |
| 180 | /*RF state.*/ |
| 181 | enum rf_pwrstate { |
| 182 | ERFON, |
| 183 | ERFSLEEP, |
| 184 | ERFOFF |
| 185 | }; |
| 186 | |
| 187 | struct bb_reg_def { |
| 188 | u32 rfintfs; |
| 189 | u32 rfintfi; |
| 190 | u32 rfintfo; |
| 191 | u32 rfintfe; |
| 192 | u32 rf3wire_offset; |
| 193 | u32 rflssi_select; |
| 194 | u32 rftxgain_stage; |
| 195 | u32 rfhssi_para1; |
| 196 | u32 rfhssi_para2; |
| 197 | u32 rfswitch_control; |
| 198 | u32 rfagc_control1; |
| 199 | u32 rfagc_control2; |
| 200 | u32 rfrxiq_imbalance; |
| 201 | u32 rfrx_afe; |
| 202 | u32 rftxiq_imbalance; |
| 203 | u32 rftx_afe; |
| 204 | u32 rflssi_readback; |
| 205 | u32 rflssi_readbackpi; |
| 206 | }; |
| 207 | |
| 208 | enum io_type { |
| 209 | IO_CMD_PAUSE_DM_BY_SCAN = 0, |
| 210 | IO_CMD_RESUME_DM_BY_SCAN = 1, |
| 211 | }; |
| 212 | |
| 213 | enum hw_variables { |
| 214 | HW_VAR_ETHER_ADDR, |
| 215 | HW_VAR_MULTICAST_REG, |
| 216 | HW_VAR_BASIC_RATE, |
| 217 | HW_VAR_BSSID, |
| 218 | HW_VAR_MEDIA_STATUS, |
| 219 | HW_VAR_SECURITY_CONF, |
| 220 | HW_VAR_BEACON_INTERVAL, |
| 221 | HW_VAR_ATIM_WINDOW, |
| 222 | HW_VAR_LISTEN_INTERVAL, |
| 223 | HW_VAR_CS_COUNTER, |
| 224 | HW_VAR_DEFAULTKEY0, |
| 225 | HW_VAR_DEFAULTKEY1, |
| 226 | HW_VAR_DEFAULTKEY2, |
| 227 | HW_VAR_DEFAULTKEY3, |
| 228 | HW_VAR_SIFS, |
| 229 | HW_VAR_DIFS, |
| 230 | HW_VAR_EIFS, |
| 231 | HW_VAR_SLOT_TIME, |
| 232 | HW_VAR_ACK_PREAMBLE, |
| 233 | HW_VAR_CW_CONFIG, |
| 234 | HW_VAR_CW_VALUES, |
| 235 | HW_VAR_RATE_FALLBACK_CONTROL, |
| 236 | HW_VAR_CONTENTION_WINDOW, |
| 237 | HW_VAR_RETRY_COUNT, |
| 238 | HW_VAR_TR_SWITCH, |
| 239 | HW_VAR_COMMAND, |
| 240 | HW_VAR_WPA_CONFIG, |
| 241 | HW_VAR_AMPDU_MIN_SPACE, |
| 242 | HW_VAR_SHORTGI_DENSITY, |
| 243 | HW_VAR_AMPDU_FACTOR, |
| 244 | HW_VAR_MCS_RATE_AVAILABLE, |
| 245 | HW_VAR_AC_PARAM, |
| 246 | HW_VAR_ACM_CTRL, |
| 247 | HW_VAR_DIS_Req_Qsize, |
| 248 | HW_VAR_CCX_CHNL_LOAD, |
| 249 | HW_VAR_CCX_NOISE_HISTOGRAM, |
| 250 | HW_VAR_CCX_CLM_NHM, |
| 251 | HW_VAR_TxOPLimit, |
| 252 | HW_VAR_TURBO_MODE, |
| 253 | HW_VAR_RF_STATE, |
| 254 | HW_VAR_RF_OFF_BY_HW, |
| 255 | HW_VAR_BUS_SPEED, |
| 256 | HW_VAR_SET_DEV_POWER, |
| 257 | |
| 258 | HW_VAR_RCR, |
| 259 | HW_VAR_RATR_0, |
| 260 | HW_VAR_RRSR, |
| 261 | HW_VAR_CPU_RST, |
| 262 | HW_VAR_CECHK_BSSID, |
| 263 | HW_VAR_LBK_MODE, |
| 264 | HW_VAR_AES_11N_FIX, |
| 265 | HW_VAR_USB_RX_AGGR, |
| 266 | HW_VAR_USER_CONTROL_TURBO_MODE, |
| 267 | HW_VAR_RETRY_LIMIT, |
| 268 | HW_VAR_INIT_TX_RATE, |
| 269 | HW_VAR_TX_RATE_REG, |
| 270 | HW_VAR_EFUSE_USAGE, |
| 271 | HW_VAR_EFUSE_BYTES, |
| 272 | HW_VAR_AUTOLOAD_STATUS, |
| 273 | HW_VAR_RF_2R_DISABLE, |
| 274 | HW_VAR_SET_RPWM, |
| 275 | HW_VAR_H2C_FW_PWRMODE, |
| 276 | HW_VAR_H2C_FW_JOINBSSRPT, |
| 277 | HW_VAR_FW_PSMODE_STATUS, |
| 278 | HW_VAR_1X1_RECV_COMBINE, |
| 279 | HW_VAR_STOP_SEND_BEACON, |
| 280 | HW_VAR_TSF_TIMER, |
| 281 | HW_VAR_IO_CMD, |
| 282 | |
| 283 | HW_VAR_RF_RECOVERY, |
| 284 | HW_VAR_H2C_FW_UPDATE_GTK, |
| 285 | HW_VAR_WF_MASK, |
| 286 | HW_VAR_WF_CRC, |
| 287 | HW_VAR_WF_IS_MAC_ADDR, |
| 288 | HW_VAR_H2C_FW_OFFLOAD, |
| 289 | HW_VAR_RESET_WFCRC, |
| 290 | |
| 291 | HW_VAR_HANDLE_FW_C2H, |
| 292 | HW_VAR_DL_FW_RSVD_PAGE, |
| 293 | HW_VAR_AID, |
| 294 | HW_VAR_HW_SEQ_ENABLE, |
| 295 | HW_VAR_CORRECT_TSF, |
| 296 | HW_VAR_BCN_VALID, |
| 297 | HW_VAR_FWLPS_RF_ON, |
| 298 | HW_VAR_DUAL_TSF_RST, |
| 299 | HW_VAR_SWITCH_EPHY_WoWLAN, |
| 300 | HW_VAR_INT_MIGRATION, |
| 301 | HW_VAR_INT_AC, |
| 302 | HW_VAR_RF_TIMING, |
| 303 | |
| 304 | HW_VAR_MRC, |
| 305 | |
| 306 | HW_VAR_MGT_FILTER, |
| 307 | HW_VAR_CTRL_FILTER, |
| 308 | HW_VAR_DATA_FILTER, |
| 309 | }; |
| 310 | |
| 311 | enum _RT_MEDIA_STATUS { |
| 312 | RT_MEDIA_DISCONNECT = 0, |
| 313 | RT_MEDIA_CONNECT = 1 |
| 314 | }; |
| 315 | |
| 316 | enum rt_oem_id { |
| 317 | RT_CID_DEFAULT = 0, |
| 318 | RT_CID_8187_ALPHA0 = 1, |
| 319 | RT_CID_8187_SERCOMM_PS = 2, |
| 320 | RT_CID_8187_HW_LED = 3, |
| 321 | RT_CID_8187_NETGEAR = 4, |
| 322 | RT_CID_WHQL = 5, |
| 323 | RT_CID_819x_CAMEO = 6, |
| 324 | RT_CID_819x_RUNTOP = 7, |
| 325 | RT_CID_819x_Senao = 8, |
| 326 | RT_CID_TOSHIBA = 9, |
| 327 | RT_CID_819x_Netcore = 10, |
| 328 | RT_CID_Nettronix = 11, |
| 329 | RT_CID_DLINK = 12, |
| 330 | RT_CID_PRONET = 13, |
| 331 | RT_CID_COREGA = 14, |
| 332 | RT_CID_819x_ALPHA = 15, |
| 333 | RT_CID_819x_Sitecom = 16, |
| 334 | RT_CID_CCX = 17, |
| 335 | RT_CID_819x_Lenovo = 18, |
| 336 | RT_CID_819x_QMI = 19, |
| 337 | RT_CID_819x_Edimax_Belkin = 20, |
| 338 | RT_CID_819x_Sercomm_Belkin = 21, |
| 339 | RT_CID_819x_CAMEO1 = 22, |
| 340 | RT_CID_819x_MSI = 23, |
| 341 | RT_CID_819x_Acer = 24, |
| 342 | RT_CID_819x_HP = 27, |
| 343 | RT_CID_819x_CLEVO = 28, |
| 344 | RT_CID_819x_Arcadyan_Belkin = 29, |
| 345 | RT_CID_819x_SAMSUNG = 30, |
| 346 | RT_CID_819x_WNC_COREGA = 31, |
| 347 | RT_CID_819x_Foxcoon = 32, |
| 348 | RT_CID_819x_DELL = 33, |
| 349 | }; |
| 350 | |
| 351 | enum hw_descs { |
| 352 | HW_DESC_OWN, |
| 353 | HW_DESC_RXOWN, |
| 354 | HW_DESC_TX_NEXTDESC_ADDR, |
| 355 | HW_DESC_TXBUFF_ADDR, |
| 356 | HW_DESC_RXBUFF_ADDR, |
| 357 | HW_DESC_RXPKT_LEN, |
| 358 | HW_DESC_RXERO, |
| 359 | }; |
| 360 | |
| 361 | enum prime_sc { |
| 362 | PRIME_CHNL_OFFSET_DONT_CARE = 0, |
| 363 | PRIME_CHNL_OFFSET_LOWER = 1, |
| 364 | PRIME_CHNL_OFFSET_UPPER = 2, |
| 365 | }; |
| 366 | |
| 367 | enum rf_type { |
| 368 | RF_1T1R = 0, |
| 369 | RF_1T2R = 1, |
| 370 | RF_2T2R = 2, |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 371 | RF_2T2R_GREEN = 3, |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 372 | }; |
| 373 | |
| 374 | enum ht_channel_width { |
| 375 | HT_CHANNEL_WIDTH_20 = 0, |
| 376 | HT_CHANNEL_WIDTH_20_40 = 1, |
| 377 | }; |
| 378 | |
| 379 | /* Ref: 802.11i sepc D10.0 7.3.2.25.1 |
| 380 | Cipher Suites Encryption Algorithms */ |
| 381 | enum rt_enc_alg { |
| 382 | NO_ENCRYPTION = 0, |
| 383 | WEP40_ENCRYPTION = 1, |
| 384 | TKIP_ENCRYPTION = 2, |
| 385 | RSERVED_ENCRYPTION = 3, |
| 386 | AESCCMP_ENCRYPTION = 4, |
| 387 | WEP104_ENCRYPTION = 5, |
| 388 | }; |
| 389 | |
| 390 | enum rtl_hal_state { |
| 391 | _HAL_STATE_STOP = 0, |
| 392 | _HAL_STATE_START = 1, |
| 393 | }; |
| 394 | |
Larry Finger | 7ad0ce3 | 2011-08-22 16:50:14 -0500 | [diff] [blame] | 395 | enum rtl_desc92_rate { |
| 396 | DESC92_RATE1M = 0x00, |
| 397 | DESC92_RATE2M = 0x01, |
| 398 | DESC92_RATE5_5M = 0x02, |
| 399 | DESC92_RATE11M = 0x03, |
| 400 | |
| 401 | DESC92_RATE6M = 0x04, |
| 402 | DESC92_RATE9M = 0x05, |
| 403 | DESC92_RATE12M = 0x06, |
| 404 | DESC92_RATE18M = 0x07, |
| 405 | DESC92_RATE24M = 0x08, |
| 406 | DESC92_RATE36M = 0x09, |
| 407 | DESC92_RATE48M = 0x0a, |
| 408 | DESC92_RATE54M = 0x0b, |
| 409 | |
| 410 | DESC92_RATEMCS0 = 0x0c, |
| 411 | DESC92_RATEMCS1 = 0x0d, |
| 412 | DESC92_RATEMCS2 = 0x0e, |
| 413 | DESC92_RATEMCS3 = 0x0f, |
| 414 | DESC92_RATEMCS4 = 0x10, |
| 415 | DESC92_RATEMCS5 = 0x11, |
| 416 | DESC92_RATEMCS6 = 0x12, |
| 417 | DESC92_RATEMCS7 = 0x13, |
| 418 | DESC92_RATEMCS8 = 0x14, |
| 419 | DESC92_RATEMCS9 = 0x15, |
| 420 | DESC92_RATEMCS10 = 0x16, |
| 421 | DESC92_RATEMCS11 = 0x17, |
| 422 | DESC92_RATEMCS12 = 0x18, |
| 423 | DESC92_RATEMCS13 = 0x19, |
| 424 | DESC92_RATEMCS14 = 0x1a, |
| 425 | DESC92_RATEMCS15 = 0x1b, |
| 426 | DESC92_RATEMCS15_SG = 0x1c, |
| 427 | DESC92_RATEMCS32 = 0x20, |
| 428 | }; |
| 429 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 430 | enum rtl_var_map { |
| 431 | /*reg map */ |
| 432 | SYS_ISO_CTRL = 0, |
| 433 | SYS_FUNC_EN, |
| 434 | SYS_CLK, |
| 435 | MAC_RCR_AM, |
| 436 | MAC_RCR_AB, |
| 437 | MAC_RCR_ACRC32, |
| 438 | MAC_RCR_ACF, |
| 439 | MAC_RCR_AAP, |
| 440 | |
| 441 | /*efuse map */ |
| 442 | EFUSE_TEST, |
| 443 | EFUSE_CTRL, |
| 444 | EFUSE_CLK, |
| 445 | EFUSE_CLK_CTRL, |
| 446 | EFUSE_PWC_EV12V, |
| 447 | EFUSE_FEN_ELDR, |
| 448 | EFUSE_LOADER_CLK_EN, |
| 449 | EFUSE_ANA8M, |
| 450 | EFUSE_HWSET_MAX_SIZE, |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 451 | EFUSE_MAX_SECTION_MAP, |
| 452 | EFUSE_REAL_CONTENT_SIZE, |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 453 | |
| 454 | /*CAM map */ |
| 455 | RWCAM, |
| 456 | WCAMI, |
| 457 | RCAMO, |
| 458 | CAMDBG, |
| 459 | SECR, |
| 460 | SEC_CAM_NONE, |
| 461 | SEC_CAM_WEP40, |
| 462 | SEC_CAM_TKIP, |
| 463 | SEC_CAM_AES, |
| 464 | SEC_CAM_WEP104, |
| 465 | |
| 466 | /*IMR map */ |
| 467 | RTL_IMR_BCNDMAINT6, /*Beacon DMA Interrupt 6 */ |
| 468 | RTL_IMR_BCNDMAINT5, /*Beacon DMA Interrupt 5 */ |
| 469 | RTL_IMR_BCNDMAINT4, /*Beacon DMA Interrupt 4 */ |
| 470 | RTL_IMR_BCNDMAINT3, /*Beacon DMA Interrupt 3 */ |
| 471 | RTL_IMR_BCNDMAINT2, /*Beacon DMA Interrupt 2 */ |
| 472 | RTL_IMR_BCNDMAINT1, /*Beacon DMA Interrupt 1 */ |
| 473 | RTL_IMR_BCNDOK8, /*Beacon Queue DMA OK Interrup 8 */ |
| 474 | RTL_IMR_BCNDOK7, /*Beacon Queue DMA OK Interrup 7 */ |
| 475 | RTL_IMR_BCNDOK6, /*Beacon Queue DMA OK Interrup 6 */ |
| 476 | RTL_IMR_BCNDOK5, /*Beacon Queue DMA OK Interrup 5 */ |
| 477 | RTL_IMR_BCNDOK4, /*Beacon Queue DMA OK Interrup 4 */ |
| 478 | RTL_IMR_BCNDOK3, /*Beacon Queue DMA OK Interrup 3 */ |
| 479 | RTL_IMR_BCNDOK2, /*Beacon Queue DMA OK Interrup 2 */ |
| 480 | RTL_IMR_BCNDOK1, /*Beacon Queue DMA OK Interrup 1 */ |
| 481 | RTL_IMR_TIMEOUT2, /*Timeout interrupt 2 */ |
| 482 | RTL_IMR_TIMEOUT1, /*Timeout interrupt 1 */ |
| 483 | RTL_IMR_TXFOVW, /*Transmit FIFO Overflow */ |
| 484 | RTL_IMR_PSTIMEOUT, /*Power save time out interrupt */ |
| 485 | RTL_IMR_BcnInt, /*Beacon DMA Interrupt 0 */ |
| 486 | RTL_IMR_RXFOVW, /*Receive FIFO Overflow */ |
| 487 | RTL_IMR_RDU, /*Receive Descriptor Unavailable */ |
| 488 | RTL_IMR_ATIMEND, /*For 92C,ATIM Window End Interrupt */ |
| 489 | RTL_IMR_BDOK, /*Beacon Queue DMA OK Interrup */ |
| 490 | RTL_IMR_HIGHDOK, /*High Queue DMA OK Interrupt */ |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 491 | RTL_IMR_COMDOK, /*Command Queue DMA OK Interrupt*/ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 492 | RTL_IMR_TBDOK, /*Transmit Beacon OK interrup */ |
| 493 | RTL_IMR_MGNTDOK, /*Management Queue DMA OK Interrupt */ |
| 494 | RTL_IMR_TBDER, /*For 92C,Transmit Beacon Error Interrupt */ |
| 495 | RTL_IMR_BKDOK, /*AC_BK DMA OK Interrupt */ |
| 496 | RTL_IMR_BEDOK, /*AC_BE DMA OK Interrupt */ |
| 497 | RTL_IMR_VIDOK, /*AC_VI DMA OK Interrupt */ |
| 498 | RTL_IMR_VODOK, /*AC_VO DMA Interrupt */ |
| 499 | RTL_IMR_ROK, /*Receive DMA OK Interrupt */ |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 500 | RTL_IBSS_INT_MASKS, /*(RTL_IMR_BcnInt | RTL_IMR_TBDOK | |
| 501 | * RTL_IMR_TBDER) */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 502 | |
| 503 | /*CCK Rates, TxHT = 0 */ |
| 504 | RTL_RC_CCK_RATE1M, |
| 505 | RTL_RC_CCK_RATE2M, |
| 506 | RTL_RC_CCK_RATE5_5M, |
| 507 | RTL_RC_CCK_RATE11M, |
| 508 | |
| 509 | /*OFDM Rates, TxHT = 0 */ |
| 510 | RTL_RC_OFDM_RATE6M, |
| 511 | RTL_RC_OFDM_RATE9M, |
| 512 | RTL_RC_OFDM_RATE12M, |
| 513 | RTL_RC_OFDM_RATE18M, |
| 514 | RTL_RC_OFDM_RATE24M, |
| 515 | RTL_RC_OFDM_RATE36M, |
| 516 | RTL_RC_OFDM_RATE48M, |
| 517 | RTL_RC_OFDM_RATE54M, |
| 518 | |
| 519 | RTL_RC_HT_RATEMCS7, |
| 520 | RTL_RC_HT_RATEMCS15, |
| 521 | |
| 522 | /*keep it last */ |
| 523 | RTL_VAR_MAP_MAX, |
| 524 | }; |
| 525 | |
| 526 | /*Firmware PS mode for control LPS.*/ |
| 527 | enum _fw_ps_mode { |
| 528 | FW_PS_ACTIVE_MODE = 0, |
| 529 | FW_PS_MIN_MODE = 1, |
| 530 | FW_PS_MAX_MODE = 2, |
| 531 | FW_PS_DTIM_MODE = 3, |
| 532 | FW_PS_VOIP_MODE = 4, |
| 533 | FW_PS_UAPSD_WMM_MODE = 5, |
| 534 | FW_PS_UAPSD_MODE = 6, |
| 535 | FW_PS_IBSS_MODE = 7, |
| 536 | FW_PS_WWLAN_MODE = 8, |
| 537 | FW_PS_PM_Radio_Off = 9, |
| 538 | FW_PS_PM_Card_Disable = 10, |
| 539 | }; |
| 540 | |
| 541 | enum rt_psmode { |
| 542 | EACTIVE, /*Active/Continuous access. */ |
| 543 | EMAXPS, /*Max power save mode. */ |
| 544 | EFASTPS, /*Fast power save mode. */ |
| 545 | EAUTOPS, /*Auto power save mode. */ |
| 546 | }; |
| 547 | |
| 548 | /*LED related.*/ |
| 549 | enum led_ctl_mode { |
| 550 | LED_CTL_POWER_ON = 1, |
| 551 | LED_CTL_LINK = 2, |
| 552 | LED_CTL_NO_LINK = 3, |
| 553 | LED_CTL_TX = 4, |
| 554 | LED_CTL_RX = 5, |
| 555 | LED_CTL_SITE_SURVEY = 6, |
| 556 | LED_CTL_POWER_OFF = 7, |
| 557 | LED_CTL_START_TO_LINK = 8, |
| 558 | LED_CTL_START_WPS = 9, |
| 559 | LED_CTL_STOP_WPS = 10, |
| 560 | }; |
| 561 | |
| 562 | enum rtl_led_pin { |
| 563 | LED_PIN_GPIO0, |
| 564 | LED_PIN_LED0, |
| 565 | LED_PIN_LED1, |
| 566 | LED_PIN_LED2 |
| 567 | }; |
| 568 | |
| 569 | /*QoS related.*/ |
| 570 | /*acm implementation method.*/ |
| 571 | enum acm_method { |
| 572 | eAcmWay0_SwAndHw = 0, |
| 573 | eAcmWay1_HW = 1, |
| 574 | eAcmWay2_SW = 2, |
| 575 | }; |
| 576 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 577 | enum macphy_mode { |
| 578 | SINGLEMAC_SINGLEPHY = 0, |
| 579 | DUALMAC_DUALPHY, |
| 580 | DUALMAC_SINGLEPHY, |
| 581 | }; |
| 582 | |
| 583 | enum band_type { |
| 584 | BAND_ON_2_4G = 0, |
| 585 | BAND_ON_5G, |
| 586 | BAND_ON_BOTH, |
| 587 | BANDMAX |
| 588 | }; |
| 589 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 590 | /*aci/aifsn Field. |
| 591 | Ref: WMM spec 2.2.2: WME Parameter Element, p.12.*/ |
| 592 | union aci_aifsn { |
| 593 | u8 char_data; |
| 594 | |
| 595 | struct { |
| 596 | u8 aifsn:4; |
| 597 | u8 acm:1; |
| 598 | u8 aci:2; |
| 599 | u8 reserved:1; |
| 600 | } f; /* Field */ |
| 601 | }; |
| 602 | |
| 603 | /*mlme related.*/ |
| 604 | enum wireless_mode { |
| 605 | WIRELESS_MODE_UNKNOWN = 0x00, |
| 606 | WIRELESS_MODE_A = 0x01, |
| 607 | WIRELESS_MODE_B = 0x02, |
| 608 | WIRELESS_MODE_G = 0x04, |
| 609 | WIRELESS_MODE_AUTO = 0x08, |
| 610 | WIRELESS_MODE_N_24G = 0x10, |
| 611 | WIRELESS_MODE_N_5G = 0x20 |
| 612 | }; |
| 613 | |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 614 | #define IS_WIRELESS_MODE_A(wirelessmode) \ |
| 615 | (wirelessmode == WIRELESS_MODE_A) |
| 616 | #define IS_WIRELESS_MODE_B(wirelessmode) \ |
| 617 | (wirelessmode == WIRELESS_MODE_B) |
| 618 | #define IS_WIRELESS_MODE_G(wirelessmode) \ |
| 619 | (wirelessmode == WIRELESS_MODE_G) |
| 620 | #define IS_WIRELESS_MODE_N_24G(wirelessmode) \ |
| 621 | (wirelessmode == WIRELESS_MODE_N_24G) |
| 622 | #define IS_WIRELESS_MODE_N_5G(wirelessmode) \ |
| 623 | (wirelessmode == WIRELESS_MODE_N_5G) |
| 624 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 625 | enum ratr_table_mode { |
| 626 | RATR_INX_WIRELESS_NGB = 0, |
| 627 | RATR_INX_WIRELESS_NG = 1, |
| 628 | RATR_INX_WIRELESS_NB = 2, |
| 629 | RATR_INX_WIRELESS_N = 3, |
| 630 | RATR_INX_WIRELESS_GB = 4, |
| 631 | RATR_INX_WIRELESS_G = 5, |
| 632 | RATR_INX_WIRELESS_B = 6, |
| 633 | RATR_INX_WIRELESS_MC = 7, |
| 634 | RATR_INX_WIRELESS_A = 8, |
| 635 | }; |
| 636 | |
| 637 | enum rtl_link_state { |
| 638 | MAC80211_NOLINK = 0, |
| 639 | MAC80211_LINKING = 1, |
| 640 | MAC80211_LINKED = 2, |
| 641 | MAC80211_LINKED_SCANNING = 3, |
| 642 | }; |
| 643 | |
| 644 | enum act_category { |
| 645 | ACT_CAT_QOS = 1, |
| 646 | ACT_CAT_DLS = 2, |
| 647 | ACT_CAT_BA = 3, |
| 648 | ACT_CAT_HT = 7, |
| 649 | ACT_CAT_WMM = 17, |
| 650 | }; |
| 651 | |
| 652 | enum ba_action { |
| 653 | ACT_ADDBAREQ = 0, |
| 654 | ACT_ADDBARSP = 1, |
| 655 | ACT_DELBA = 2, |
| 656 | }; |
| 657 | |
| 658 | struct octet_string { |
| 659 | u8 *octet; |
| 660 | u16 length; |
| 661 | }; |
| 662 | |
| 663 | struct rtl_hdr_3addr { |
| 664 | __le16 frame_ctl; |
| 665 | __le16 duration_id; |
| 666 | u8 addr1[ETH_ALEN]; |
| 667 | u8 addr2[ETH_ALEN]; |
| 668 | u8 addr3[ETH_ALEN]; |
| 669 | __le16 seq_ctl; |
| 670 | u8 payload[0]; |
John W. Linville | e137478 | 2010-12-16 09:20:16 -0500 | [diff] [blame] | 671 | } __packed; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 672 | |
| 673 | struct rtl_info_element { |
| 674 | u8 id; |
| 675 | u8 len; |
| 676 | u8 data[0]; |
John W. Linville | e137478 | 2010-12-16 09:20:16 -0500 | [diff] [blame] | 677 | } __packed; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 678 | |
| 679 | struct rtl_probe_rsp { |
| 680 | struct rtl_hdr_3addr header; |
| 681 | u32 time_stamp[2]; |
| 682 | __le16 beacon_interval; |
| 683 | __le16 capability; |
| 684 | /*SSID, supported rates, FH params, DS params, |
| 685 | CF params, IBSS params, TIM (if beacon), RSN */ |
| 686 | struct rtl_info_element info_element[0]; |
John W. Linville | e137478 | 2010-12-16 09:20:16 -0500 | [diff] [blame] | 687 | } __packed; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 688 | |
| 689 | /*LED related.*/ |
| 690 | /*ledpin Identify how to implement this SW led.*/ |
| 691 | struct rtl_led { |
| 692 | void *hw; |
| 693 | enum rtl_led_pin ledpin; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 694 | bool ledon; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 695 | }; |
| 696 | |
| 697 | struct rtl_led_ctl { |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 698 | bool led_opendrain; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 699 | struct rtl_led sw_led0; |
| 700 | struct rtl_led sw_led1; |
| 701 | }; |
| 702 | |
| 703 | struct rtl_qos_parameters { |
| 704 | __le16 cw_min; |
| 705 | __le16 cw_max; |
| 706 | u8 aifs; |
| 707 | u8 flag; |
| 708 | __le16 tx_op; |
John W. Linville | e137478 | 2010-12-16 09:20:16 -0500 | [diff] [blame] | 709 | } __packed; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 710 | |
| 711 | struct rt_smooth_data { |
| 712 | u32 elements[100]; /*array to store values */ |
| 713 | u32 index; /*index to current array to store */ |
| 714 | u32 total_num; /*num of valid elements */ |
| 715 | u32 total_val; /*sum of valid elements */ |
| 716 | }; |
| 717 | |
| 718 | struct false_alarm_statistics { |
| 719 | u32 cnt_parity_fail; |
| 720 | u32 cnt_rate_illegal; |
| 721 | u32 cnt_crc8_fail; |
| 722 | u32 cnt_mcs_fail; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 723 | u32 cnt_fast_fsync_fail; |
| 724 | u32 cnt_sb_search_fail; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 725 | u32 cnt_ofdm_fail; |
| 726 | u32 cnt_cck_fail; |
| 727 | u32 cnt_all; |
| 728 | }; |
| 729 | |
| 730 | struct init_gain { |
| 731 | u8 xaagccore1; |
| 732 | u8 xbagccore1; |
| 733 | u8 xcagccore1; |
| 734 | u8 xdagccore1; |
| 735 | u8 cca; |
| 736 | |
| 737 | }; |
| 738 | |
| 739 | struct wireless_stats { |
| 740 | unsigned long txbytesunicast; |
| 741 | unsigned long txbytesmulticast; |
| 742 | unsigned long txbytesbroadcast; |
| 743 | unsigned long rxbytesunicast; |
| 744 | |
| 745 | long rx_snr_db[4]; |
| 746 | /*Correct smoothed ss in Dbm, only used |
| 747 | in driver to report real power now. */ |
| 748 | long recv_signal_power; |
| 749 | long signal_quality; |
| 750 | long last_sigstrength_inpercent; |
| 751 | |
| 752 | u32 rssi_calculate_cnt; |
| 753 | |
| 754 | /*Transformed, in dbm. Beautified signal |
| 755 | strength for UI, not correct. */ |
| 756 | long signal_strength; |
| 757 | |
| 758 | u8 rx_rssi_percentage[4]; |
| 759 | u8 rx_evm_percentage[2]; |
| 760 | |
| 761 | struct rt_smooth_data ui_rssi; |
| 762 | struct rt_smooth_data ui_link_quality; |
| 763 | }; |
| 764 | |
| 765 | struct rate_adaptive { |
| 766 | u8 rate_adaptive_disabled; |
| 767 | u8 ratr_state; |
| 768 | u16 reserve; |
| 769 | |
| 770 | u32 high_rssi_thresh_for_ra; |
| 771 | u32 high2low_rssi_thresh_for_ra; |
| 772 | u8 low2high_rssi_thresh_for_ra40m; |
| 773 | u32 low_rssi_thresh_for_ra40M; |
| 774 | u8 low2high_rssi_thresh_for_ra20m; |
| 775 | u32 low_rssi_thresh_for_ra20M; |
| 776 | u32 upper_rssi_threshold_ratr; |
| 777 | u32 middleupper_rssi_threshold_ratr; |
| 778 | u32 middle_rssi_threshold_ratr; |
| 779 | u32 middlelow_rssi_threshold_ratr; |
| 780 | u32 low_rssi_threshold_ratr; |
| 781 | u32 ultralow_rssi_threshold_ratr; |
| 782 | u32 low_rssi_threshold_ratr_40m; |
| 783 | u32 low_rssi_threshold_ratr_20m; |
| 784 | u8 ping_rssi_enable; |
| 785 | u32 ping_rssi_ratr; |
| 786 | u32 ping_rssi_thresh_for_ra; |
| 787 | u32 last_ratr; |
| 788 | u8 pre_ratr_state; |
| 789 | }; |
| 790 | |
| 791 | struct regd_pair_mapping { |
| 792 | u16 reg_dmnenum; |
| 793 | u16 reg_5ghz_ctl; |
| 794 | u16 reg_2ghz_ctl; |
| 795 | }; |
| 796 | |
| 797 | struct rtl_regulatory { |
| 798 | char alpha2[2]; |
| 799 | u16 country_code; |
| 800 | u16 max_power_level; |
| 801 | u32 tp_scale; |
| 802 | u16 current_rd; |
| 803 | u16 current_rd_ext; |
| 804 | int16_t power_limit; |
| 805 | struct regd_pair_mapping *regpair; |
| 806 | }; |
| 807 | |
| 808 | struct rtl_rfkill { |
| 809 | bool rfkill_state; /*0 is off, 1 is on */ |
| 810 | }; |
| 811 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 812 | #define IQK_MATRIX_REG_NUM 8 |
| 813 | #define IQK_MATRIX_SETTINGS_NUM (1 + 24 + 21) |
| 814 | struct iqk_matrix_regs { |
Larry Finger | 3247328 | 2011-03-27 16:19:57 -0500 | [diff] [blame] | 815 | bool iqk_done; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 816 | long value[1][IQK_MATRIX_REG_NUM]; |
| 817 | }; |
| 818 | |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 819 | struct phy_parameters { |
| 820 | u16 length; |
| 821 | u32 *pdata; |
| 822 | }; |
| 823 | |
| 824 | enum hw_param_tab_index { |
| 825 | PHY_REG_2T, |
| 826 | PHY_REG_1T, |
| 827 | PHY_REG_PG, |
| 828 | RADIOA_2T, |
| 829 | RADIOB_2T, |
| 830 | RADIOA_1T, |
| 831 | RADIOB_1T, |
| 832 | MAC_REG, |
| 833 | AGCTAB_2T, |
| 834 | AGCTAB_1T, |
| 835 | MAX_TAB |
| 836 | }; |
| 837 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 838 | struct rtl_phy { |
| 839 | struct bb_reg_def phyreg_def[4]; /*Radio A/B/C/D */ |
| 840 | struct init_gain initgain_backup; |
| 841 | enum io_type current_io_type; |
| 842 | |
| 843 | u8 rf_mode; |
| 844 | u8 rf_type; |
| 845 | u8 current_chan_bw; |
| 846 | u8 set_bwmode_inprogress; |
| 847 | u8 sw_chnl_inprogress; |
| 848 | u8 sw_chnl_stage; |
| 849 | u8 sw_chnl_step; |
| 850 | u8 current_channel; |
| 851 | u8 h2c_box_num; |
| 852 | u8 set_io_inprogress; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 853 | u8 lck_inprogress; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 854 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 855 | /* record for power tracking */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 856 | s32 reg_e94; |
| 857 | s32 reg_e9c; |
| 858 | s32 reg_ea4; |
| 859 | s32 reg_eac; |
| 860 | s32 reg_eb4; |
| 861 | s32 reg_ebc; |
| 862 | s32 reg_ec4; |
| 863 | s32 reg_ecc; |
| 864 | u8 rfpienable; |
| 865 | u8 reserve_0; |
| 866 | u16 reserve_1; |
| 867 | u32 reg_c04, reg_c08, reg_874; |
| 868 | u32 adda_backup[16]; |
| 869 | u32 iqk_mac_backup[IQK_MAC_REG_NUM]; |
| 870 | u32 iqk_bb_backup[10]; |
| 871 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 872 | /* Dual mac */ |
| 873 | bool need_iqk; |
| 874 | struct iqk_matrix_regs iqk_matrix_regsetting[IQK_MATRIX_SETTINGS_NUM]; |
| 875 | |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 876 | bool rfpi_enable; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 877 | |
| 878 | u8 pwrgroup_cnt; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 879 | u8 cck_high_power; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 880 | /* MAX_PG_GROUP groups of pwr diff by rates */ |
| 881 | u32 mcs_txpwrlevel_origoffset[MAX_PG_GROUP][16]; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 882 | u8 default_initialgain[4]; |
| 883 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 884 | /* the current Tx power level */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 885 | u8 cur_cck_txpwridx; |
| 886 | u8 cur_ofdm24g_txpwridx; |
| 887 | |
| 888 | u32 rfreg_chnlval[2]; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 889 | bool apk_done; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 890 | u32 reg_rf3c[2]; /* pathA / pathB */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 891 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 892 | /* bfsync */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 893 | u8 framesync; |
| 894 | u32 framesync_c34; |
| 895 | |
| 896 | u8 num_total_rfpath; |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 897 | struct phy_parameters hwparam_tables[MAX_TAB]; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 898 | u16 rf_pathmap; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 899 | }; |
| 900 | |
| 901 | #define MAX_TID_COUNT 9 |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 902 | #define RTL_AGG_STOP 0 |
| 903 | #define RTL_AGG_PROGRESS 1 |
| 904 | #define RTL_AGG_START 2 |
| 905 | #define RTL_AGG_OPERATIONAL 3 |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 906 | #define RTL_AGG_OFF 0 |
| 907 | #define RTL_AGG_ON 1 |
| 908 | #define RTL_AGG_EMPTYING_HW_QUEUE_ADDBA 2 |
| 909 | #define RTL_AGG_EMPTYING_HW_QUEUE_DELBA 3 |
| 910 | |
| 911 | struct rtl_ht_agg { |
| 912 | u16 txq_id; |
| 913 | u16 wait_for_ba; |
| 914 | u16 start_idx; |
| 915 | u64 bitmap; |
| 916 | u32 rate_n_flags; |
| 917 | u8 agg_state; |
| 918 | }; |
| 919 | |
| 920 | struct rtl_tid_data { |
| 921 | u16 seq_number; |
| 922 | struct rtl_ht_agg agg; |
| 923 | }; |
| 924 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 925 | struct rtl_sta_info { |
| 926 | u8 ratr_index; |
| 927 | u8 wireless_mode; |
| 928 | u8 mimo_ps; |
| 929 | struct rtl_tid_data tids[MAX_TID_COUNT]; |
| 930 | } __packed; |
| 931 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 932 | struct rtl_priv; |
| 933 | struct rtl_io { |
| 934 | struct device *dev; |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 935 | struct mutex bb_mutex; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 936 | |
| 937 | /*PCI MEM map */ |
| 938 | unsigned long pci_mem_end; /*shared mem end */ |
| 939 | unsigned long pci_mem_start; /*shared mem start */ |
| 940 | |
| 941 | /*PCI IO map */ |
| 942 | unsigned long pci_base_addr; /*device I/O address */ |
| 943 | |
| 944 | void (*write8_async) (struct rtl_priv *rtlpriv, u32 addr, u8 val); |
Larry Finger | ffca287 | 2011-09-27 00:48:21 -0500 | [diff] [blame] | 945 | void (*write16_async) (struct rtl_priv *rtlpriv, u32 addr, __le16 val); |
| 946 | void (*write32_async) (struct rtl_priv *rtlpriv, u32 addr, __le32 val); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 947 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 948 | u8(*read8_sync) (struct rtl_priv *rtlpriv, u32 addr); |
| 949 | u16(*read16_sync) (struct rtl_priv *rtlpriv, u32 addr); |
| 950 | u32(*read32_sync) (struct rtl_priv *rtlpriv, u32 addr); |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 951 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 952 | }; |
| 953 | |
| 954 | struct rtl_mac { |
| 955 | u8 mac_addr[ETH_ALEN]; |
| 956 | u8 mac80211_registered; |
| 957 | u8 beacon_enabled; |
| 958 | |
| 959 | u32 tx_ss_num; |
| 960 | u32 rx_ss_num; |
| 961 | |
| 962 | struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS]; |
| 963 | struct ieee80211_hw *hw; |
| 964 | struct ieee80211_vif *vif; |
| 965 | enum nl80211_iftype opmode; |
| 966 | |
| 967 | /*Probe Beacon management */ |
| 968 | struct rtl_tid_data tids[MAX_TID_COUNT]; |
| 969 | enum rtl_link_state link_state; |
| 970 | |
| 971 | int n_channels; |
| 972 | int n_bitrates; |
| 973 | |
Mike McCormack | 9c05044 | 2011-06-20 10:44:58 +0900 | [diff] [blame] | 974 | bool offchan_delay; |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 975 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 976 | /*filters */ |
| 977 | u32 rx_conf; |
| 978 | u16 rx_mgt_filter; |
| 979 | u16 rx_ctrl_filter; |
| 980 | u16 rx_data_filter; |
| 981 | |
| 982 | bool act_scanning; |
| 983 | u8 cnt_after_linked; |
| 984 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 985 | /* early mode */ |
| 986 | /* skb wait queue */ |
| 987 | struct sk_buff_head skb_waitq[MAX_TID_COUNT]; |
| 988 | u8 earlymode_threshold; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 989 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 990 | /*RDG*/ |
| 991 | bool rdg_en; |
| 992 | |
| 993 | /*AP*/ |
| 994 | u8 bssid[6]; |
| 995 | u32 vendor; |
| 996 | u8 mcs[16]; /* 16 bytes mcs for HT rates. */ |
| 997 | u32 basic_rates; /* b/g rates */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 998 | u8 ht_enable; |
| 999 | u8 sgi_40; |
| 1000 | u8 sgi_20; |
| 1001 | u8 bw_40; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1002 | u8 mode; /* wireless mode */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1003 | u8 slot_time; |
| 1004 | u8 short_preamble; |
| 1005 | u8 use_cts_protect; |
| 1006 | u8 cur_40_prime_sc; |
| 1007 | u8 cur_40_prime_sc_bk; |
| 1008 | u64 tsf; |
| 1009 | u8 retry_short; |
| 1010 | u8 retry_long; |
| 1011 | u16 assoc_id; |
| 1012 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1013 | /*IBSS*/ |
| 1014 | int beacon_interval; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1015 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1016 | /*AMPDU*/ |
| 1017 | u8 min_space_cfg; /*For Min spacing configurations */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1018 | u8 max_mss_density; |
| 1019 | u8 current_ampdu_factor; |
| 1020 | u8 current_ampdu_density; |
| 1021 | |
| 1022 | /*QOS & EDCA */ |
| 1023 | struct ieee80211_tx_queue_params edca_param[RTL_MAC80211_NUM_QUEUE]; |
| 1024 | struct rtl_qos_parameters ac[AC_MAX]; |
| 1025 | }; |
| 1026 | |
| 1027 | struct rtl_hal { |
| 1028 | struct ieee80211_hw *hw; |
| 1029 | |
| 1030 | enum intf_type interface; |
| 1031 | u16 hw_type; /*92c or 92d or 92s and so on */ |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1032 | u8 ic_class; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1033 | u8 oem_id; |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1034 | u32 version; /*version of chip */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1035 | u8 state; /*stop 0, start 1 */ |
| 1036 | |
| 1037 | /*firmware */ |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1038 | u32 fwsize; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1039 | u8 *pfirmware; |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1040 | u16 fw_version; |
| 1041 | u16 fw_subversion; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1042 | bool h2c_setinprogress; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1043 | u8 last_hmeboxnum; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1044 | bool fw_ready; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1045 | /*Reserve page start offset except beacon in TxQ. */ |
| 1046 | u8 fw_rsvdpage_startoffset; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1047 | u8 h2c_txcmd_seq; |
| 1048 | |
| 1049 | /* FW Cmd IO related */ |
| 1050 | u16 fwcmd_iomap; |
| 1051 | u32 fwcmd_ioparam; |
| 1052 | bool set_fwcmd_inprogress; |
| 1053 | u8 current_fwcmd_io; |
| 1054 | |
| 1055 | /**/ |
| 1056 | bool driver_going2unload; |
| 1057 | |
| 1058 | /*AMPDU init min space*/ |
| 1059 | u8 minspace_cfg; /*For Min spacing configurations */ |
| 1060 | |
| 1061 | /* Dual mac */ |
| 1062 | enum macphy_mode macphymode; |
| 1063 | enum band_type current_bandtype; /* 0:2.4G, 1:5G */ |
| 1064 | enum band_type current_bandtypebackup; |
| 1065 | enum band_type bandset; |
| 1066 | /* dual MAC 0--Mac0 1--Mac1 */ |
| 1067 | u32 interfaceindex; |
| 1068 | /* just for DualMac S3S4 */ |
| 1069 | u8 macphyctl_reg; |
| 1070 | bool earlymode_enable; |
| 1071 | /* Dual mac*/ |
| 1072 | bool during_mac0init_radiob; |
| 1073 | bool during_mac1init_radioa; |
| 1074 | bool reloadtxpowerindex; |
| 1075 | /* True if IMR or IQK have done |
| 1076 | for 2.4G in scan progress */ |
| 1077 | bool load_imrandiqk_setting_for2g; |
| 1078 | |
| 1079 | bool disable_amsdu_8k; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1080 | }; |
| 1081 | |
| 1082 | struct rtl_security { |
| 1083 | /*default 0 */ |
| 1084 | bool use_sw_sec; |
| 1085 | |
| 1086 | bool being_setkey; |
| 1087 | bool use_defaultkey; |
| 1088 | /*Encryption Algorithm for Unicast Packet */ |
| 1089 | enum rt_enc_alg pairwise_enc_algorithm; |
| 1090 | /*Encryption Algorithm for Brocast/Multicast */ |
| 1091 | enum rt_enc_alg group_enc_algorithm; |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1092 | /*Cam Entry Bitmap */ |
| 1093 | u32 hwsec_cam_bitmap; |
| 1094 | u8 hwsec_cam_sta_addr[TOTAL_CAM_ENTRY][ETH_ALEN]; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1095 | /*local Key buffer, indx 0 is for |
| 1096 | pairwise key 1-4 is for agoup key. */ |
| 1097 | u8 key_buf[KEY_BUF_SIZE][MAX_KEY_LEN]; |
| 1098 | u8 key_len[KEY_BUF_SIZE]; |
| 1099 | |
| 1100 | /*The pointer of Pairwise Key, |
| 1101 | it always points to KeyBuf[4] */ |
| 1102 | u8 *pairwise_key; |
| 1103 | }; |
| 1104 | |
| 1105 | struct rtl_dm { |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1106 | /*PHY status for Dynamic Management */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1107 | long entry_min_undecoratedsmoothed_pwdb; |
| 1108 | long undecorated_smoothed_pwdb; /*out dm */ |
| 1109 | long entry_max_undecoratedsmoothed_pwdb; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1110 | bool dm_initialgain_enable; |
| 1111 | bool dynamic_txpower_enable; |
| 1112 | bool current_turbo_edca; |
| 1113 | bool is_any_nonbepkts; /*out dm */ |
| 1114 | bool is_cur_rdlstate; |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1115 | bool txpower_trackinginit; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1116 | bool disable_framebursting; |
| 1117 | bool cck_inch14; |
| 1118 | bool txpower_tracking; |
| 1119 | bool useramask; |
| 1120 | bool rfpath_rxenable[4]; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1121 | bool inform_fw_driverctrldm; |
| 1122 | bool current_mrc_switch; |
| 1123 | u8 txpowercount; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1124 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1125 | u8 thermalvalue_rxgain; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1126 | u8 thermalvalue_iqk; |
| 1127 | u8 thermalvalue_lck; |
| 1128 | u8 thermalvalue; |
| 1129 | u8 last_dtp_lvl; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1130 | u8 thermalvalue_avg[AVG_THERMAL_NUM]; |
| 1131 | u8 thermalvalue_avg_index; |
| 1132 | bool done_txpower; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1133 | u8 dynamic_txhighpower_lvl; /*Tx high power level */ |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1134 | u8 dm_flag; /*Indicate each dynamic mechanism's status. */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1135 | u8 dm_type; |
| 1136 | u8 txpower_track_control; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1137 | bool interrupt_migration; |
| 1138 | bool disable_tx_int; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1139 | char ofdm_index[2]; |
| 1140 | char cck_index; |
| 1141 | }; |
| 1142 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1143 | #define EFUSE_MAX_LOGICAL_SIZE 256 |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1144 | |
| 1145 | struct rtl_efuse { |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1146 | bool autoLoad_ok; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1147 | bool bootfromefuse; |
| 1148 | u16 max_physical_size; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1149 | |
| 1150 | u8 efuse_map[2][EFUSE_MAX_LOGICAL_SIZE]; |
| 1151 | u16 efuse_usedbytes; |
| 1152 | u8 efuse_usedpercentage; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1153 | #ifdef EFUSE_REPG_WORKAROUND |
| 1154 | bool efuse_re_pg_sec1flag; |
| 1155 | u8 efuse_re_pg_data[8]; |
| 1156 | #endif |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1157 | |
| 1158 | u8 autoload_failflag; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1159 | u8 autoload_status; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1160 | |
| 1161 | short epromtype; |
| 1162 | u16 eeprom_vid; |
| 1163 | u16 eeprom_did; |
| 1164 | u16 eeprom_svid; |
| 1165 | u16 eeprom_smid; |
| 1166 | u8 eeprom_oemid; |
| 1167 | u16 eeprom_channelplan; |
| 1168 | u8 eeprom_version; |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1169 | u8 board_type; |
| 1170 | u8 external_pa; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1171 | |
| 1172 | u8 dev_addr[6]; |
| 1173 | |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1174 | bool txpwr_fromeprom; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1175 | u8 eeprom_crystalcap; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1176 | u8 eeprom_tssi[2]; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1177 | u8 eeprom_tssi_5g[3][2]; /* for 5GL/5GM/5GH band. */ |
| 1178 | u8 eeprom_pwrlimit_ht20[CHANNEL_GROUP_MAX]; |
| 1179 | u8 eeprom_pwrlimit_ht40[CHANNEL_GROUP_MAX]; |
| 1180 | u8 eeprom_chnlarea_txpwr_cck[2][CHANNEL_GROUP_MAX_2G]; |
| 1181 | u8 eeprom_chnlarea_txpwr_ht40_1s[2][CHANNEL_GROUP_MAX]; |
| 1182 | u8 eeprom_chnlarea_txpwr_ht40_2sdiif[2][CHANNEL_GROUP_MAX]; |
| 1183 | u8 txpwrlevel_cck[2][CHANNEL_MAX_NUMBER_2G]; |
| 1184 | u8 txpwrlevel_ht40_1s[2][CHANNEL_MAX_NUMBER]; /*For HT 40MHZ pwr */ |
| 1185 | u8 txpwrlevel_ht40_2s[2][CHANNEL_MAX_NUMBER]; /*For HT 40MHZ pwr */ |
| 1186 | |
| 1187 | u8 internal_pa_5g[2]; /* pathA / pathB */ |
| 1188 | u8 eeprom_c9; |
| 1189 | u8 eeprom_cc; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1190 | |
| 1191 | /*For power group */ |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1192 | u8 eeprom_pwrgroup[2][3]; |
| 1193 | u8 pwrgroup_ht20[2][CHANNEL_MAX_NUMBER]; |
| 1194 | u8 pwrgroup_ht40[2][CHANNEL_MAX_NUMBER]; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1195 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1196 | char txpwr_ht20diff[2][CHANNEL_MAX_NUMBER]; /*HT 20<->40 Pwr diff */ |
| 1197 | /*For HT<->legacy pwr diff*/ |
| 1198 | u8 txpwr_legacyhtdiff[2][CHANNEL_MAX_NUMBER]; |
| 1199 | u8 txpwr_safetyflag; /* Band edge enable flag */ |
| 1200 | u16 eeprom_txpowerdiff; |
| 1201 | u8 legacy_httxpowerdiff; /* Legacy to HT rate power diff */ |
| 1202 | u8 antenna_txpwdiff[3]; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1203 | |
| 1204 | u8 eeprom_regulatory; |
| 1205 | u8 eeprom_thermalmeter; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1206 | u8 thermalmeter[2]; /*ThermalMeter, index 0 for RFIC0, 1 for RFIC1 */ |
| 1207 | u16 tssi_13dbm; |
| 1208 | u8 crystalcap; /* CrystalCap. */ |
| 1209 | u8 delta_iqk; |
| 1210 | u8 delta_lck; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1211 | |
| 1212 | u8 legacy_ht_txpowerdiff; /*Legacy to HT rate power diff */ |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1213 | bool apk_thermalmeterignore; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1214 | |
| 1215 | bool b1x1_recvcombine; |
| 1216 | bool b1ss_support; |
| 1217 | |
| 1218 | /*channel plan */ |
| 1219 | u8 channel_plan; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1220 | }; |
| 1221 | |
| 1222 | struct rtl_ps_ctl { |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1223 | bool pwrdomain_protect; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1224 | bool in_powersavemode; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1225 | bool rfchange_inprogress; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1226 | bool swrf_processing; |
| 1227 | bool hwradiooff; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1228 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1229 | /* |
| 1230 | * just for PCIE ASPM |
| 1231 | * If it supports ASPM, Offset[560h] = 0x40, |
| 1232 | * otherwise Offset[560h] = 0x00. |
| 1233 | * */ |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1234 | bool support_aspm; |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1235 | |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1236 | bool support_backdoor; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1237 | |
| 1238 | /*for LPS */ |
| 1239 | enum rt_psmode dot11_psmode; /*Power save mode configured. */ |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1240 | bool swctrl_lps; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1241 | bool leisure_ps; |
| 1242 | bool fwctrl_lps; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1243 | u8 fwctrl_psmode; |
| 1244 | /*For Fw control LPS mode */ |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1245 | u8 reg_fwctrl_lps; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1246 | /*Record Fw PS mode status. */ |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1247 | bool fw_current_inpsmode; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1248 | u8 reg_max_lps_awakeintvl; |
| 1249 | bool report_linked; |
| 1250 | |
| 1251 | /*for IPS */ |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1252 | bool inactiveps; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1253 | |
| 1254 | u32 rfoff_reason; |
| 1255 | |
| 1256 | /*RF OFF Level */ |
| 1257 | u32 cur_ps_level; |
| 1258 | u32 reg_rfps_level; |
| 1259 | |
| 1260 | /*just for PCIE ASPM */ |
| 1261 | u8 const_amdpci_aspm; |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1262 | bool pwrdown_mode; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1263 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1264 | enum rf_pwrstate inactive_pwrstate; |
| 1265 | enum rf_pwrstate rfpwr_state; /*cur power state */ |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1266 | |
| 1267 | /* for SW LPS*/ |
| 1268 | bool sw_ps_enabled; |
| 1269 | bool state; |
| 1270 | bool state_inap; |
| 1271 | bool multi_buffered; |
| 1272 | u16 nullfunc_seq; |
| 1273 | unsigned int dtim_counter; |
| 1274 | unsigned int sleep_ms; |
| 1275 | unsigned long last_sleep_jiffies; |
| 1276 | unsigned long last_awake_jiffies; |
| 1277 | unsigned long last_delaylps_stamp_jiffies; |
| 1278 | unsigned long last_dtim; |
| 1279 | unsigned long last_beacon; |
| 1280 | unsigned long last_action; |
| 1281 | unsigned long last_slept; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1282 | }; |
| 1283 | |
| 1284 | struct rtl_stats { |
| 1285 | u32 mac_time[2]; |
| 1286 | s8 rssi; |
| 1287 | u8 signal; |
| 1288 | u8 noise; |
| 1289 | u16 rate; /*in 100 kbps */ |
| 1290 | u8 received_channel; |
| 1291 | u8 control; |
| 1292 | u8 mask; |
| 1293 | u8 freq; |
| 1294 | u16 len; |
| 1295 | u64 tsf; |
| 1296 | u32 beacon_time; |
| 1297 | u8 nic_type; |
| 1298 | u16 length; |
| 1299 | u8 signalquality; /*in 0-100 index. */ |
| 1300 | /* |
| 1301 | * Real power in dBm for this packet, |
| 1302 | * no beautification and aggregation. |
| 1303 | * */ |
| 1304 | s32 recvsignalpower; |
| 1305 | s8 rxpower; /*in dBm Translate from PWdB */ |
| 1306 | u8 signalstrength; /*in 0-100 index. */ |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1307 | u16 hwerror:1; |
| 1308 | u16 crc:1; |
| 1309 | u16 icv:1; |
| 1310 | u16 shortpreamble:1; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1311 | u16 antenna:1; |
| 1312 | u16 decrypted:1; |
| 1313 | u16 wakeup:1; |
| 1314 | u32 timestamp_low; |
| 1315 | u32 timestamp_high; |
| 1316 | |
| 1317 | u8 rx_drvinfo_size; |
| 1318 | u8 rx_bufshift; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1319 | bool isampdu; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1320 | bool isfirst_ampdu; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1321 | bool rx_is40Mhzpacket; |
| 1322 | u32 rx_pwdb_all; |
| 1323 | u8 rx_mimo_signalstrength[4]; /*in 0~100 index */ |
| 1324 | s8 rx_mimo_signalquality[2]; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1325 | bool packet_matchbssid; |
| 1326 | bool is_cck; |
| 1327 | bool packet_toself; |
| 1328 | bool packet_beacon; /*for rssi */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1329 | char cck_adc_pwdb[4]; /*for rx path selection */ |
| 1330 | }; |
| 1331 | |
| 1332 | struct rt_link_detect { |
| 1333 | u32 num_tx_in4period[4]; |
| 1334 | u32 num_rx_in4period[4]; |
| 1335 | |
| 1336 | u32 num_tx_inperiod; |
| 1337 | u32 num_rx_inperiod; |
| 1338 | |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1339 | bool busytraffic; |
| 1340 | bool higher_busytraffic; |
| 1341 | bool higher_busyrxtraffic; |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1342 | |
| 1343 | u32 tidtx_in4period[MAX_TID_COUNT][4]; |
| 1344 | u32 tidtx_inperiod[MAX_TID_COUNT]; |
| 1345 | bool higher_busytxtraffic[MAX_TID_COUNT]; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1346 | }; |
| 1347 | |
| 1348 | struct rtl_tcb_desc { |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1349 | u8 packet_bw:1; |
| 1350 | u8 multicast:1; |
| 1351 | u8 broadcast:1; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1352 | |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1353 | u8 rts_stbc:1; |
| 1354 | u8 rts_enable:1; |
| 1355 | u8 cts_enable:1; |
| 1356 | u8 rts_use_shortpreamble:1; |
| 1357 | u8 rts_use_shortgi:1; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1358 | u8 rts_sc:1; |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1359 | u8 rts_bw:1; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1360 | u8 rts_rate; |
| 1361 | |
| 1362 | u8 use_shortgi:1; |
| 1363 | u8 use_shortpreamble:1; |
| 1364 | u8 use_driver_rate:1; |
| 1365 | u8 disable_ratefallback:1; |
| 1366 | |
| 1367 | u8 ratr_index; |
| 1368 | u8 mac_id; |
| 1369 | u8 hw_rate; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1370 | |
| 1371 | u8 last_inipkt:1; |
| 1372 | u8 cmd_or_init:1; |
| 1373 | u8 queue_index; |
| 1374 | |
| 1375 | /* early mode */ |
| 1376 | u8 empkt_num; |
| 1377 | /* The max value by HW */ |
| 1378 | u32 empkt_len[5]; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1379 | }; |
| 1380 | |
| 1381 | struct rtl_hal_ops { |
| 1382 | int (*init_sw_vars) (struct ieee80211_hw *hw); |
| 1383 | void (*deinit_sw_vars) (struct ieee80211_hw *hw); |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 1384 | void (*read_chip_version)(struct ieee80211_hw *hw); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1385 | void (*read_eeprom_info) (struct ieee80211_hw *hw); |
| 1386 | void (*interrupt_recognized) (struct ieee80211_hw *hw, |
| 1387 | u32 *p_inta, u32 *p_intb); |
| 1388 | int (*hw_init) (struct ieee80211_hw *hw); |
| 1389 | void (*hw_disable) (struct ieee80211_hw *hw); |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1390 | void (*hw_suspend) (struct ieee80211_hw *hw); |
| 1391 | void (*hw_resume) (struct ieee80211_hw *hw); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1392 | void (*enable_interrupt) (struct ieee80211_hw *hw); |
| 1393 | void (*disable_interrupt) (struct ieee80211_hw *hw); |
| 1394 | int (*set_network_type) (struct ieee80211_hw *hw, |
| 1395 | enum nl80211_iftype type); |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1396 | void (*set_chk_bssid)(struct ieee80211_hw *hw, |
| 1397 | bool check_bssid); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1398 | void (*set_bw_mode) (struct ieee80211_hw *hw, |
| 1399 | enum nl80211_channel_type ch_type); |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1400 | u8(*switch_channel) (struct ieee80211_hw *hw); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1401 | void (*set_qos) (struct ieee80211_hw *hw, int aci); |
| 1402 | void (*set_bcn_reg) (struct ieee80211_hw *hw); |
| 1403 | void (*set_bcn_intv) (struct ieee80211_hw *hw); |
| 1404 | void (*update_interrupt_mask) (struct ieee80211_hw *hw, |
| 1405 | u32 add_msr, u32 rm_msr); |
| 1406 | void (*get_hw_reg) (struct ieee80211_hw *hw, u8 variable, u8 *val); |
| 1407 | void (*set_hw_reg) (struct ieee80211_hw *hw, u8 variable, u8 *val); |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1408 | void (*update_rate_tbl) (struct ieee80211_hw *hw, |
| 1409 | struct ieee80211_sta *sta, u8 rssi_level); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1410 | void (*update_rate_mask) (struct ieee80211_hw *hw, u8 rssi_level); |
| 1411 | void (*fill_tx_desc) (struct ieee80211_hw *hw, |
| 1412 | struct ieee80211_hdr *hdr, u8 *pdesc_tx, |
| 1413 | struct ieee80211_tx_info *info, |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1414 | struct sk_buff *skb, u8 hw_queue, |
| 1415 | struct rtl_tcb_desc *ptcb_desc); |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1416 | void (*fill_fake_txdesc) (struct ieee80211_hw *hw, u8 *pDesc, |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1417 | u32 buffer_len, bool bIsPsPoll); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1418 | void (*fill_tx_cmddesc) (struct ieee80211_hw *hw, u8 *pdesc, |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1419 | bool firstseg, bool lastseg, |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1420 | struct sk_buff *skb); |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 1421 | bool (*cmd_send_packet)(struct ieee80211_hw *hw, struct sk_buff *skb); |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1422 | bool (*query_rx_desc) (struct ieee80211_hw *hw, |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1423 | struct rtl_stats *stats, |
| 1424 | struct ieee80211_rx_status *rx_status, |
| 1425 | u8 *pdesc, struct sk_buff *skb); |
| 1426 | void (*set_channel_access) (struct ieee80211_hw *hw); |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1427 | bool (*radio_onoff_checking) (struct ieee80211_hw *hw, u8 *valid); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1428 | void (*dm_watchdog) (struct ieee80211_hw *hw); |
| 1429 | void (*scan_operation_backup) (struct ieee80211_hw *hw, u8 operation); |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1430 | bool (*set_rf_power_state) (struct ieee80211_hw *hw, |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1431 | enum rf_pwrstate rfpwr_state); |
| 1432 | void (*led_control) (struct ieee80211_hw *hw, |
| 1433 | enum led_ctl_mode ledaction); |
| 1434 | void (*set_desc) (u8 *pdesc, bool istx, u8 desc_name, u8 *val); |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1435 | u32 (*get_desc) (u8 *pdesc, bool istx, u8 desc_name); |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1436 | void (*tx_polling) (struct ieee80211_hw *hw, u8 hw_queue); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1437 | void (*enable_hw_sec) (struct ieee80211_hw *hw); |
| 1438 | void (*set_key) (struct ieee80211_hw *hw, u32 key_index, |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1439 | u8 *macaddr, bool is_group, u8 enc_algo, |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1440 | bool is_wepkey, bool clear_all); |
| 1441 | void (*init_sw_leds) (struct ieee80211_hw *hw); |
| 1442 | void (*deinit_sw_leds) (struct ieee80211_hw *hw); |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1443 | u32 (*get_bbreg) (struct ieee80211_hw *hw, u32 regaddr, u32 bitmask); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1444 | void (*set_bbreg) (struct ieee80211_hw *hw, u32 regaddr, u32 bitmask, |
| 1445 | u32 data); |
Larry Finger | 7ea4724 | 2011-02-19 16:28:57 -0600 | [diff] [blame] | 1446 | u32 (*get_rfreg) (struct ieee80211_hw *hw, enum radio_path rfpath, |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1447 | u32 regaddr, u32 bitmask); |
| 1448 | void (*set_rfreg) (struct ieee80211_hw *hw, enum radio_path rfpath, |
| 1449 | u32 regaddr, u32 bitmask, u32 data); |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1450 | void (*linked_set_reg) (struct ieee80211_hw *hw); |
Larry Finger | 1472d3a | 2011-02-23 10:24:58 -0600 | [diff] [blame] | 1451 | bool (*phy_rf6052_config) (struct ieee80211_hw *hw); |
| 1452 | void (*phy_rf6052_set_cck_txpower) (struct ieee80211_hw *hw, |
| 1453 | u8 *powerlevel); |
| 1454 | void (*phy_rf6052_set_ofdm_txpower) (struct ieee80211_hw *hw, |
| 1455 | u8 *ppowerlevel, u8 channel); |
| 1456 | bool (*config_bb_with_headerfile) (struct ieee80211_hw *hw, |
| 1457 | u8 configtype); |
| 1458 | bool (*config_bb_with_pgheaderfile) (struct ieee80211_hw *hw, |
| 1459 | u8 configtype); |
| 1460 | void (*phy_lc_calibrate) (struct ieee80211_hw *hw, bool is2t); |
| 1461 | void (*phy_set_bw_mode_callback) (struct ieee80211_hw *hw); |
| 1462 | void (*dm_dynamic_txpower) (struct ieee80211_hw *hw); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1463 | }; |
| 1464 | |
| 1465 | struct rtl_intf_ops { |
| 1466 | /*com */ |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1467 | void (*read_efuse_byte)(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1468 | int (*adapter_start) (struct ieee80211_hw *hw); |
| 1469 | void (*adapter_stop) (struct ieee80211_hw *hw); |
| 1470 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1471 | int (*adapter_tx) (struct ieee80211_hw *hw, struct sk_buff *skb, |
| 1472 | struct rtl_tcb_desc *ptcb_desc); |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1473 | void (*flush)(struct ieee80211_hw *hw, bool drop); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1474 | int (*reset_trx_ring) (struct ieee80211_hw *hw); |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 1475 | bool (*waitq_insert) (struct ieee80211_hw *hw, struct sk_buff *skb); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1476 | |
| 1477 | /*pci */ |
| 1478 | void (*disable_aspm) (struct ieee80211_hw *hw); |
| 1479 | void (*enable_aspm) (struct ieee80211_hw *hw); |
| 1480 | |
| 1481 | /*usb */ |
| 1482 | }; |
| 1483 | |
| 1484 | struct rtl_mod_params { |
| 1485 | /* default: 0 = using hardware encryption */ |
| 1486 | int sw_crypto; |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1487 | |
Larry Finger | 73a253c | 2011-10-07 11:27:33 -0500 | [diff] [blame^] | 1488 | /* default: 0 = DBG_EMERG (0)*/ |
| 1489 | int debug; |
| 1490 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1491 | /* default: 1 = using no linked power save */ |
| 1492 | bool inactiveps; |
| 1493 | |
| 1494 | /* default: 1 = using linked sw power save */ |
| 1495 | bool swctrl_lps; |
| 1496 | |
| 1497 | /* default: 1 = using linked fw power save */ |
| 1498 | bool fwctrl_lps; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1499 | }; |
| 1500 | |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 1501 | struct rtl_hal_usbint_cfg { |
| 1502 | /* data - rx */ |
| 1503 | u32 in_ep_num; |
| 1504 | u32 rx_urb_num; |
| 1505 | u32 rx_max_size; |
| 1506 | |
| 1507 | /* op - rx */ |
| 1508 | void (*usb_rx_hdl)(struct ieee80211_hw *, struct sk_buff *); |
| 1509 | void (*usb_rx_segregate_hdl)(struct ieee80211_hw *, struct sk_buff *, |
| 1510 | struct sk_buff_head *); |
| 1511 | |
| 1512 | /* tx */ |
| 1513 | void (*usb_tx_cleanup)(struct ieee80211_hw *, struct sk_buff *); |
| 1514 | int (*usb_tx_post_hdl)(struct ieee80211_hw *, struct urb *, |
| 1515 | struct sk_buff *); |
| 1516 | struct sk_buff *(*usb_tx_aggregate_hdl)(struct ieee80211_hw *, |
| 1517 | struct sk_buff_head *); |
| 1518 | |
| 1519 | /* endpoint mapping */ |
| 1520 | int (*usb_endpoint_mapping)(struct ieee80211_hw *hw); |
Larry Finger | 17c9ac6 | 2011-02-19 16:29:57 -0600 | [diff] [blame] | 1521 | u16 (*usb_mq_to_hwq)(__le16 fc, u16 mac80211_queue_index); |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 1522 | }; |
| 1523 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1524 | struct rtl_hal_cfg { |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1525 | u8 bar_id; |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1526 | bool write_readback; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1527 | char *name; |
| 1528 | char *fw_name; |
| 1529 | struct rtl_hal_ops *ops; |
| 1530 | struct rtl_mod_params *mod_params; |
Larry Finger | 62e6397 | 2011-02-11 14:27:46 -0600 | [diff] [blame] | 1531 | struct rtl_hal_usbint_cfg *usb_interface_cfg; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1532 | |
| 1533 | /*this map used for some registers or vars |
| 1534 | defined int HAL but used in MAIN */ |
| 1535 | u32 maps[RTL_VAR_MAP_MAX]; |
| 1536 | |
| 1537 | }; |
| 1538 | |
| 1539 | struct rtl_locks { |
Larry Finger | d704300 | 2010-12-17 19:36:25 -0600 | [diff] [blame] | 1540 | /* mutex */ |
Larry Finger | 8a09d6d | 2010-12-16 11:13:57 -0600 | [diff] [blame] | 1541 | struct mutex conf_mutex; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1542 | |
| 1543 | /*spin lock */ |
Larry Finger | d704300 | 2010-12-17 19:36:25 -0600 | [diff] [blame] | 1544 | spinlock_t ips_lock; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1545 | spinlock_t irq_th_lock; |
| 1546 | spinlock_t h2c_lock; |
| 1547 | spinlock_t rf_ps_lock; |
| 1548 | spinlock_t rf_lock; |
| 1549 | spinlock_t lps_lock; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1550 | spinlock_t waitq_lock; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1551 | |
| 1552 | /*Dual mac*/ |
| 1553 | spinlock_t cck_and_rw_pagea_lock; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1554 | }; |
| 1555 | |
| 1556 | struct rtl_works { |
| 1557 | struct ieee80211_hw *hw; |
| 1558 | |
| 1559 | /*timer */ |
| 1560 | struct timer_list watchdog_timer; |
| 1561 | |
| 1562 | /*task */ |
| 1563 | struct tasklet_struct irq_tasklet; |
| 1564 | struct tasklet_struct irq_prepare_bcn_tasklet; |
| 1565 | |
| 1566 | /*work queue */ |
| 1567 | struct workqueue_struct *rtl_wq; |
| 1568 | struct delayed_work watchdog_wq; |
| 1569 | struct delayed_work ips_nic_off_wq; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1570 | |
| 1571 | /* For SW LPS */ |
| 1572 | struct delayed_work ps_work; |
| 1573 | struct delayed_work ps_rfon_wq; |
Mike McCormack | 67fc605 | 2011-05-31 08:49:23 +0900 | [diff] [blame] | 1574 | struct tasklet_struct ips_leave_tasklet; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1575 | }; |
| 1576 | |
| 1577 | struct rtl_debug { |
| 1578 | u32 dbgp_type[DBGP_TYPE_MAX]; |
| 1579 | u32 global_debuglevel; |
| 1580 | u64 global_debugcomponents; |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1581 | |
| 1582 | /* add for proc debug */ |
| 1583 | struct proc_dir_entry *proc_dir; |
| 1584 | char proc_name[20]; |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1585 | }; |
| 1586 | |
| 1587 | struct rtl_priv { |
| 1588 | struct rtl_locks locks; |
| 1589 | struct rtl_works works; |
| 1590 | struct rtl_mac mac80211; |
| 1591 | struct rtl_hal rtlhal; |
| 1592 | struct rtl_regulatory regd; |
| 1593 | struct rtl_rfkill rfkill; |
| 1594 | struct rtl_io io; |
| 1595 | struct rtl_phy phy; |
| 1596 | struct rtl_dm dm; |
| 1597 | struct rtl_security sec; |
| 1598 | struct rtl_efuse efuse; |
| 1599 | |
| 1600 | struct rtl_ps_ctl psc; |
| 1601 | struct rate_adaptive ra; |
| 1602 | struct wireless_stats stats; |
| 1603 | struct rt_link_detect link_info; |
| 1604 | struct false_alarm_statistics falsealm_cnt; |
| 1605 | |
| 1606 | struct rtl_rate_priv *rate_priv; |
| 1607 | |
| 1608 | struct rtl_debug dbg; |
| 1609 | |
| 1610 | /* |
| 1611 | *hal_cfg : for diff cards |
| 1612 | *intf_ops : for diff interrface usb/pcie |
| 1613 | */ |
| 1614 | struct rtl_hal_cfg *cfg; |
| 1615 | struct rtl_intf_ops *intf_ops; |
| 1616 | |
| 1617 | /*this var will be set by set_bit, |
| 1618 | and was used to indicate status of |
| 1619 | interface or hardware */ |
| 1620 | unsigned long status; |
| 1621 | |
| 1622 | /*This must be the last item so |
| 1623 | that it points to the data allocated |
| 1624 | beyond this structure like: |
| 1625 | rtl_pci_priv or rtl_usb_priv */ |
| 1626 | u8 priv[0]; |
| 1627 | }; |
| 1628 | |
| 1629 | #define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv)) |
| 1630 | #define rtl_mac(rtlpriv) (&((rtlpriv)->mac80211)) |
| 1631 | #define rtl_hal(rtlpriv) (&((rtlpriv)->rtlhal)) |
| 1632 | #define rtl_efuse(rtlpriv) (&((rtlpriv)->efuse)) |
| 1633 | #define rtl_psc(rtlpriv) (&((rtlpriv)->psc)) |
| 1634 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1635 | |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1636 | /*************************************** |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 1637 | Bluetooth Co-existence Related |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1638 | ****************************************/ |
| 1639 | |
| 1640 | enum bt_ant_num { |
| 1641 | ANT_X2 = 0, |
| 1642 | ANT_X1 = 1, |
| 1643 | }; |
| 1644 | |
| 1645 | enum bt_co_type { |
| 1646 | BT_2WIRE = 0, |
| 1647 | BT_ISSC_3WIRE = 1, |
| 1648 | BT_ACCEL = 2, |
| 1649 | BT_CSR_BC4 = 3, |
| 1650 | BT_CSR_BC8 = 4, |
| 1651 | BT_RTL8756 = 5, |
| 1652 | }; |
| 1653 | |
| 1654 | enum bt_cur_state { |
| 1655 | BT_OFF = 0, |
| 1656 | BT_ON = 1, |
| 1657 | }; |
| 1658 | |
| 1659 | enum bt_service_type { |
| 1660 | BT_SCO = 0, |
| 1661 | BT_A2DP = 1, |
| 1662 | BT_HID = 2, |
| 1663 | BT_HID_IDLE = 3, |
| 1664 | BT_SCAN = 4, |
| 1665 | BT_IDLE = 5, |
| 1666 | BT_OTHER_ACTION = 6, |
| 1667 | BT_BUSY = 7, |
| 1668 | BT_OTHERBUSY = 8, |
| 1669 | BT_PAN = 9, |
| 1670 | }; |
| 1671 | |
| 1672 | enum bt_radio_shared { |
| 1673 | BT_RADIO_SHARED = 0, |
| 1674 | BT_RADIO_INDIVIDUAL = 1, |
| 1675 | }; |
| 1676 | |
| 1677 | struct bt_coexist_info { |
| 1678 | |
| 1679 | /* EEPROM BT info. */ |
| 1680 | u8 eeprom_bt_coexist; |
| 1681 | u8 eeprom_bt_type; |
| 1682 | u8 eeprom_bt_ant_num; |
| 1683 | u8 eeprom_bt_ant_isolation; |
| 1684 | u8 eeprom_bt_radio_shared; |
| 1685 | |
| 1686 | u8 bt_coexistence; |
| 1687 | u8 bt_ant_num; |
| 1688 | u8 bt_coexist_type; |
| 1689 | u8 bt_state; |
| 1690 | u8 bt_cur_state; /* 0:on, 1:off */ |
| 1691 | u8 bt_ant_isolation; /* 0:good, 1:bad */ |
| 1692 | u8 bt_pape_ctrl; /* 0:SW, 1:SW/HW dynamic */ |
| 1693 | u8 bt_service; |
| 1694 | u8 bt_radio_shared_type; |
| 1695 | u8 bt_rfreg_origin_1e; |
| 1696 | u8 bt_rfreg_origin_1f; |
| 1697 | u8 bt_rssi_state; |
| 1698 | u32 ratio_tx; |
| 1699 | u32 ratio_pri; |
| 1700 | u32 bt_edca_ul; |
| 1701 | u32 bt_edca_dl; |
| 1702 | |
Larry Finger | 3247328 | 2011-03-27 16:19:57 -0500 | [diff] [blame] | 1703 | bool init_set; |
| 1704 | bool bt_busy_traffic; |
| 1705 | bool bt_traffic_mode_set; |
| 1706 | bool bt_non_traffic_mode_set; |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1707 | |
Larry Finger | 3247328 | 2011-03-27 16:19:57 -0500 | [diff] [blame] | 1708 | bool fw_coexist_all_off; |
| 1709 | bool sw_coexist_all_off; |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1710 | u32 current_state; |
| 1711 | u32 previous_state; |
| 1712 | u8 bt_pre_rssi_state; |
| 1713 | |
Larry Finger | 3247328 | 2011-03-27 16:19:57 -0500 | [diff] [blame] | 1714 | u8 reg_bt_iso; |
| 1715 | u8 reg_bt_sco; |
George | 18d3006 | 2011-02-19 16:29:02 -0600 | [diff] [blame] | 1716 | |
| 1717 | }; |
| 1718 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1719 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1720 | /**************************************** |
| 1721 | mem access macro define start |
| 1722 | Call endian free function when |
| 1723 | 1. Read/write packet content. |
| 1724 | 2. Before write integer to IO. |
| 1725 | 3. After read integer from IO. |
| 1726 | ****************************************/ |
Larry Finger | 9e0bc67 | 2011-02-19 16:30:02 -0600 | [diff] [blame] | 1727 | /* Convert little data endian to host ordering */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1728 | #define EF1BYTE(_val) \ |
| 1729 | ((u8)(_val)) |
| 1730 | #define EF2BYTE(_val) \ |
| 1731 | (le16_to_cpu(_val)) |
| 1732 | #define EF4BYTE(_val) \ |
| 1733 | (le32_to_cpu(_val)) |
| 1734 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1735 | /* Read data from memory */ |
| 1736 | #define READEF1BYTE(_ptr) \ |
| 1737 | EF1BYTE(*((u8 *)(_ptr))) |
Larry Finger | 9e0bc67 | 2011-02-19 16:30:02 -0600 | [diff] [blame] | 1738 | /* Read le16 data from memory and convert to host ordering */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1739 | #define READEF2BYTE(_ptr) \ |
| 1740 | EF2BYTE(*((u16 *)(_ptr))) |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1741 | #define READEF4BYTE(_ptr) \ |
| 1742 | EF4BYTE(*((u32 *)(_ptr))) |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1743 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1744 | /* Write data to memory */ |
| 1745 | #define WRITEEF1BYTE(_ptr, _val) \ |
| 1746 | (*((u8 *)(_ptr))) = EF1BYTE(_val) |
Larry Finger | 9e0bc67 | 2011-02-19 16:30:02 -0600 | [diff] [blame] | 1747 | /* Write le16 data to memory in host ordering */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1748 | #define WRITEEF2BYTE(_ptr, _val) \ |
| 1749 | (*((u16 *)(_ptr))) = EF2BYTE(_val) |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1750 | #define WRITEEF4BYTE(_ptr, _val) \ |
| 1751 | (*((u16 *)(_ptr))) = EF2BYTE(_val) |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1752 | |
Larry Finger | 9e0bc67 | 2011-02-19 16:30:02 -0600 | [diff] [blame] | 1753 | /* Create a bit mask |
| 1754 | * Examples: |
| 1755 | * BIT_LEN_MASK_32(0) => 0x00000000 |
| 1756 | * BIT_LEN_MASK_32(1) => 0x00000001 |
| 1757 | * BIT_LEN_MASK_32(2) => 0x00000003 |
| 1758 | * BIT_LEN_MASK_32(32) => 0xFFFFFFFF |
| 1759 | */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1760 | #define BIT_LEN_MASK_32(__bitlen) \ |
| 1761 | (0xFFFFFFFF >> (32 - (__bitlen))) |
| 1762 | #define BIT_LEN_MASK_16(__bitlen) \ |
| 1763 | (0xFFFF >> (16 - (__bitlen))) |
| 1764 | #define BIT_LEN_MASK_8(__bitlen) \ |
| 1765 | (0xFF >> (8 - (__bitlen))) |
| 1766 | |
Larry Finger | 9e0bc67 | 2011-02-19 16:30:02 -0600 | [diff] [blame] | 1767 | /* Create an offset bit mask |
| 1768 | * Examples: |
| 1769 | * BIT_OFFSET_LEN_MASK_32(0, 2) => 0x00000003 |
| 1770 | * BIT_OFFSET_LEN_MASK_32(16, 2) => 0x00030000 |
| 1771 | */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1772 | #define BIT_OFFSET_LEN_MASK_32(__bitoffset, __bitlen) \ |
| 1773 | (BIT_LEN_MASK_32(__bitlen) << (__bitoffset)) |
| 1774 | #define BIT_OFFSET_LEN_MASK_16(__bitoffset, __bitlen) \ |
| 1775 | (BIT_LEN_MASK_16(__bitlen) << (__bitoffset)) |
| 1776 | #define BIT_OFFSET_LEN_MASK_8(__bitoffset, __bitlen) \ |
| 1777 | (BIT_LEN_MASK_8(__bitlen) << (__bitoffset)) |
| 1778 | |
| 1779 | /*Description: |
Larry Finger | 9e0bc67 | 2011-02-19 16:30:02 -0600 | [diff] [blame] | 1780 | * Return 4-byte value in host byte ordering from |
| 1781 | * 4-byte pointer in little-endian system. |
| 1782 | */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1783 | #define LE_P4BYTE_TO_HOST_4BYTE(__pstart) \ |
| 1784 | (EF4BYTE(*((u32 *)(__pstart)))) |
| 1785 | #define LE_P2BYTE_TO_HOST_2BYTE(__pstart) \ |
| 1786 | (EF2BYTE(*((u16 *)(__pstart)))) |
| 1787 | #define LE_P1BYTE_TO_HOST_1BYTE(__pstart) \ |
| 1788 | (EF1BYTE(*((u8 *)(__pstart)))) |
| 1789 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1790 | /*Description: |
| 1791 | Translate subfield (continuous bits in little-endian) of 4-byte |
| 1792 | value to host byte ordering.*/ |
| 1793 | #define LE_BITS_TO_4BYTE(__pstart, __bitoffset, __bitlen) \ |
| 1794 | ( \ |
| 1795 | (LE_P4BYTE_TO_HOST_4BYTE(__pstart) >> (__bitoffset)) & \ |
| 1796 | BIT_LEN_MASK_32(__bitlen) \ |
| 1797 | ) |
| 1798 | #define LE_BITS_TO_2BYTE(__pstart, __bitoffset, __bitlen) \ |
| 1799 | ( \ |
| 1800 | (LE_P2BYTE_TO_HOST_2BYTE(__pstart) >> (__bitoffset)) & \ |
| 1801 | BIT_LEN_MASK_16(__bitlen) \ |
| 1802 | ) |
| 1803 | #define LE_BITS_TO_1BYTE(__pstart, __bitoffset, __bitlen) \ |
| 1804 | ( \ |
| 1805 | (LE_P1BYTE_TO_HOST_1BYTE(__pstart) >> (__bitoffset)) & \ |
| 1806 | BIT_LEN_MASK_8(__bitlen) \ |
| 1807 | ) |
| 1808 | |
Larry Finger | 9e0bc67 | 2011-02-19 16:30:02 -0600 | [diff] [blame] | 1809 | /* Description: |
| 1810 | * Mask subfield (continuous bits in little-endian) of 4-byte value |
| 1811 | * and return the result in 4-byte value in host byte ordering. |
| 1812 | */ |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1813 | #define LE_BITS_CLEARED_TO_4BYTE(__pstart, __bitoffset, __bitlen) \ |
| 1814 | ( \ |
| 1815 | LE_P4BYTE_TO_HOST_4BYTE(__pstart) & \ |
| 1816 | (~BIT_OFFSET_LEN_MASK_32(__bitoffset, __bitlen)) \ |
| 1817 | ) |
| 1818 | #define LE_BITS_CLEARED_TO_2BYTE(__pstart, __bitoffset, __bitlen) \ |
| 1819 | ( \ |
| 1820 | LE_P2BYTE_TO_HOST_2BYTE(__pstart) & \ |
| 1821 | (~BIT_OFFSET_LEN_MASK_16(__bitoffset, __bitlen)) \ |
| 1822 | ) |
| 1823 | #define LE_BITS_CLEARED_TO_1BYTE(__pstart, __bitoffset, __bitlen) \ |
| 1824 | ( \ |
| 1825 | LE_P1BYTE_TO_HOST_1BYTE(__pstart) & \ |
| 1826 | (~BIT_OFFSET_LEN_MASK_8(__bitoffset, __bitlen)) \ |
| 1827 | ) |
| 1828 | |
Larry Finger | 9e0bc67 | 2011-02-19 16:30:02 -0600 | [diff] [blame] | 1829 | /* Description: |
| 1830 | * Set subfield of little-endian 4-byte value to specified value. |
| 1831 | */ |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1832 | #define SET_BITS_TO_LE_4BYTE(__pstart, __bitoffset, __bitlen, __val) \ |
| 1833 | *((u32 *)(__pstart)) = EF4BYTE \ |
| 1834 | ( \ |
| 1835 | LE_BITS_CLEARED_TO_4BYTE(__pstart, __bitoffset, __bitlen) | \ |
| 1836 | ((((u32)__val) & BIT_LEN_MASK_32(__bitlen)) << (__bitoffset)) \ |
| 1837 | ); |
| 1838 | #define SET_BITS_TO_LE_2BYTE(__pstart, __bitoffset, __bitlen, __val) \ |
| 1839 | *((u16 *)(__pstart)) = EF2BYTE \ |
| 1840 | ( \ |
| 1841 | LE_BITS_CLEARED_TO_2BYTE(__pstart, __bitoffset, __bitlen) | \ |
| 1842 | ((((u16)__val) & BIT_LEN_MASK_16(__bitlen)) << (__bitoffset)) \ |
| 1843 | ); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1844 | #define SET_BITS_TO_LE_1BYTE(__pstart, __bitoffset, __bitlen, __val) \ |
| 1845 | *((u8 *)(__pstart)) = EF1BYTE \ |
| 1846 | ( \ |
| 1847 | LE_BITS_CLEARED_TO_1BYTE(__pstart, __bitoffset, __bitlen) | \ |
| 1848 | ((((u8)__val) & BIT_LEN_MASK_8(__bitlen)) << (__bitoffset)) \ |
| 1849 | ); |
| 1850 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1851 | #define N_BYTE_ALIGMENT(__value, __aligment) ((__aligment == 1) ? \ |
| 1852 | (__value) : (((__value + __aligment - 1) / __aligment) * __aligment)) |
| 1853 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1854 | /**************************************** |
| 1855 | mem access macro define end |
| 1856 | ****************************************/ |
| 1857 | |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1858 | #define byte(x, n) ((x >> (8 * n)) & 0xff) |
| 1859 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1860 | #define packet_get_type(_packet) (EF1BYTE((_packet).octet[0]) & 0xFC) |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1861 | #define RTL_WATCH_DOG_TIME 2000 |
| 1862 | #define MSECS(t) msecs_to_jiffies(t) |
Larry Finger | 17c9ac6 | 2011-02-19 16:29:57 -0600 | [diff] [blame] | 1863 | #define WLAN_FC_GET_VERS(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_VERS) |
| 1864 | #define WLAN_FC_GET_TYPE(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_FTYPE) |
| 1865 | #define WLAN_FC_GET_STYPE(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) |
| 1866 | #define WLAN_FC_MORE_DATA(fc) (le16_to_cpu(fc) & IEEE80211_FCTL_MOREDATA) |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1867 | #define SEQ_TO_SN(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4) |
| 1868 | #define SN_TO_SEQ(ssn) (((ssn) << 4) & IEEE80211_SCTL_SEQ) |
| 1869 | #define MAX_SN ((IEEE80211_SCTL_SEQ) >> 4) |
| 1870 | |
| 1871 | #define RT_RF_OFF_LEVL_ASPM BIT(0) /*PCI ASPM */ |
| 1872 | #define RT_RF_OFF_LEVL_CLK_REQ BIT(1) /*PCI clock request */ |
| 1873 | #define RT_RF_OFF_LEVL_PCI_D3 BIT(2) /*PCI D3 mode */ |
| 1874 | /*NIC halt, re-initialize hw parameters*/ |
| 1875 | #define RT_RF_OFF_LEVL_HALT_NIC BIT(3) |
| 1876 | #define RT_RF_OFF_LEVL_FREE_FW BIT(4) /*FW free, re-download the FW */ |
| 1877 | #define RT_RF_OFF_LEVL_FW_32K BIT(5) /*FW in 32k */ |
| 1878 | /*Always enable ASPM and Clock Req in initialization.*/ |
| 1879 | #define RT_RF_PS_LEVEL_ALWAYS_ASPM BIT(6) |
Larry Finger | e97b775 | 2011-02-19 16:29:07 -0600 | [diff] [blame] | 1880 | /* no matter RFOFF or SLEEP we set PS_ASPM_LEVL*/ |
| 1881 | #define RT_PS_LEVEL_ASPM BIT(7) |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1882 | /*When LPS is on, disable 2R if no packet is received or transmittd.*/ |
| 1883 | #define RT_RF_LPS_DISALBE_2R BIT(30) |
| 1884 | #define RT_RF_LPS_LEVEL_ASPM BIT(31) /*LPS with ASPM */ |
| 1885 | #define RT_IN_PS_LEVEL(ppsc, _ps_flg) \ |
| 1886 | ((ppsc->cur_ps_level & _ps_flg) ? true : false) |
| 1887 | #define RT_CLEAR_PS_LEVEL(ppsc, _ps_flg) \ |
| 1888 | (ppsc->cur_ps_level &= (~(_ps_flg))) |
| 1889 | #define RT_SET_PS_LEVEL(ppsc, _ps_flg) \ |
| 1890 | (ppsc->cur_ps_level |= _ps_flg) |
| 1891 | |
| 1892 | #define container_of_dwork_rtl(x, y, z) \ |
| 1893 | container_of(container_of(x, struct delayed_work, work), y, z) |
| 1894 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1895 | #define FILL_OCTET_STRING(_os, _octet, _len) \ |
| 1896 | (_os).octet = (u8 *)(_octet); \ |
| 1897 | (_os).length = (_len); |
| 1898 | |
| 1899 | #define CP_MACADDR(des, src) \ |
| 1900 | ((des)[0] = (src)[0], (des)[1] = (src)[1],\ |
| 1901 | (des)[2] = (src)[2], (des)[3] = (src)[3],\ |
| 1902 | (des)[4] = (src)[4], (des)[5] = (src)[5]) |
| 1903 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1904 | static inline u8 rtl_read_byte(struct rtl_priv *rtlpriv, u32 addr) |
| 1905 | { |
| 1906 | return rtlpriv->io.read8_sync(rtlpriv, addr); |
| 1907 | } |
| 1908 | |
| 1909 | static inline u16 rtl_read_word(struct rtl_priv *rtlpriv, u32 addr) |
| 1910 | { |
| 1911 | return rtlpriv->io.read16_sync(rtlpriv, addr); |
| 1912 | } |
| 1913 | |
| 1914 | static inline u32 rtl_read_dword(struct rtl_priv *rtlpriv, u32 addr) |
| 1915 | { |
| 1916 | return rtlpriv->io.read32_sync(rtlpriv, addr); |
| 1917 | } |
| 1918 | |
| 1919 | static inline void rtl_write_byte(struct rtl_priv *rtlpriv, u32 addr, u8 val8) |
| 1920 | { |
| 1921 | rtlpriv->io.write8_async(rtlpriv, addr, val8); |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1922 | |
| 1923 | if (rtlpriv->cfg->write_readback) |
| 1924 | rtlpriv->io.read8_sync(rtlpriv, addr); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1925 | } |
| 1926 | |
| 1927 | static inline void rtl_write_word(struct rtl_priv *rtlpriv, u32 addr, u16 val16) |
| 1928 | { |
| 1929 | rtlpriv->io.write16_async(rtlpriv, addr, val16); |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1930 | |
| 1931 | if (rtlpriv->cfg->write_readback) |
| 1932 | rtlpriv->io.read16_sync(rtlpriv, addr); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1933 | } |
| 1934 | |
| 1935 | static inline void rtl_write_dword(struct rtl_priv *rtlpriv, |
| 1936 | u32 addr, u32 val32) |
| 1937 | { |
| 1938 | rtlpriv->io.write32_async(rtlpriv, addr, val32); |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 1939 | |
| 1940 | if (rtlpriv->cfg->write_readback) |
| 1941 | rtlpriv->io.read32_sync(rtlpriv, addr); |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 1942 | } |
| 1943 | |
| 1944 | static inline u32 rtl_get_bbreg(struct ieee80211_hw *hw, |
| 1945 | u32 regaddr, u32 bitmask) |
| 1946 | { |
| 1947 | return ((struct rtl_priv *)(hw)->priv)->cfg->ops->get_bbreg(hw, |
| 1948 | regaddr, |
| 1949 | bitmask); |
| 1950 | } |
| 1951 | |
| 1952 | static inline void rtl_set_bbreg(struct ieee80211_hw *hw, u32 regaddr, |
| 1953 | u32 bitmask, u32 data) |
| 1954 | { |
| 1955 | ((struct rtl_priv *)(hw)->priv)->cfg->ops->set_bbreg(hw, |
| 1956 | regaddr, bitmask, |
| 1957 | data); |
| 1958 | |
| 1959 | } |
| 1960 | |
| 1961 | static inline u32 rtl_get_rfreg(struct ieee80211_hw *hw, |
| 1962 | enum radio_path rfpath, u32 regaddr, |
| 1963 | u32 bitmask) |
| 1964 | { |
| 1965 | return ((struct rtl_priv *)(hw)->priv)->cfg->ops->get_rfreg(hw, |
| 1966 | rfpath, |
| 1967 | regaddr, |
| 1968 | bitmask); |
| 1969 | } |
| 1970 | |
| 1971 | static inline void rtl_set_rfreg(struct ieee80211_hw *hw, |
| 1972 | enum radio_path rfpath, u32 regaddr, |
| 1973 | u32 bitmask, u32 data) |
| 1974 | { |
| 1975 | ((struct rtl_priv *)(hw)->priv)->cfg->ops->set_rfreg(hw, |
| 1976 | rfpath, regaddr, |
| 1977 | bitmask, data); |
| 1978 | } |
| 1979 | |
| 1980 | static inline bool is_hal_stop(struct rtl_hal *rtlhal) |
| 1981 | { |
| 1982 | return (_HAL_STATE_STOP == rtlhal->state); |
| 1983 | } |
| 1984 | |
| 1985 | static inline void set_hal_start(struct rtl_hal *rtlhal) |
| 1986 | { |
| 1987 | rtlhal->state = _HAL_STATE_START; |
| 1988 | } |
| 1989 | |
| 1990 | static inline void set_hal_stop(struct rtl_hal *rtlhal) |
| 1991 | { |
| 1992 | rtlhal->state = _HAL_STATE_STOP; |
| 1993 | } |
| 1994 | |
| 1995 | static inline u8 get_rf_type(struct rtl_phy *rtlphy) |
| 1996 | { |
| 1997 | return rtlphy->rf_type; |
| 1998 | } |
| 1999 | |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 2000 | static inline struct ieee80211_hdr *rtl_get_hdr(struct sk_buff *skb) |
| 2001 | { |
| 2002 | return (struct ieee80211_hdr *)(skb->data); |
| 2003 | } |
| 2004 | |
Larry Finger | d3bb142 | 2011-04-25 13:23:20 -0500 | [diff] [blame] | 2005 | static inline __le16 rtl_get_fc(struct sk_buff *skb) |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 2006 | { |
Larry Finger | d3bb142 | 2011-04-25 13:23:20 -0500 | [diff] [blame] | 2007 | return rtl_get_hdr(skb)->frame_control; |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 2008 | } |
| 2009 | |
| 2010 | static inline u16 rtl_get_tid_h(struct ieee80211_hdr *hdr) |
| 2011 | { |
| 2012 | return (ieee80211_get_qos_ctl(hdr))[0] & IEEE80211_QOS_CTL_TID_MASK; |
| 2013 | } |
| 2014 | |
| 2015 | static inline u16 rtl_get_tid(struct sk_buff *skb) |
| 2016 | { |
| 2017 | return rtl_get_tid_h(rtl_get_hdr(skb)); |
| 2018 | } |
| 2019 | |
| 2020 | static inline struct ieee80211_sta *get_sta(struct ieee80211_hw *hw, |
| 2021 | struct ieee80211_vif *vif, |
Larry Finger | 7101f40 | 2011-06-10 11:05:23 -0500 | [diff] [blame] | 2022 | const u8 *bssid) |
Chaoming_Li | 3dad618 | 2011-04-25 12:52:49 -0500 | [diff] [blame] | 2023 | { |
| 2024 | return ieee80211_find_sta(vif, bssid); |
| 2025 | } |
| 2026 | |
Larry Finger | 0c81733 | 2010-12-08 11:12:31 -0600 | [diff] [blame] | 2027 | #endif |