iwl-dev.h 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2003 - 2012 Intel Corporation. All rights reserved.
  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. * Intel Linux Wireless <ilw@linux.intel.com>
  23. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  24. *
  25. *****************************************************************************/
  26. /*
  27. * Please use this file (iwl-dev.h) for driver implementation definitions.
  28. * Please use iwl-commands.h for uCode API definitions.
  29. */
  30. #ifndef __iwl_dev_h__
  31. #define __iwl_dev_h__
  32. #include <linux/interrupt.h>
  33. #include <linux/kernel.h>
  34. #include <linux/wait.h>
  35. #include <linux/leds.h>
  36. #include <linux/slab.h>
  37. #include <linux/mutex.h>
  38. #include "iwl-fw.h"
  39. #include "iwl-eeprom.h"
  40. #include "iwl-csr.h"
  41. #include "iwl-debug.h"
  42. #include "iwl-agn-hw.h"
  43. #include "iwl-led.h"
  44. #include "iwl-power.h"
  45. #include "iwl-agn-rs.h"
  46. #include "iwl-agn-tt.h"
  47. #include "iwl-trans.h"
  48. #include "iwl-shared.h"
  49. #include "iwl-op-mode.h"
  50. #include "iwl-notif-wait.h"
  51. /* CT-KILL constants */
  52. #define CT_KILL_THRESHOLD_LEGACY 110 /* in Celsius */
  53. #define CT_KILL_THRESHOLD 114 /* in Celsius */
  54. #define CT_KILL_EXIT_THRESHOLD 95 /* in Celsius */
  55. /* Default noise level to report when noise measurement is not available.
  56. * This may be because we're:
  57. * 1) Not associated no beacon statistics being sent to driver)
  58. * 2) Scanning (noise measurement does not apply to associated channel)
  59. * Use default noise value of -127 ... this is below the range of measurable
  60. * Rx dBm for all agn devices, so it can indicate "unmeasurable" to user.
  61. * Also, -127 works better than 0 when averaging frames with/without
  62. * noise info (e.g. averaging might be done in app); measured dBm values are
  63. * always negative ... using a negative value as the default keeps all
  64. * averages within an s8's (used in some apps) range of negative values. */
  65. #define IWL_NOISE_MEAS_NOT_AVAILABLE (-127)
  66. /*
  67. * RTS threshold here is total size [2347] minus 4 FCS bytes
  68. * Per spec:
  69. * a value of 0 means RTS on all data/management packets
  70. * a value > max MSDU size means no RTS
  71. * else RTS for data/management frames where MPDU is larger
  72. * than RTS value.
  73. */
  74. #define DEFAULT_RTS_THRESHOLD 2347U
  75. #define MIN_RTS_THRESHOLD 0U
  76. #define MAX_RTS_THRESHOLD 2347U
  77. #define MAX_MSDU_SIZE 2304U
  78. #define MAX_MPDU_SIZE 2346U
  79. #define DEFAULT_BEACON_INTERVAL 200U
  80. #define DEFAULT_SHORT_RETRY_LIMIT 7U
  81. #define DEFAULT_LONG_RETRY_LIMIT 4U
  82. #define IWL_NUM_SCAN_RATES (2)
  83. /*
  84. * One for each channel, holds all channel setup data
  85. * Some of the fields (e.g. eeprom and flags/max_power_avg) are redundant
  86. * with one another!
  87. */
  88. struct iwl_channel_info {
  89. struct iwl_eeprom_channel eeprom; /* EEPROM regulatory limit */
  90. struct iwl_eeprom_channel ht40_eeprom; /* EEPROM regulatory limit for
  91. * HT40 channel */
  92. u8 channel; /* channel number */
  93. u8 flags; /* flags copied from EEPROM */
  94. s8 max_power_avg; /* (dBm) regul. eeprom, normal Tx, any rate */
  95. s8 curr_txpow; /* (dBm) regulatory/spectrum/user (not h/w) limit */
  96. s8 min_power; /* always 0 */
  97. s8 scan_power; /* (dBm) regul. eeprom, direct scans, any rate */
  98. u8 group_index; /* 0-4, maps channel to group1/2/3/4/5 */
  99. u8 band_index; /* 0-4, maps channel to band1/2/3/4/5 */
  100. enum ieee80211_band band;
  101. /* HT40 channel info */
  102. s8 ht40_max_power_avg; /* (dBm) regul. eeprom, normal Tx, any rate */
  103. u8 ht40_flags; /* flags copied from EEPROM */
  104. u8 ht40_extension_channel; /* HT_IE_EXT_CHANNEL_* */
  105. };
  106. /*
  107. * Minimum number of queues. MAX_NUM is defined in hw specific files.
  108. * Set the minimum to accommodate
  109. * - 4 standard TX queues
  110. * - the command queue
  111. * - 4 PAN TX queues
  112. * - the PAN multicast queue, and
  113. * - the AUX (TX during scan dwell) queue.
  114. */
  115. #define IWL_MIN_NUM_QUEUES 11
  116. /*
  117. * Command queue depends on iPAN support.
  118. */
  119. #define IWL_DEFAULT_CMD_QUEUE_NUM 4
  120. #define IWL_IPAN_CMD_QUEUE_NUM 9
  121. #define IEEE80211_DATA_LEN 2304
  122. #define IEEE80211_4ADDR_LEN 30
  123. #define IEEE80211_HLEN (IEEE80211_4ADDR_LEN)
  124. #define IEEE80211_FRAME_LEN (IEEE80211_DATA_LEN + IEEE80211_HLEN)
  125. #define SUP_RATE_11A_MAX_NUM_CHANNELS 8
  126. #define SUP_RATE_11B_MAX_NUM_CHANNELS 4
  127. #define SUP_RATE_11G_MAX_NUM_CHANNELS 12
  128. #define IWL_SUPPORTED_RATES_IE_LEN 8
  129. #define IWL_INVALID_RATE 0xFF
  130. #define IWL_INVALID_VALUE -1
  131. union iwl_ht_rate_supp {
  132. u16 rates;
  133. struct {
  134. u8 siso_rate;
  135. u8 mimo_rate;
  136. };
  137. };
  138. #define CFG_HT_RX_AMPDU_FACTOR_8K (0x0)
  139. #define CFG_HT_RX_AMPDU_FACTOR_16K (0x1)
  140. #define CFG_HT_RX_AMPDU_FACTOR_32K (0x2)
  141. #define CFG_HT_RX_AMPDU_FACTOR_64K (0x3)
  142. #define CFG_HT_RX_AMPDU_FACTOR_DEF CFG_HT_RX_AMPDU_FACTOR_64K
  143. #define CFG_HT_RX_AMPDU_FACTOR_MAX CFG_HT_RX_AMPDU_FACTOR_64K
  144. #define CFG_HT_RX_AMPDU_FACTOR_MIN CFG_HT_RX_AMPDU_FACTOR_8K
  145. /*
  146. * Maximal MPDU density for TX aggregation
  147. * 4 - 2us density
  148. * 5 - 4us density
  149. * 6 - 8us density
  150. * 7 - 16us density
  151. */
  152. #define CFG_HT_MPDU_DENSITY_2USEC (0x4)
  153. #define CFG_HT_MPDU_DENSITY_4USEC (0x5)
  154. #define CFG_HT_MPDU_DENSITY_8USEC (0x6)
  155. #define CFG_HT_MPDU_DENSITY_16USEC (0x7)
  156. #define CFG_HT_MPDU_DENSITY_DEF CFG_HT_MPDU_DENSITY_4USEC
  157. #define CFG_HT_MPDU_DENSITY_MAX CFG_HT_MPDU_DENSITY_16USEC
  158. #define CFG_HT_MPDU_DENSITY_MIN (0x1)
  159. struct iwl_ht_config {
  160. bool single_chain_sufficient;
  161. enum ieee80211_smps_mode smps; /* current smps mode */
  162. };
  163. /* QoS structures */
  164. struct iwl_qos_info {
  165. int qos_active;
  166. struct iwl_qosparam_cmd def_qos_parm;
  167. };
  168. /**
  169. * enum iwl_agg_state
  170. *
  171. * The state machine of the BA agreement establishment / tear down.
  172. * These states relate to a specific RA / TID.
  173. *
  174. * @IWL_AGG_OFF: aggregation is not used
  175. * @IWL_AGG_STARTING: aggregation are starting (between start and oper)
  176. * @IWL_AGG_ON: aggregation session is up
  177. * @IWL_EMPTYING_HW_QUEUE_ADDBA: establishing a BA session - waiting for the
  178. * HW queue to be empty from packets for this RA /TID.
  179. * @IWL_EMPTYING_HW_QUEUE_DELBA: tearing down a BA session - waiting for the
  180. * HW queue to be empty from packets for this RA /TID.
  181. */
  182. enum iwl_agg_state {
  183. IWL_AGG_OFF = 0,
  184. IWL_AGG_STARTING,
  185. IWL_AGG_ON,
  186. IWL_EMPTYING_HW_QUEUE_ADDBA,
  187. IWL_EMPTYING_HW_QUEUE_DELBA,
  188. };
  189. /**
  190. * struct iwl_ht_agg - aggregation state machine
  191. * This structs holds the states for the BA agreement establishment and tear
  192. * down. It also holds the state during the BA session itself. This struct is
  193. * duplicated for each RA / TID.
  194. * @rate_n_flags: Rate at which Tx was attempted. Holds the data between the
  195. * Tx response (REPLY_TX), and the block ack notification
  196. * (REPLY_COMPRESSED_BA).
  197. * @state: state of the BA agreement establishment / tear down.
  198. * @txq_id: Tx queue used by the BA session
  199. * @ssn: the first packet to be sent in AGG HW queue in Tx AGG start flow, or
  200. * the first packet to be sent in legacy HW queue in Tx AGG stop flow.
  201. * Basically when next_reclaimed reaches ssn, we can tell mac80211 that
  202. * we are ready to finish the Tx AGG stop / start flow.
  203. * @wait_for_ba: Expect block-ack before next Tx reply
  204. */
  205. struct iwl_ht_agg {
  206. u32 rate_n_flags;
  207. enum iwl_agg_state state;
  208. u16 txq_id;
  209. u16 ssn;
  210. bool wait_for_ba;
  211. };
  212. /**
  213. * struct iwl_tid_data - one for each RA / TID
  214. * This structs holds the states for each RA / TID.
  215. * @seq_number: the next WiFi sequence number to use
  216. * @next_reclaimed: the WiFi sequence number of the next packet to be acked.
  217. * This is basically (last acked packet++).
  218. * @agg: aggregation state machine
  219. */
  220. struct iwl_tid_data {
  221. u16 seq_number;
  222. u16 next_reclaimed;
  223. struct iwl_ht_agg agg;
  224. };
  225. /*
  226. * Structure should be accessed with sta_lock held. When station addition
  227. * is in progress (IWL_STA_UCODE_INPROGRESS) it is possible to access only
  228. * the commands (iwl_addsta_cmd and iwl_link_quality_cmd) without sta_lock
  229. * held.
  230. */
  231. struct iwl_station_entry {
  232. struct iwl_addsta_cmd sta;
  233. u8 used, ctxid;
  234. struct iwl_link_quality_cmd *lq;
  235. };
  236. /*
  237. * iwl_station_priv: Driver's private station information
  238. *
  239. * When mac80211 creates a station it reserves some space (hw->sta_data_size)
  240. * in the structure for use by driver. This structure is places in that
  241. * space.
  242. */
  243. struct iwl_station_priv {
  244. struct iwl_rxon_context *ctx;
  245. struct iwl_lq_sta lq_sta;
  246. atomic_t pending_frames;
  247. bool client;
  248. bool asleep;
  249. u8 max_agg_bufsize;
  250. u8 sta_id;
  251. };
  252. /**
  253. * struct iwl_vif_priv - driver's private per-interface information
  254. *
  255. * When mac80211 allocates a virtual interface, it can allocate
  256. * space for us to put data into.
  257. */
  258. struct iwl_vif_priv {
  259. struct iwl_rxon_context *ctx;
  260. u8 ibss_bssid_sta_id;
  261. };
  262. struct iwl_sensitivity_ranges {
  263. u16 min_nrg_cck;
  264. u16 nrg_th_cck;
  265. u16 nrg_th_ofdm;
  266. u16 auto_corr_min_ofdm;
  267. u16 auto_corr_min_ofdm_mrc;
  268. u16 auto_corr_min_ofdm_x1;
  269. u16 auto_corr_min_ofdm_mrc_x1;
  270. u16 auto_corr_max_ofdm;
  271. u16 auto_corr_max_ofdm_mrc;
  272. u16 auto_corr_max_ofdm_x1;
  273. u16 auto_corr_max_ofdm_mrc_x1;
  274. u16 auto_corr_max_cck;
  275. u16 auto_corr_max_cck_mrc;
  276. u16 auto_corr_min_cck;
  277. u16 auto_corr_min_cck_mrc;
  278. u16 barker_corr_th_min;
  279. u16 barker_corr_th_min_mrc;
  280. u16 nrg_th_cca;
  281. };
  282. #define KELVIN_TO_CELSIUS(x) ((x)-273)
  283. #define CELSIUS_TO_KELVIN(x) ((x)+273)
  284. /******************************************************************************
  285. *
  286. * Functions implemented in core module which are forward declared here
  287. * for use by iwl-[4-5].c
  288. *
  289. * NOTE: The implementation of these functions are not hardware specific
  290. * which is why they are in the core module files.
  291. *
  292. * Naming convention --
  293. * iwl_ <-- Is part of iwlwifi
  294. * iwlXXXX_ <-- Hardware specific (implemented in iwl-XXXX.c for XXXX)
  295. *
  296. ****************************************************************************/
  297. extern void iwl_update_chain_flags(struct iwl_priv *priv);
  298. extern const u8 iwl_bcast_addr[ETH_ALEN];
  299. #define IWL_OPERATION_MODE_AUTO 0
  300. #define IWL_OPERATION_MODE_HT_ONLY 1
  301. #define IWL_OPERATION_MODE_MIXED 2
  302. #define IWL_OPERATION_MODE_20MHZ 3
  303. #define TX_POWER_IWL_ILLEGAL_VOLTAGE -10000
  304. /* Sensitivity and chain noise calibration */
  305. #define INITIALIZATION_VALUE 0xFFFF
  306. #define IWL_CAL_NUM_BEACONS 16
  307. #define MAXIMUM_ALLOWED_PATHLOSS 15
  308. #define CHAIN_NOISE_MAX_DELTA_GAIN_CODE 3
  309. #define MAX_FA_OFDM 50
  310. #define MIN_FA_OFDM 5
  311. #define MAX_FA_CCK 50
  312. #define MIN_FA_CCK 5
  313. #define AUTO_CORR_STEP_OFDM 1
  314. #define AUTO_CORR_STEP_CCK 3
  315. #define AUTO_CORR_MAX_TH_CCK 160
  316. #define NRG_DIFF 2
  317. #define NRG_STEP_CCK 2
  318. #define NRG_MARGIN 8
  319. #define MAX_NUMBER_CCK_NO_FA 100
  320. #define AUTO_CORR_CCK_MIN_VAL_DEF (125)
  321. #define CHAIN_A 0
  322. #define CHAIN_B 1
  323. #define CHAIN_C 2
  324. #define CHAIN_NOISE_DELTA_GAIN_INIT_VAL 4
  325. #define ALL_BAND_FILTER 0xFF00
  326. #define IN_BAND_FILTER 0xFF
  327. #define MIN_AVERAGE_NOISE_MAX_VALUE 0xFFFFFFFF
  328. #define NRG_NUM_PREV_STAT_L 20
  329. #define NUM_RX_CHAINS 3
  330. enum iwlagn_false_alarm_state {
  331. IWL_FA_TOO_MANY = 0,
  332. IWL_FA_TOO_FEW = 1,
  333. IWL_FA_GOOD_RANGE = 2,
  334. };
  335. enum iwlagn_chain_noise_state {
  336. IWL_CHAIN_NOISE_ALIVE = 0, /* must be 0 */
  337. IWL_CHAIN_NOISE_ACCUMULATE,
  338. IWL_CHAIN_NOISE_CALIBRATED,
  339. IWL_CHAIN_NOISE_DONE,
  340. };
  341. /* Sensitivity calib data */
  342. struct iwl_sensitivity_data {
  343. u32 auto_corr_ofdm;
  344. u32 auto_corr_ofdm_mrc;
  345. u32 auto_corr_ofdm_x1;
  346. u32 auto_corr_ofdm_mrc_x1;
  347. u32 auto_corr_cck;
  348. u32 auto_corr_cck_mrc;
  349. u32 last_bad_plcp_cnt_ofdm;
  350. u32 last_fa_cnt_ofdm;
  351. u32 last_bad_plcp_cnt_cck;
  352. u32 last_fa_cnt_cck;
  353. u32 nrg_curr_state;
  354. u32 nrg_prev_state;
  355. u32 nrg_value[10];
  356. u8 nrg_silence_rssi[NRG_NUM_PREV_STAT_L];
  357. u32 nrg_silence_ref;
  358. u32 nrg_energy_idx;
  359. u32 nrg_silence_idx;
  360. u32 nrg_th_cck;
  361. s32 nrg_auto_corr_silence_diff;
  362. u32 num_in_cck_no_fa;
  363. u32 nrg_th_ofdm;
  364. u16 barker_corr_th_min;
  365. u16 barker_corr_th_min_mrc;
  366. u16 nrg_th_cca;
  367. };
  368. /* Chain noise (differential Rx gain) calib data */
  369. struct iwl_chain_noise_data {
  370. u32 active_chains;
  371. u32 chain_noise_a;
  372. u32 chain_noise_b;
  373. u32 chain_noise_c;
  374. u32 chain_signal_a;
  375. u32 chain_signal_b;
  376. u32 chain_signal_c;
  377. u16 beacon_count;
  378. u8 disconn_array[NUM_RX_CHAINS];
  379. u8 delta_gain_code[NUM_RX_CHAINS];
  380. u8 radio_write;
  381. u8 state;
  382. };
  383. enum {
  384. MEASUREMENT_READY = (1 << 0),
  385. MEASUREMENT_ACTIVE = (1 << 1),
  386. };
  387. enum iwl_nvm_type {
  388. NVM_DEVICE_TYPE_EEPROM = 0,
  389. NVM_DEVICE_TYPE_OTP,
  390. };
  391. /*
  392. * Two types of OTP memory access modes
  393. * IWL_OTP_ACCESS_ABSOLUTE - absolute address mode,
  394. * based on physical memory addressing
  395. * IWL_OTP_ACCESS_RELATIVE - relative address mode,
  396. * based on logical memory addressing
  397. */
  398. enum iwl_access_mode {
  399. IWL_OTP_ACCESS_ABSOLUTE,
  400. IWL_OTP_ACCESS_RELATIVE,
  401. };
  402. /* reply_tx_statistics (for _agn devices) */
  403. struct reply_tx_error_statistics {
  404. u32 pp_delay;
  405. u32 pp_few_bytes;
  406. u32 pp_bt_prio;
  407. u32 pp_quiet_period;
  408. u32 pp_calc_ttak;
  409. u32 int_crossed_retry;
  410. u32 short_limit;
  411. u32 long_limit;
  412. u32 fifo_underrun;
  413. u32 drain_flow;
  414. u32 rfkill_flush;
  415. u32 life_expire;
  416. u32 dest_ps;
  417. u32 host_abort;
  418. u32 bt_retry;
  419. u32 sta_invalid;
  420. u32 frag_drop;
  421. u32 tid_disable;
  422. u32 fifo_flush;
  423. u32 insuff_cf_poll;
  424. u32 fail_hw_drop;
  425. u32 sta_color_mismatch;
  426. u32 unknown;
  427. };
  428. /* reply_agg_tx_statistics (for _agn devices) */
  429. struct reply_agg_tx_error_statistics {
  430. u32 underrun;
  431. u32 bt_prio;
  432. u32 few_bytes;
  433. u32 abort;
  434. u32 last_sent_ttl;
  435. u32 last_sent_try;
  436. u32 last_sent_bt_kill;
  437. u32 scd_query;
  438. u32 bad_crc32;
  439. u32 response;
  440. u32 dump_tx;
  441. u32 delay_tx;
  442. u32 unknown;
  443. };
  444. /*
  445. * schedule the timer to wake up every UCODE_TRACE_PERIOD milliseconds
  446. * to perform continuous uCode event logging operation if enabled
  447. */
  448. #define UCODE_TRACE_PERIOD (10)
  449. /*
  450. * iwl_event_log: current uCode event log position
  451. *
  452. * @ucode_trace: enable/disable ucode continuous trace timer
  453. * @num_wraps: how many times the event buffer wraps
  454. * @next_entry: the entry just before the next one that uCode would fill
  455. * @non_wraps_count: counter for no wrap detected when dump ucode events
  456. * @wraps_once_count: counter for wrap once detected when dump ucode events
  457. * @wraps_more_count: counter for wrap more than once detected
  458. * when dump ucode events
  459. */
  460. struct iwl_event_log {
  461. bool ucode_trace;
  462. u32 num_wraps;
  463. u32 next_entry;
  464. int non_wraps_count;
  465. int wraps_once_count;
  466. int wraps_more_count;
  467. };
  468. /*
  469. * This is the threshold value of plcp error rate per 100mSecs. It is
  470. * used to set and check for the validity of plcp_delta.
  471. */
  472. #define IWL_MAX_PLCP_ERR_THRESHOLD_MIN (1)
  473. #define IWL_MAX_PLCP_ERR_THRESHOLD_DEF (50)
  474. #define IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF (100)
  475. #define IWL_MAX_PLCP_ERR_EXT_LONG_THRESHOLD_DEF (200)
  476. #define IWL_MAX_PLCP_ERR_THRESHOLD_MAX (255)
  477. #define IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE (0)
  478. #define IWL_DELAY_NEXT_FORCE_RF_RESET (HZ*3)
  479. /* TX queue watchdog timeouts in mSecs */
  480. #define IWL_WATCHHDOG_DISABLED (0)
  481. #define IWL_DEF_WD_TIMEOUT (2000)
  482. #define IWL_LONG_WD_TIMEOUT (10000)
  483. #define IWL_MAX_WD_TIMEOUT (120000)
  484. /* BT Antenna Coupling Threshold (dB) */
  485. #define IWL_BT_ANTENNA_COUPLING_THRESHOLD (35)
  486. /* Firmware reload counter and Timestamp */
  487. #define IWL_MIN_RELOAD_DURATION 1000 /* 1000 ms */
  488. #define IWL_MAX_CONTINUE_RELOAD_CNT 4
  489. struct iwl_rf_reset {
  490. int reset_request_count;
  491. int reset_success_count;
  492. int reset_reject_count;
  493. unsigned long last_reset_jiffies;
  494. };
  495. enum iwl_rxon_context_id {
  496. IWL_RXON_CTX_BSS,
  497. IWL_RXON_CTX_PAN,
  498. NUM_IWL_RXON_CTX
  499. };
  500. /* extend beacon time format bit shifting */
  501. /*
  502. * for _agn devices
  503. * bits 31:22 - extended
  504. * bits 21:0 - interval
  505. */
  506. #define IWLAGN_EXT_BEACON_TIME_POS 22
  507. struct iwl_rxon_context {
  508. struct ieee80211_vif *vif;
  509. u8 mcast_queue;
  510. u8 ac_to_queue[IEEE80211_NUM_ACS];
  511. u8 ac_to_fifo[IEEE80211_NUM_ACS];
  512. /*
  513. * We could use the vif to indicate active, but we
  514. * also need it to be active during disabling when
  515. * we already removed the vif for type setting.
  516. */
  517. bool always_active, is_active;
  518. bool ht_need_multiple_chains;
  519. enum iwl_rxon_context_id ctxid;
  520. u32 interface_modes, exclusive_interface_modes;
  521. u8 unused_devtype, ap_devtype, ibss_devtype, station_devtype;
  522. /*
  523. * We declare this const so it can only be
  524. * changed via explicit cast within the
  525. * routines that actually update the physical
  526. * hardware.
  527. */
  528. const struct iwl_rxon_cmd active;
  529. struct iwl_rxon_cmd staging;
  530. struct iwl_rxon_time_cmd timing;
  531. struct iwl_qos_info qos_data;
  532. u8 bcast_sta_id, ap_sta_id;
  533. u8 rxon_cmd, rxon_assoc_cmd, rxon_timing_cmd;
  534. u8 qos_cmd;
  535. u8 wep_key_cmd;
  536. struct iwl_wep_key wep_keys[WEP_KEYS_MAX];
  537. u8 key_mapping_keys;
  538. __le32 station_flags;
  539. int beacon_int;
  540. struct {
  541. bool non_gf_sta_present;
  542. u8 protection;
  543. bool enabled, is_40mhz;
  544. u8 extension_chan_offset;
  545. } ht;
  546. };
  547. enum iwl_scan_type {
  548. IWL_SCAN_NORMAL,
  549. IWL_SCAN_RADIO_RESET,
  550. IWL_SCAN_ROC,
  551. };
  552. /**
  553. * struct iwl_hw_params
  554. *
  555. * Holds the module parameters
  556. *
  557. * @tx_chains_num: Number of TX chains
  558. * @rx_chains_num: Number of RX chains
  559. * @valid_tx_ant: usable antennas for TX
  560. * @valid_rx_ant: usable antennas for RX
  561. * @ht40_channel: is 40MHz width possible: BIT(IEEE80211_BAND_XXX)
  562. * @sku: sku read from EEPROM
  563. * @ct_kill_threshold: temperature threshold - in hw dependent unit
  564. * @ct_kill_exit_threshold: when to reeable the device - in hw dependent unit
  565. * relevant for 1000, 6000 and up
  566. * @struct iwl_sensitivity_ranges: range of sensitivity values
  567. * @use_rts_for_aggregation: use rts/cts protection for HT traffic
  568. */
  569. struct iwl_hw_params {
  570. u8 tx_chains_num;
  571. u8 rx_chains_num;
  572. u8 valid_tx_ant;
  573. u8 valid_rx_ant;
  574. u8 ht40_channel;
  575. bool use_rts_for_aggregation;
  576. u16 sku;
  577. u32 ct_kill_threshold;
  578. u32 ct_kill_exit_threshold;
  579. const struct iwl_sensitivity_ranges *sens;
  580. };
  581. struct iwl_lib_ops {
  582. /* set hw dependent parameters */
  583. void (*set_hw_params)(struct iwl_priv *priv);
  584. int (*set_channel_switch)(struct iwl_priv *priv,
  585. struct ieee80211_channel_switch *ch_switch);
  586. /* device specific configuration */
  587. void (*nic_config)(struct iwl_priv *priv);
  588. /* eeprom operations (as defined in iwl-eeprom.h) */
  589. struct iwl_eeprom_ops eeprom_ops;
  590. /* temperature */
  591. void (*temperature)(struct iwl_priv *priv);
  592. };
  593. #ifdef CONFIG_IWLWIFI_DEVICE_TESTMODE
  594. struct iwl_testmode_trace {
  595. u32 buff_size;
  596. u32 total_size;
  597. u32 num_chunks;
  598. u8 *cpu_addr;
  599. u8 *trace_addr;
  600. dma_addr_t dma_addr;
  601. bool trace_enabled;
  602. };
  603. struct iwl_testmode_mem {
  604. u32 buff_size;
  605. u32 num_chunks;
  606. u8 *buff_addr;
  607. bool read_in_progress;
  608. };
  609. #endif
  610. struct iwl_wipan_noa_data {
  611. struct rcu_head rcu_head;
  612. u32 length;
  613. u8 data[];
  614. };
  615. /* Calibration disabling bit mask */
  616. enum {
  617. IWL_CALIB_ENABLE_ALL = 0,
  618. IWL_SENSITIVITY_CALIB_DISABLED = BIT(0),
  619. IWL_CHAIN_NOISE_CALIB_DISABLED = BIT(1),
  620. IWL_TX_POWER_CALIB_DISABLED = BIT(2),
  621. IWL_CALIB_DISABLE_ALL = 0xFFFFFFFF,
  622. };
  623. #define IWL_OP_MODE_GET_DVM(_iwl_op_mode) \
  624. ((struct iwl_priv *) ((_iwl_op_mode)->op_mode_specific))
  625. #define IWL_MAC80211_GET_DVM(_hw) \
  626. ((struct iwl_priv *) ((struct iwl_op_mode *) \
  627. (_hw)->priv)->op_mode_specific)
  628. struct iwl_priv {
  629. struct iwl_trans *trans;
  630. struct device *dev; /* for debug prints only */
  631. const struct iwl_cfg *cfg;
  632. const struct iwl_fw *fw;
  633. const struct iwl_lib_ops *lib;
  634. unsigned long status;
  635. spinlock_t sta_lock;
  636. struct mutex mutex;
  637. unsigned long transport_queue_stop;
  638. bool passive_no_rx;
  639. #define IWL_INVALID_AC 0xff
  640. u8 queue_to_ac[IWL_MAX_HW_QUEUES];
  641. atomic_t ac_stop_count[IEEE80211_NUM_ACS];
  642. unsigned long agg_q_alloc[BITS_TO_LONGS(IWL_MAX_HW_QUEUES)];
  643. /* ieee device used by generic ieee processing code */
  644. struct ieee80211_hw *hw;
  645. struct ieee80211_channel *ieee_channels;
  646. struct ieee80211_rate *ieee_rates;
  647. struct list_head calib_results;
  648. struct workqueue_struct *workqueue;
  649. struct iwl_hw_params hw_params;
  650. enum ieee80211_band band;
  651. u8 valid_contexts;
  652. void (*pre_rx_handler)(struct iwl_priv *priv,
  653. struct iwl_rx_cmd_buffer *rxb);
  654. int (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv,
  655. struct iwl_rx_cmd_buffer *rxb,
  656. struct iwl_device_cmd *cmd);
  657. struct iwl_notif_wait_data notif_wait;
  658. struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS];
  659. /* spectrum measurement report caching */
  660. struct iwl_spectrum_notification measure_report;
  661. u8 measurement_status;
  662. #define IWL_OWNERSHIP_DRIVER 0
  663. #define IWL_OWNERSHIP_TM 1
  664. u8 ucode_owner;
  665. /* ucode beacon time */
  666. u32 ucode_beacon_time;
  667. int missed_beacon_threshold;
  668. /* track IBSS manager (last beacon) status */
  669. u32 ibss_manager;
  670. /* jiffies when last recovery from statistics was performed */
  671. unsigned long rx_statistics_jiffies;
  672. /*counters */
  673. u32 rx_handlers_stats[REPLY_MAX];
  674. /* rf reset */
  675. struct iwl_rf_reset rf_reset;
  676. /* firmware reload counter and timestamp */
  677. unsigned long reload_jiffies;
  678. int reload_count;
  679. bool ucode_loaded;
  680. bool init_ucode_run; /* Don't run init uCode again */
  681. /* we allocate array of iwl_channel_info for NIC's valid channels.
  682. * Access via channel # using indirect index array */
  683. struct iwl_channel_info *channel_info; /* channel info array */
  684. u8 channel_count; /* # of channels */
  685. u8 plcp_delta_threshold;
  686. /* thermal calibration */
  687. s32 temperature; /* Celsius */
  688. s32 last_temperature;
  689. struct iwl_wipan_noa_data __rcu *noa_data;
  690. /* Scan related variables */
  691. unsigned long scan_start;
  692. unsigned long scan_start_tsf;
  693. void *scan_cmd;
  694. enum ieee80211_band scan_band;
  695. struct cfg80211_scan_request *scan_request;
  696. struct ieee80211_vif *scan_vif;
  697. enum iwl_scan_type scan_type;
  698. u8 scan_tx_ant[IEEE80211_NUM_BANDS];
  699. u8 mgmt_tx_ant;
  700. /* max number of station keys */
  701. u8 sta_key_max_num;
  702. bool new_scan_threshold_behaviour;
  703. bool wowlan;
  704. /* EEPROM MAC addresses */
  705. struct mac_address addresses[2];
  706. struct iwl_rxon_context contexts[NUM_IWL_RXON_CTX];
  707. __le16 switch_channel;
  708. u8 start_calib;
  709. struct iwl_sensitivity_data sensitivity_data;
  710. struct iwl_chain_noise_data chain_noise_data;
  711. __le16 sensitivity_tbl[HD_TABLE_SIZE];
  712. __le16 enhance_sensitivity_tbl[ENHANCE_HD_TABLE_ENTRIES];
  713. struct iwl_ht_config current_ht_config;
  714. /* Rate scaling data */
  715. u8 retry_rate;
  716. int activity_timer_active;
  717. struct iwl_power_mgr power_data;
  718. struct iwl_tt_mgmt thermal_throttle;
  719. /* station table variables */
  720. int num_stations;
  721. struct iwl_station_entry stations[IWLAGN_STATION_COUNT];
  722. unsigned long ucode_key_table;
  723. struct iwl_tid_data tid_data[IWLAGN_STATION_COUNT][IWL_MAX_TID_COUNT];
  724. u8 mac80211_registered;
  725. /* Indication if ieee80211_ops->open has been called */
  726. u8 is_open;
  727. enum nl80211_iftype iw_mode;
  728. /* Last Rx'd beacon timestamp */
  729. u64 timestamp;
  730. struct {
  731. __le32 flag;
  732. struct statistics_general_common common;
  733. struct statistics_rx_non_phy rx_non_phy;
  734. struct statistics_rx_phy rx_ofdm;
  735. struct statistics_rx_ht_phy rx_ofdm_ht;
  736. struct statistics_rx_phy rx_cck;
  737. struct statistics_tx tx;
  738. #ifdef CONFIG_IWLWIFI_DEBUGFS
  739. struct statistics_bt_activity bt_activity;
  740. __le32 num_bt_kills, accum_num_bt_kills;
  741. #endif
  742. spinlock_t lock;
  743. } statistics;
  744. #ifdef CONFIG_IWLWIFI_DEBUGFS
  745. struct {
  746. struct statistics_general_common common;
  747. struct statistics_rx_non_phy rx_non_phy;
  748. struct statistics_rx_phy rx_ofdm;
  749. struct statistics_rx_ht_phy rx_ofdm_ht;
  750. struct statistics_rx_phy rx_cck;
  751. struct statistics_tx tx;
  752. struct statistics_bt_activity bt_activity;
  753. } accum_stats, delta_stats, max_delta_stats;
  754. #endif
  755. /*
  756. * reporting the number of tids has AGG on. 0 means
  757. * no AGGREGATION
  758. */
  759. u8 agg_tids_count;
  760. struct iwl_rx_phy_res last_phy_res;
  761. bool last_phy_res_valid;
  762. /*
  763. * chain noise reset and gain commands are the
  764. * two extra calibration commands follows the standard
  765. * phy calibration commands
  766. */
  767. u8 phy_calib_chain_noise_reset_cmd;
  768. u8 phy_calib_chain_noise_gain_cmd;
  769. /* counts reply_tx error */
  770. struct reply_tx_error_statistics reply_tx_stats;
  771. struct reply_agg_tx_error_statistics reply_agg_tx_stats;
  772. /* remain-on-channel offload support */
  773. struct ieee80211_channel *hw_roc_channel;
  774. struct delayed_work hw_roc_disable_work;
  775. enum nl80211_channel_type hw_roc_chantype;
  776. int hw_roc_duration;
  777. bool hw_roc_setup, hw_roc_start_notified;
  778. /* bt coex */
  779. u8 bt_enable_flag;
  780. u8 bt_status;
  781. u8 bt_traffic_load, last_bt_traffic_load;
  782. bool bt_ch_announce;
  783. bool bt_full_concurrent;
  784. bool bt_ant_couple_ok;
  785. __le32 kill_ack_mask;
  786. __le32 kill_cts_mask;
  787. __le16 bt_valid;
  788. u16 bt_on_thresh;
  789. u16 bt_duration;
  790. u16 dynamic_frag_thresh;
  791. u8 bt_ci_compliance;
  792. struct work_struct bt_traffic_change_work;
  793. bool bt_enable_pspoll;
  794. struct iwl_rxon_context *cur_rssi_ctx;
  795. bool bt_is_sco;
  796. struct work_struct restart;
  797. struct work_struct scan_completed;
  798. struct work_struct abort_scan;
  799. struct work_struct beacon_update;
  800. struct iwl_rxon_context *beacon_ctx;
  801. struct sk_buff *beacon_skb;
  802. void *beacon_cmd;
  803. struct work_struct tt_work;
  804. struct work_struct ct_enter;
  805. struct work_struct ct_exit;
  806. struct work_struct start_internal_scan;
  807. struct work_struct tx_flush;
  808. struct work_struct bt_full_concurrency;
  809. struct work_struct bt_runtime_config;
  810. struct delayed_work scan_check;
  811. /* TX Power */
  812. s8 tx_power_user_lmt;
  813. s8 tx_power_device_lmt;
  814. s8 tx_power_lmt_in_half_dbm; /* max tx power in half-dBm format */
  815. s8 tx_power_next;
  816. #ifdef CONFIG_IWLWIFI_DEBUGFS
  817. /* debugfs */
  818. struct dentry *debugfs_dir;
  819. u32 dbgfs_sram_offset, dbgfs_sram_len;
  820. bool disable_ht40;
  821. void *wowlan_sram;
  822. #endif /* CONFIG_IWLWIFI_DEBUGFS */
  823. /* eeprom -- this is in the card's little endian byte order */
  824. u8 *eeprom;
  825. enum iwl_nvm_type nvm_device_type;
  826. struct work_struct txpower_work;
  827. u32 calib_disabled;
  828. struct work_struct run_time_calib_work;
  829. struct timer_list statistics_periodic;
  830. struct timer_list ucode_trace;
  831. struct iwl_event_log event_log;
  832. struct led_classdev led;
  833. unsigned long blink_on, blink_off;
  834. bool led_registered;
  835. #ifdef CONFIG_IWLWIFI_DEVICE_TESTMODE
  836. struct iwl_testmode_trace testmode_trace;
  837. struct iwl_testmode_mem testmode_mem;
  838. u32 tm_fixed_rate;
  839. #endif
  840. /* WoWLAN GTK rekey data */
  841. u8 kck[NL80211_KCK_LEN], kek[NL80211_KEK_LEN];
  842. __le64 replay_ctr;
  843. __le16 last_seq_ctl;
  844. bool have_rekey_data;
  845. /* device_pointers: pointers to ucode event tables */
  846. struct {
  847. u32 error_event_table;
  848. u32 log_event_table;
  849. } device_pointers;
  850. /* indicator of loaded ucode image */
  851. enum iwl_ucode_type cur_ucode;
  852. }; /*iwl_priv */
  853. extern struct kmem_cache *iwl_tx_cmd_pool;
  854. static inline struct iwl_rxon_context *
  855. iwl_rxon_ctx_from_vif(struct ieee80211_vif *vif)
  856. {
  857. struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
  858. return vif_priv->ctx;
  859. }
  860. #define for_each_context(priv, ctx) \
  861. for (ctx = &priv->contexts[IWL_RXON_CTX_BSS]; \
  862. ctx < &priv->contexts[NUM_IWL_RXON_CTX]; ctx++) \
  863. if (priv->valid_contexts & BIT(ctx->ctxid))
  864. static inline int iwl_is_associated_ctx(struct iwl_rxon_context *ctx)
  865. {
  866. return (ctx->active.filter_flags & RXON_FILTER_ASSOC_MSK) ? 1 : 0;
  867. }
  868. static inline int iwl_is_associated(struct iwl_priv *priv,
  869. enum iwl_rxon_context_id ctxid)
  870. {
  871. return iwl_is_associated_ctx(&priv->contexts[ctxid]);
  872. }
  873. static inline int iwl_is_any_associated(struct iwl_priv *priv)
  874. {
  875. struct iwl_rxon_context *ctx;
  876. for_each_context(priv, ctx)
  877. if (iwl_is_associated_ctx(ctx))
  878. return true;
  879. return false;
  880. }
  881. static inline int is_channel_valid(const struct iwl_channel_info *ch_info)
  882. {
  883. if (ch_info == NULL)
  884. return 0;
  885. return (ch_info->flags & EEPROM_CHANNEL_VALID) ? 1 : 0;
  886. }
  887. static inline int is_channel_radar(const struct iwl_channel_info *ch_info)
  888. {
  889. return (ch_info->flags & EEPROM_CHANNEL_RADAR) ? 1 : 0;
  890. }
  891. static inline u8 is_channel_a_band(const struct iwl_channel_info *ch_info)
  892. {
  893. return ch_info->band == IEEE80211_BAND_5GHZ;
  894. }
  895. static inline u8 is_channel_bg_band(const struct iwl_channel_info *ch_info)
  896. {
  897. return ch_info->band == IEEE80211_BAND_2GHZ;
  898. }
  899. static inline int is_channel_passive(const struct iwl_channel_info *ch)
  900. {
  901. return (!(ch->flags & EEPROM_CHANNEL_ACTIVE)) ? 1 : 0;
  902. }
  903. static inline int is_channel_ibss(const struct iwl_channel_info *ch)
  904. {
  905. return ((ch->flags & EEPROM_CHANNEL_IBSS)) ? 1 : 0;
  906. }
  907. #endif /* __iwl_dev_h__ */