iwl-dev.h 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2003 - 2010 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. * Please use iwl-4965-hw.h for hardware-related definitions.
  30. */
  31. #ifndef __iwl_dev_h__
  32. #define __iwl_dev_h__
  33. #include <linux/pci.h> /* for struct pci_device_id */
  34. #include <linux/kernel.h>
  35. #include <net/ieee80211_radiotap.h>
  36. #include "iwl-eeprom.h"
  37. #include "iwl-csr.h"
  38. #include "iwl-prph.h"
  39. #include "iwl-fh.h"
  40. #include "iwl-debug.h"
  41. #include "iwl-4965-hw.h"
  42. #include "iwl-3945-hw.h"
  43. #include "iwl-agn-hw.h"
  44. #include "iwl-led.h"
  45. #include "iwl-power.h"
  46. #include "iwl-agn-rs.h"
  47. #include "iwl-agn-tt.h"
  48. struct iwl_tx_queue;
  49. /* CT-KILL constants */
  50. #define CT_KILL_THRESHOLD_LEGACY 110 /* in Celsius */
  51. #define CT_KILL_THRESHOLD 114 /* in Celsius */
  52. #define CT_KILL_EXIT_THRESHOLD 95 /* in Celsius */
  53. /* Default noise level to report when noise measurement is not available.
  54. * This may be because we're:
  55. * 1) Not associated (4965, no beacon statistics being sent to driver)
  56. * 2) Scanning (noise measurement does not apply to associated channel)
  57. * 3) Receiving CCK (3945 delivers noise info only for OFDM frames)
  58. * Use default noise value of -127 ... this is below the range of measurable
  59. * Rx dBm for either 3945 or 4965, so it can indicate "unmeasurable" to user.
  60. * Also, -127 works better than 0 when averaging frames with/without
  61. * noise info (e.g. averaging might be done in app); measured dBm values are
  62. * always negative ... using a negative value as the default keeps all
  63. * averages within an s8's (used in some apps) range of negative values. */
  64. #define IWL_NOISE_MEAS_NOT_AVAILABLE (-127)
  65. /*
  66. * RTS threshold here is total size [2347] minus 4 FCS bytes
  67. * Per spec:
  68. * a value of 0 means RTS on all data/management packets
  69. * a value > max MSDU size means no RTS
  70. * else RTS for data/management frames where MPDU is larger
  71. * than RTS value.
  72. */
  73. #define DEFAULT_RTS_THRESHOLD 2347U
  74. #define MIN_RTS_THRESHOLD 0U
  75. #define MAX_RTS_THRESHOLD 2347U
  76. #define MAX_MSDU_SIZE 2304U
  77. #define MAX_MPDU_SIZE 2346U
  78. #define DEFAULT_BEACON_INTERVAL 100U
  79. #define DEFAULT_SHORT_RETRY_LIMIT 7U
  80. #define DEFAULT_LONG_RETRY_LIMIT 4U
  81. struct iwl_rx_mem_buffer {
  82. dma_addr_t page_dma;
  83. struct page *page;
  84. struct list_head list;
  85. };
  86. #define rxb_addr(r) page_address(r->page)
  87. /* defined below */
  88. struct iwl_device_cmd;
  89. struct iwl_cmd_meta {
  90. /* only for SYNC commands, iff the reply skb is wanted */
  91. struct iwl_host_cmd *source;
  92. /*
  93. * only for ASYNC commands
  94. * (which is somewhat stupid -- look at iwl-sta.c for instance
  95. * which duplicates a bunch of code because the callback isn't
  96. * invoked for SYNC commands, if it were and its result passed
  97. * through it would be simpler...)
  98. */
  99. void (*callback)(struct iwl_priv *priv,
  100. struct iwl_device_cmd *cmd,
  101. struct iwl_rx_packet *pkt);
  102. /* The CMD_SIZE_HUGE flag bit indicates that the command
  103. * structure is stored at the end of the shared queue memory. */
  104. u32 flags;
  105. DEFINE_DMA_UNMAP_ADDR(mapping);
  106. DEFINE_DMA_UNMAP_LEN(len);
  107. };
  108. /*
  109. * Generic queue structure
  110. *
  111. * Contains common data for Rx and Tx queues
  112. */
  113. struct iwl_queue {
  114. int n_bd; /* number of BDs in this queue */
  115. int write_ptr; /* 1-st empty entry (index) host_w*/
  116. int read_ptr; /* last used entry (index) host_r*/
  117. /* use for monitoring and recovering the stuck queue */
  118. int last_read_ptr; /* storing the last read_ptr */
  119. /* number of time read_ptr and last_read_ptr are the same */
  120. u8 repeat_same_read_ptr;
  121. dma_addr_t dma_addr; /* physical addr for BD's */
  122. int n_window; /* safe queue window */
  123. u32 id;
  124. int low_mark; /* low watermark, resume queue if free
  125. * space more than this */
  126. int high_mark; /* high watermark, stop queue if free
  127. * space less than this */
  128. } __packed;
  129. /* One for each TFD */
  130. struct iwl_tx_info {
  131. struct sk_buff *skb;
  132. struct iwl_rxon_context *ctx;
  133. };
  134. /**
  135. * struct iwl_tx_queue - Tx Queue for DMA
  136. * @q: generic Rx/Tx queue descriptor
  137. * @bd: base of circular buffer of TFDs
  138. * @cmd: array of command/TX buffer pointers
  139. * @meta: array of meta data for each command/tx buffer
  140. * @dma_addr_cmd: physical address of cmd/tx buffer array
  141. * @txb: array of per-TFD driver data
  142. * @need_update: indicates need to update read/write index
  143. * @sched_retry: indicates queue is high-throughput aggregation (HT AGG) enabled
  144. *
  145. * A Tx queue consists of circular buffer of BDs (a.k.a. TFDs, transmit frame
  146. * descriptors) and required locking structures.
  147. */
  148. #define TFD_TX_CMD_SLOTS 256
  149. #define TFD_CMD_SLOTS 32
  150. struct iwl_tx_queue {
  151. struct iwl_queue q;
  152. void *tfds;
  153. struct iwl_device_cmd **cmd;
  154. struct iwl_cmd_meta *meta;
  155. struct iwl_tx_info *txb;
  156. u8 need_update;
  157. u8 sched_retry;
  158. u8 active;
  159. u8 swq_id;
  160. };
  161. #define IWL_NUM_SCAN_RATES (2)
  162. struct iwl4965_channel_tgd_info {
  163. u8 type;
  164. s8 max_power;
  165. };
  166. struct iwl4965_channel_tgh_info {
  167. s64 last_radar_time;
  168. };
  169. #define IWL4965_MAX_RATE (33)
  170. struct iwl3945_clip_group {
  171. /* maximum power level to prevent clipping for each rate, derived by
  172. * us from this band's saturation power in EEPROM */
  173. const s8 clip_powers[IWL_MAX_RATES];
  174. };
  175. /* current Tx power values to use, one for each rate for each channel.
  176. * requested power is limited by:
  177. * -- regulatory EEPROM limits for this channel
  178. * -- hardware capabilities (clip-powers)
  179. * -- spectrum management
  180. * -- user preference (e.g. iwconfig)
  181. * when requested power is set, base power index must also be set. */
  182. struct iwl3945_channel_power_info {
  183. struct iwl3945_tx_power tpc; /* actual radio and DSP gain settings */
  184. s8 power_table_index; /* actual (compenst'd) index into gain table */
  185. s8 base_power_index; /* gain index for power at factory temp. */
  186. s8 requested_power; /* power (dBm) requested for this chnl/rate */
  187. };
  188. /* current scan Tx power values to use, one for each scan rate for each
  189. * channel. */
  190. struct iwl3945_scan_power_info {
  191. struct iwl3945_tx_power tpc; /* actual radio and DSP gain settings */
  192. s8 power_table_index; /* actual (compenst'd) index into gain table */
  193. s8 requested_power; /* scan pwr (dBm) requested for chnl/rate */
  194. };
  195. /*
  196. * One for each channel, holds all channel setup data
  197. * Some of the fields (e.g. eeprom and flags/max_power_avg) are redundant
  198. * with one another!
  199. */
  200. struct iwl_channel_info {
  201. struct iwl4965_channel_tgd_info tgd;
  202. struct iwl4965_channel_tgh_info tgh;
  203. struct iwl_eeprom_channel eeprom; /* EEPROM regulatory limit */
  204. struct iwl_eeprom_channel ht40_eeprom; /* EEPROM regulatory limit for
  205. * HT40 channel */
  206. u8 channel; /* channel number */
  207. u8 flags; /* flags copied from EEPROM */
  208. s8 max_power_avg; /* (dBm) regul. eeprom, normal Tx, any rate */
  209. s8 curr_txpow; /* (dBm) regulatory/spectrum/user (not h/w) limit */
  210. s8 min_power; /* always 0 */
  211. s8 scan_power; /* (dBm) regul. eeprom, direct scans, any rate */
  212. u8 group_index; /* 0-4, maps channel to group1/2/3/4/5 */
  213. u8 band_index; /* 0-4, maps channel to band1/2/3/4/5 */
  214. enum ieee80211_band band;
  215. /* HT40 channel info */
  216. s8 ht40_max_power_avg; /* (dBm) regul. eeprom, normal Tx, any rate */
  217. u8 ht40_flags; /* flags copied from EEPROM */
  218. u8 ht40_extension_channel; /* HT_IE_EXT_CHANNEL_* */
  219. /* Radio/DSP gain settings for each "normal" data Tx rate.
  220. * These include, in addition to RF and DSP gain, a few fields for
  221. * remembering/modifying gain settings (indexes). */
  222. struct iwl3945_channel_power_info power_info[IWL4965_MAX_RATE];
  223. /* Radio/DSP gain settings for each scan rate, for directed scans. */
  224. struct iwl3945_scan_power_info scan_pwr_info[IWL_NUM_SCAN_RATES];
  225. };
  226. #define IWL_TX_FIFO_BK 0 /* shared */
  227. #define IWL_TX_FIFO_BE 1
  228. #define IWL_TX_FIFO_VI 2 /* shared */
  229. #define IWL_TX_FIFO_VO 3
  230. #define IWL_TX_FIFO_BK_IPAN IWL_TX_FIFO_BK
  231. #define IWL_TX_FIFO_BE_IPAN 4
  232. #define IWL_TX_FIFO_VI_IPAN IWL_TX_FIFO_VI
  233. #define IWL_TX_FIFO_VO_IPAN 5
  234. #define IWL_TX_FIFO_UNUSED -1
  235. /* Minimum number of queues. MAX_NUM is defined in hw specific files.
  236. * Set the minimum to accommodate the 4 standard TX queues, 1 command
  237. * queue, 2 (unused) HCCA queues, and 4 HT queues (one for each AC) */
  238. #define IWL_MIN_NUM_QUEUES 10
  239. /*
  240. * Command queue depends on iPAN support.
  241. */
  242. #define IWL_DEFAULT_CMD_QUEUE_NUM 4
  243. #define IWL_IPAN_CMD_QUEUE_NUM 9
  244. /*
  245. * This queue number is required for proper operation
  246. * because the ucode will stop/start the scheduler as
  247. * required.
  248. */
  249. #define IWL_IPAN_MCAST_QUEUE 8
  250. /* Power management (not Tx power) structures */
  251. enum iwl_pwr_src {
  252. IWL_PWR_SRC_VMAIN,
  253. IWL_PWR_SRC_VAUX,
  254. };
  255. #define IEEE80211_DATA_LEN 2304
  256. #define IEEE80211_4ADDR_LEN 30
  257. #define IEEE80211_HLEN (IEEE80211_4ADDR_LEN)
  258. #define IEEE80211_FRAME_LEN (IEEE80211_DATA_LEN + IEEE80211_HLEN)
  259. struct iwl_frame {
  260. union {
  261. struct ieee80211_hdr frame;
  262. struct iwl_tx_beacon_cmd beacon;
  263. u8 raw[IEEE80211_FRAME_LEN];
  264. u8 cmd[360];
  265. } u;
  266. struct list_head list;
  267. };
  268. #define SEQ_TO_SN(seq) (((seq) & IEEE80211_SCTL_SEQ) >> 4)
  269. #define SN_TO_SEQ(ssn) (((ssn) << 4) & IEEE80211_SCTL_SEQ)
  270. #define MAX_SN ((IEEE80211_SCTL_SEQ) >> 4)
  271. enum {
  272. CMD_SYNC = 0,
  273. CMD_SIZE_NORMAL = 0,
  274. CMD_NO_SKB = 0,
  275. CMD_SIZE_HUGE = (1 << 0),
  276. CMD_ASYNC = (1 << 1),
  277. CMD_WANT_SKB = (1 << 2),
  278. };
  279. #define DEF_CMD_PAYLOAD_SIZE 320
  280. /**
  281. * struct iwl_device_cmd
  282. *
  283. * For allocation of the command and tx queues, this establishes the overall
  284. * size of the largest command we send to uCode, except for a scan command
  285. * (which is relatively huge; space is allocated separately).
  286. */
  287. struct iwl_device_cmd {
  288. struct iwl_cmd_header hdr; /* uCode API */
  289. union {
  290. u32 flags;
  291. u8 val8;
  292. u16 val16;
  293. u32 val32;
  294. struct iwl_tx_cmd tx;
  295. struct iwl6000_channel_switch_cmd chswitch;
  296. u8 payload[DEF_CMD_PAYLOAD_SIZE];
  297. } __packed cmd;
  298. } __packed;
  299. #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct iwl_device_cmd))
  300. struct iwl_host_cmd {
  301. const void *data;
  302. unsigned long reply_page;
  303. void (*callback)(struct iwl_priv *priv,
  304. struct iwl_device_cmd *cmd,
  305. struct iwl_rx_packet *pkt);
  306. u32 flags;
  307. u16 len;
  308. u8 id;
  309. };
  310. #define SUP_RATE_11A_MAX_NUM_CHANNELS 8
  311. #define SUP_RATE_11B_MAX_NUM_CHANNELS 4
  312. #define SUP_RATE_11G_MAX_NUM_CHANNELS 12
  313. /**
  314. * struct iwl_rx_queue - Rx queue
  315. * @bd: driver's pointer to buffer of receive buffer descriptors (rbd)
  316. * @bd_dma: bus address of buffer of receive buffer descriptors (rbd)
  317. * @read: Shared index to newest available Rx buffer
  318. * @write: Shared index to oldest written Rx packet
  319. * @free_count: Number of pre-allocated buffers in rx_free
  320. * @rx_free: list of free SKBs for use
  321. * @rx_used: List of Rx buffers with no SKB
  322. * @need_update: flag to indicate we need to update read/write index
  323. * @rb_stts: driver's pointer to receive buffer status
  324. * @rb_stts_dma: bus address of receive buffer status
  325. *
  326. * NOTE: rx_free and rx_used are used as a FIFO for iwl_rx_mem_buffers
  327. */
  328. struct iwl_rx_queue {
  329. __le32 *bd;
  330. dma_addr_t bd_dma;
  331. struct iwl_rx_mem_buffer pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS];
  332. struct iwl_rx_mem_buffer *queue[RX_QUEUE_SIZE];
  333. u32 read;
  334. u32 write;
  335. u32 free_count;
  336. u32 write_actual;
  337. struct list_head rx_free;
  338. struct list_head rx_used;
  339. int need_update;
  340. struct iwl_rb_status *rb_stts;
  341. dma_addr_t rb_stts_dma;
  342. spinlock_t lock;
  343. };
  344. #define IWL_SUPPORTED_RATES_IE_LEN 8
  345. #define MAX_TID_COUNT 9
  346. #define IWL_INVALID_RATE 0xFF
  347. #define IWL_INVALID_VALUE -1
  348. /**
  349. * struct iwl_ht_agg -- aggregation status while waiting for block-ack
  350. * @txq_id: Tx queue used for Tx attempt
  351. * @frame_count: # frames attempted by Tx command
  352. * @wait_for_ba: Expect block-ack before next Tx reply
  353. * @start_idx: Index of 1st Transmit Frame Descriptor (TFD) in Tx window
  354. * @bitmap0: Low order bitmap, one bit for each frame pending ACK in Tx window
  355. * @bitmap1: High order, one bit for each frame pending ACK in Tx window
  356. * @rate_n_flags: Rate at which Tx was attempted
  357. *
  358. * If REPLY_TX indicates that aggregation was attempted, driver must wait
  359. * for block ack (REPLY_COMPRESSED_BA). This struct stores tx reply info
  360. * until block ack arrives.
  361. */
  362. struct iwl_ht_agg {
  363. u16 txq_id;
  364. u16 frame_count;
  365. u16 wait_for_ba;
  366. u16 start_idx;
  367. u64 bitmap;
  368. u32 rate_n_flags;
  369. #define IWL_AGG_OFF 0
  370. #define IWL_AGG_ON 1
  371. #define IWL_EMPTYING_HW_QUEUE_ADDBA 2
  372. #define IWL_EMPTYING_HW_QUEUE_DELBA 3
  373. u8 state;
  374. };
  375. struct iwl_tid_data {
  376. u16 seq_number; /* agn only */
  377. u16 tfds_in_queue;
  378. struct iwl_ht_agg agg;
  379. };
  380. struct iwl_hw_key {
  381. u32 cipher;
  382. int keylen;
  383. u8 keyidx;
  384. u8 key[32];
  385. };
  386. union iwl_ht_rate_supp {
  387. u16 rates;
  388. struct {
  389. u8 siso_rate;
  390. u8 mimo_rate;
  391. };
  392. };
  393. #define CFG_HT_RX_AMPDU_FACTOR_8K (0x0)
  394. #define CFG_HT_RX_AMPDU_FACTOR_16K (0x1)
  395. #define CFG_HT_RX_AMPDU_FACTOR_32K (0x2)
  396. #define CFG_HT_RX_AMPDU_FACTOR_64K (0x3)
  397. #define CFG_HT_RX_AMPDU_FACTOR_DEF CFG_HT_RX_AMPDU_FACTOR_64K
  398. #define CFG_HT_RX_AMPDU_FACTOR_MAX CFG_HT_RX_AMPDU_FACTOR_64K
  399. #define CFG_HT_RX_AMPDU_FACTOR_MIN CFG_HT_RX_AMPDU_FACTOR_8K
  400. /*
  401. * Maximal MPDU density for TX aggregation
  402. * 4 - 2us density
  403. * 5 - 4us density
  404. * 6 - 8us density
  405. * 7 - 16us density
  406. */
  407. #define CFG_HT_MPDU_DENSITY_2USEC (0x4)
  408. #define CFG_HT_MPDU_DENSITY_4USEC (0x5)
  409. #define CFG_HT_MPDU_DENSITY_8USEC (0x6)
  410. #define CFG_HT_MPDU_DENSITY_16USEC (0x7)
  411. #define CFG_HT_MPDU_DENSITY_DEF CFG_HT_MPDU_DENSITY_4USEC
  412. #define CFG_HT_MPDU_DENSITY_MAX CFG_HT_MPDU_DENSITY_16USEC
  413. #define CFG_HT_MPDU_DENSITY_MIN (0x1)
  414. struct iwl_ht_config {
  415. bool single_chain_sufficient;
  416. enum ieee80211_smps_mode smps; /* current smps mode */
  417. };
  418. /* QoS structures */
  419. struct iwl_qos_info {
  420. int qos_active;
  421. struct iwl_qosparam_cmd def_qos_parm;
  422. };
  423. /*
  424. * Structure should be accessed with sta_lock held. When station addition
  425. * is in progress (IWL_STA_UCODE_INPROGRESS) it is possible to access only
  426. * the commands (iwl_addsta_cmd and iwl_link_quality_cmd) without sta_lock
  427. * held.
  428. */
  429. struct iwl_station_entry {
  430. struct iwl_addsta_cmd sta;
  431. struct iwl_tid_data tid[MAX_TID_COUNT];
  432. u8 used, ctxid;
  433. struct iwl_hw_key keyinfo;
  434. struct iwl_link_quality_cmd *lq;
  435. };
  436. struct iwl_station_priv_common {
  437. struct iwl_rxon_context *ctx;
  438. u8 sta_id;
  439. };
  440. /*
  441. * iwl_station_priv: Driver's private station information
  442. *
  443. * When mac80211 creates a station it reserves some space (hw->sta_data_size)
  444. * in the structure for use by driver. This structure is places in that
  445. * space.
  446. *
  447. * The common struct MUST be first because it is shared between
  448. * 3945 and agn!
  449. */
  450. struct iwl_station_priv {
  451. struct iwl_station_priv_common common;
  452. struct iwl_lq_sta lq_sta;
  453. atomic_t pending_frames;
  454. bool client;
  455. bool asleep;
  456. };
  457. /**
  458. * struct iwl_vif_priv - driver's private per-interface information
  459. *
  460. * When mac80211 allocates a virtual interface, it can allocate
  461. * space for us to put data into.
  462. */
  463. struct iwl_vif_priv {
  464. struct iwl_rxon_context *ctx;
  465. u8 ibss_bssid_sta_id;
  466. };
  467. /* one for each uCode image (inst/data, boot/init/runtime) */
  468. struct fw_desc {
  469. void *v_addr; /* access by driver */
  470. dma_addr_t p_addr; /* access by card's busmaster DMA */
  471. u32 len; /* bytes */
  472. };
  473. /* v1/v2 uCode file layout */
  474. struct iwl_ucode_header {
  475. __le32 ver; /* major/minor/API/serial */
  476. union {
  477. struct {
  478. __le32 inst_size; /* bytes of runtime code */
  479. __le32 data_size; /* bytes of runtime data */
  480. __le32 init_size; /* bytes of init code */
  481. __le32 init_data_size; /* bytes of init data */
  482. __le32 boot_size; /* bytes of bootstrap code */
  483. u8 data[0]; /* in same order as sizes */
  484. } v1;
  485. struct {
  486. __le32 build; /* build number */
  487. __le32 inst_size; /* bytes of runtime code */
  488. __le32 data_size; /* bytes of runtime data */
  489. __le32 init_size; /* bytes of init code */
  490. __le32 init_data_size; /* bytes of init data */
  491. __le32 boot_size; /* bytes of bootstrap code */
  492. u8 data[0]; /* in same order as sizes */
  493. } v2;
  494. } u;
  495. };
  496. /*
  497. * new TLV uCode file layout
  498. *
  499. * The new TLV file format contains TLVs, that each specify
  500. * some piece of data. To facilitate "groups", for example
  501. * different instruction image with different capabilities,
  502. * bundled with the same init image, an alternative mechanism
  503. * is provided:
  504. * When the alternative field is 0, that means that the item
  505. * is always valid. When it is non-zero, then it is only
  506. * valid in conjunction with items of the same alternative,
  507. * in which case the driver (user) selects one alternative
  508. * to use.
  509. */
  510. enum iwl_ucode_tlv_type {
  511. IWL_UCODE_TLV_INVALID = 0, /* unused */
  512. IWL_UCODE_TLV_INST = 1,
  513. IWL_UCODE_TLV_DATA = 2,
  514. IWL_UCODE_TLV_INIT = 3,
  515. IWL_UCODE_TLV_INIT_DATA = 4,
  516. IWL_UCODE_TLV_BOOT = 5,
  517. IWL_UCODE_TLV_PROBE_MAX_LEN = 6, /* a u32 value */
  518. IWL_UCODE_TLV_PAN = 7,
  519. IWL_UCODE_TLV_RUNT_EVTLOG_PTR = 8,
  520. IWL_UCODE_TLV_RUNT_EVTLOG_SIZE = 9,
  521. IWL_UCODE_TLV_RUNT_ERRLOG_PTR = 10,
  522. IWL_UCODE_TLV_INIT_EVTLOG_PTR = 11,
  523. IWL_UCODE_TLV_INIT_EVTLOG_SIZE = 12,
  524. IWL_UCODE_TLV_INIT_ERRLOG_PTR = 13,
  525. IWL_UCODE_TLV_ENHANCE_SENS_TBL = 14,
  526. IWL_UCODE_TLV_PHY_CALIBRATION_SIZE = 15,
  527. };
  528. struct iwl_ucode_tlv {
  529. __le16 type; /* see above */
  530. __le16 alternative; /* see comment */
  531. __le32 length; /* not including type/length fields */
  532. u8 data[0];
  533. } __packed;
  534. #define IWL_TLV_UCODE_MAGIC 0x0a4c5749
  535. struct iwl_tlv_ucode_header {
  536. /*
  537. * The TLV style ucode header is distinguished from
  538. * the v1/v2 style header by first four bytes being
  539. * zero, as such is an invalid combination of
  540. * major/minor/API/serial versions.
  541. */
  542. __le32 zero;
  543. __le32 magic;
  544. u8 human_readable[64];
  545. __le32 ver; /* major/minor/API/serial */
  546. __le32 build;
  547. __le64 alternatives; /* bitmask of valid alternatives */
  548. /*
  549. * The data contained herein has a TLV layout,
  550. * see above for the TLV header and types.
  551. * Note that each TLV is padded to a length
  552. * that is a multiple of 4 for alignment.
  553. */
  554. u8 data[0];
  555. };
  556. struct iwl4965_ibss_seq {
  557. u8 mac[ETH_ALEN];
  558. u16 seq_num;
  559. u16 frag_num;
  560. unsigned long packet_time;
  561. struct list_head list;
  562. };
  563. struct iwl_sensitivity_ranges {
  564. u16 min_nrg_cck;
  565. u16 max_nrg_cck;
  566. u16 nrg_th_cck;
  567. u16 nrg_th_ofdm;
  568. u16 auto_corr_min_ofdm;
  569. u16 auto_corr_min_ofdm_mrc;
  570. u16 auto_corr_min_ofdm_x1;
  571. u16 auto_corr_min_ofdm_mrc_x1;
  572. u16 auto_corr_max_ofdm;
  573. u16 auto_corr_max_ofdm_mrc;
  574. u16 auto_corr_max_ofdm_x1;
  575. u16 auto_corr_max_ofdm_mrc_x1;
  576. u16 auto_corr_max_cck;
  577. u16 auto_corr_max_cck_mrc;
  578. u16 auto_corr_min_cck;
  579. u16 auto_corr_min_cck_mrc;
  580. u16 barker_corr_th_min;
  581. u16 barker_corr_th_min_mrc;
  582. u16 nrg_th_cca;
  583. };
  584. #define KELVIN_TO_CELSIUS(x) ((x)-273)
  585. #define CELSIUS_TO_KELVIN(x) ((x)+273)
  586. /**
  587. * struct iwl_hw_params
  588. * @max_txq_num: Max # Tx queues supported
  589. * @dma_chnl_num: Number of Tx DMA/FIFO channels
  590. * @scd_bc_tbls_size: size of scheduler byte count tables
  591. * @tfd_size: TFD size
  592. * @tx/rx_chains_num: Number of TX/RX chains
  593. * @valid_tx/rx_ant: usable antennas
  594. * @max_rxq_size: Max # Rx frames in Rx queue (must be power-of-2)
  595. * @max_rxq_log: Log-base-2 of max_rxq_size
  596. * @rx_page_order: Rx buffer page order
  597. * @rx_wrt_ptr_reg: FH{39}_RSCSR_CHNL0_WPTR
  598. * @max_stations:
  599. * @ht40_channel: is 40MHz width possible in band 2.4
  600. * BIT(IEEE80211_BAND_5GHZ) BIT(IEEE80211_BAND_5GHZ)
  601. * @sw_crypto: 0 for hw, 1 for sw
  602. * @max_xxx_size: for ucode uses
  603. * @ct_kill_threshold: temperature threshold
  604. * @beacon_time_tsf_bits: number of valid tsf bits for beacon time
  605. * @calib_init_cfg: setup initial calibrations for the hw
  606. * @struct iwl_sensitivity_ranges: range of sensitivity values
  607. */
  608. struct iwl_hw_params {
  609. u8 max_txq_num;
  610. u8 dma_chnl_num;
  611. u16 scd_bc_tbls_size;
  612. u32 tfd_size;
  613. u8 tx_chains_num;
  614. u8 rx_chains_num;
  615. u8 valid_tx_ant;
  616. u8 valid_rx_ant;
  617. u16 max_rxq_size;
  618. u16 max_rxq_log;
  619. u32 rx_page_order;
  620. u32 rx_wrt_ptr_reg;
  621. u8 max_stations;
  622. u8 ht40_channel;
  623. u8 max_beacon_itrvl; /* in 1024 ms */
  624. u32 max_inst_size;
  625. u32 max_data_size;
  626. u32 max_bsm_size;
  627. u32 ct_kill_threshold; /* value in hw-dependent units */
  628. u32 ct_kill_exit_threshold; /* value in hw-dependent units */
  629. /* for 1000, 6000 series and up */
  630. u16 beacon_time_tsf_bits;
  631. u32 calib_init_cfg;
  632. const struct iwl_sensitivity_ranges *sens;
  633. };
  634. /******************************************************************************
  635. *
  636. * Functions implemented in core module which are forward declared here
  637. * for use by iwl-[4-5].c
  638. *
  639. * NOTE: The implementation of these functions are not hardware specific
  640. * which is why they are in the core module files.
  641. *
  642. * Naming convention --
  643. * iwl_ <-- Is part of iwlwifi
  644. * iwlXXXX_ <-- Hardware specific (implemented in iwl-XXXX.c for XXXX)
  645. * iwl4965_bg_ <-- Called from work queue context
  646. * iwl4965_mac_ <-- mac80211 callback
  647. *
  648. ****************************************************************************/
  649. extern void iwl_update_chain_flags(struct iwl_priv *priv);
  650. extern int iwl_set_pwr_src(struct iwl_priv *priv, enum iwl_pwr_src src);
  651. extern const u8 iwl_bcast_addr[ETH_ALEN];
  652. extern int iwl_rxq_stop(struct iwl_priv *priv);
  653. extern void iwl_txq_ctx_stop(struct iwl_priv *priv);
  654. extern int iwl_queue_space(const struct iwl_queue *q);
  655. static inline int iwl_queue_used(const struct iwl_queue *q, int i)
  656. {
  657. return q->write_ptr >= q->read_ptr ?
  658. (i >= q->read_ptr && i < q->write_ptr) :
  659. !(i < q->read_ptr && i >= q->write_ptr);
  660. }
  661. static inline u8 get_cmd_index(struct iwl_queue *q, u32 index, int is_huge)
  662. {
  663. /*
  664. * This is for init calibration result and scan command which
  665. * required buffer > TFD_MAX_PAYLOAD_SIZE,
  666. * the big buffer at end of command array
  667. */
  668. if (is_huge)
  669. return q->n_window; /* must be power of 2 */
  670. /* Otherwise, use normal size buffers */
  671. return index & (q->n_window - 1);
  672. }
  673. struct iwl_dma_ptr {
  674. dma_addr_t dma;
  675. void *addr;
  676. size_t size;
  677. };
  678. #define IWL_OPERATION_MODE_AUTO 0
  679. #define IWL_OPERATION_MODE_HT_ONLY 1
  680. #define IWL_OPERATION_MODE_MIXED 2
  681. #define IWL_OPERATION_MODE_20MHZ 3
  682. #define IWL_TX_CRC_SIZE 4
  683. #define IWL_TX_DELIMITER_SIZE 4
  684. #define TX_POWER_IWL_ILLEGAL_VOLTAGE -10000
  685. /* Sensitivity and chain noise calibration */
  686. #define INITIALIZATION_VALUE 0xFFFF
  687. #define IWL4965_CAL_NUM_BEACONS 20
  688. #define IWL_CAL_NUM_BEACONS 16
  689. #define MAXIMUM_ALLOWED_PATHLOSS 15
  690. #define CHAIN_NOISE_MAX_DELTA_GAIN_CODE 3
  691. #define MAX_FA_OFDM 50
  692. #define MIN_FA_OFDM 5
  693. #define MAX_FA_CCK 50
  694. #define MIN_FA_CCK 5
  695. #define AUTO_CORR_STEP_OFDM 1
  696. #define AUTO_CORR_STEP_CCK 3
  697. #define AUTO_CORR_MAX_TH_CCK 160
  698. #define NRG_DIFF 2
  699. #define NRG_STEP_CCK 2
  700. #define NRG_MARGIN 8
  701. #define MAX_NUMBER_CCK_NO_FA 100
  702. #define AUTO_CORR_CCK_MIN_VAL_DEF (125)
  703. #define CHAIN_A 0
  704. #define CHAIN_B 1
  705. #define CHAIN_C 2
  706. #define CHAIN_NOISE_DELTA_GAIN_INIT_VAL 4
  707. #define ALL_BAND_FILTER 0xFF00
  708. #define IN_BAND_FILTER 0xFF
  709. #define MIN_AVERAGE_NOISE_MAX_VALUE 0xFFFFFFFF
  710. #define NRG_NUM_PREV_STAT_L 20
  711. #define NUM_RX_CHAINS 3
  712. enum iwl4965_false_alarm_state {
  713. IWL_FA_TOO_MANY = 0,
  714. IWL_FA_TOO_FEW = 1,
  715. IWL_FA_GOOD_RANGE = 2,
  716. };
  717. enum iwl4965_chain_noise_state {
  718. IWL_CHAIN_NOISE_ALIVE = 0, /* must be 0 */
  719. IWL_CHAIN_NOISE_ACCUMULATE,
  720. IWL_CHAIN_NOISE_CALIBRATED,
  721. IWL_CHAIN_NOISE_DONE,
  722. };
  723. enum iwl4965_calib_enabled_state {
  724. IWL_CALIB_DISABLED = 0, /* must be 0 */
  725. IWL_CALIB_ENABLED = 1,
  726. };
  727. /*
  728. * enum iwl_calib
  729. * defines the order in which results of initial calibrations
  730. * should be sent to the runtime uCode
  731. */
  732. enum iwl_calib {
  733. IWL_CALIB_XTAL,
  734. IWL_CALIB_DC,
  735. IWL_CALIB_LO,
  736. IWL_CALIB_TX_IQ,
  737. IWL_CALIB_TX_IQ_PERD,
  738. IWL_CALIB_BASE_BAND,
  739. IWL_CALIB_MAX
  740. };
  741. /* Opaque calibration results */
  742. struct iwl_calib_result {
  743. void *buf;
  744. size_t buf_len;
  745. };
  746. enum ucode_type {
  747. UCODE_NONE = 0,
  748. UCODE_INIT,
  749. UCODE_RT
  750. };
  751. /* Sensitivity calib data */
  752. struct iwl_sensitivity_data {
  753. u32 auto_corr_ofdm;
  754. u32 auto_corr_ofdm_mrc;
  755. u32 auto_corr_ofdm_x1;
  756. u32 auto_corr_ofdm_mrc_x1;
  757. u32 auto_corr_cck;
  758. u32 auto_corr_cck_mrc;
  759. u32 last_bad_plcp_cnt_ofdm;
  760. u32 last_fa_cnt_ofdm;
  761. u32 last_bad_plcp_cnt_cck;
  762. u32 last_fa_cnt_cck;
  763. u32 nrg_curr_state;
  764. u32 nrg_prev_state;
  765. u32 nrg_value[10];
  766. u8 nrg_silence_rssi[NRG_NUM_PREV_STAT_L];
  767. u32 nrg_silence_ref;
  768. u32 nrg_energy_idx;
  769. u32 nrg_silence_idx;
  770. u32 nrg_th_cck;
  771. s32 nrg_auto_corr_silence_diff;
  772. u32 num_in_cck_no_fa;
  773. u32 nrg_th_ofdm;
  774. u16 barker_corr_th_min;
  775. u16 barker_corr_th_min_mrc;
  776. u16 nrg_th_cca;
  777. };
  778. /* Chain noise (differential Rx gain) calib data */
  779. struct iwl_chain_noise_data {
  780. u32 active_chains;
  781. u32 chain_noise_a;
  782. u32 chain_noise_b;
  783. u32 chain_noise_c;
  784. u32 chain_signal_a;
  785. u32 chain_signal_b;
  786. u32 chain_signal_c;
  787. u16 beacon_count;
  788. u8 disconn_array[NUM_RX_CHAINS];
  789. u8 delta_gain_code[NUM_RX_CHAINS];
  790. u8 radio_write;
  791. u8 state;
  792. };
  793. #define EEPROM_SEM_TIMEOUT 10 /* milliseconds */
  794. #define EEPROM_SEM_RETRY_LIMIT 1000 /* number of attempts (not time) */
  795. #define IWL_TRAFFIC_ENTRIES (256)
  796. #define IWL_TRAFFIC_ENTRY_SIZE (64)
  797. enum {
  798. MEASUREMENT_READY = (1 << 0),
  799. MEASUREMENT_ACTIVE = (1 << 1),
  800. };
  801. enum iwl_nvm_type {
  802. NVM_DEVICE_TYPE_EEPROM = 0,
  803. NVM_DEVICE_TYPE_OTP,
  804. };
  805. /*
  806. * Two types of OTP memory access modes
  807. * IWL_OTP_ACCESS_ABSOLUTE - absolute address mode,
  808. * based on physical memory addressing
  809. * IWL_OTP_ACCESS_RELATIVE - relative address mode,
  810. * based on logical memory addressing
  811. */
  812. enum iwl_access_mode {
  813. IWL_OTP_ACCESS_ABSOLUTE,
  814. IWL_OTP_ACCESS_RELATIVE,
  815. };
  816. /**
  817. * enum iwl_pa_type - Power Amplifier type
  818. * @IWL_PA_SYSTEM: based on uCode configuration
  819. * @IWL_PA_INTERNAL: use Internal only
  820. */
  821. enum iwl_pa_type {
  822. IWL_PA_SYSTEM = 0,
  823. IWL_PA_INTERNAL = 1,
  824. };
  825. /* interrupt statistics */
  826. struct isr_statistics {
  827. u32 hw;
  828. u32 sw;
  829. u32 sw_err;
  830. u32 sch;
  831. u32 alive;
  832. u32 rfkill;
  833. u32 ctkill;
  834. u32 wakeup;
  835. u32 rx;
  836. u32 rx_handlers[REPLY_MAX];
  837. u32 tx;
  838. u32 unhandled;
  839. };
  840. #ifdef CONFIG_IWLWIFI_DEBUGFS
  841. /* management statistics */
  842. enum iwl_mgmt_stats {
  843. MANAGEMENT_ASSOC_REQ = 0,
  844. MANAGEMENT_ASSOC_RESP,
  845. MANAGEMENT_REASSOC_REQ,
  846. MANAGEMENT_REASSOC_RESP,
  847. MANAGEMENT_PROBE_REQ,
  848. MANAGEMENT_PROBE_RESP,
  849. MANAGEMENT_BEACON,
  850. MANAGEMENT_ATIM,
  851. MANAGEMENT_DISASSOC,
  852. MANAGEMENT_AUTH,
  853. MANAGEMENT_DEAUTH,
  854. MANAGEMENT_ACTION,
  855. MANAGEMENT_MAX,
  856. };
  857. /* control statistics */
  858. enum iwl_ctrl_stats {
  859. CONTROL_BACK_REQ = 0,
  860. CONTROL_BACK,
  861. CONTROL_PSPOLL,
  862. CONTROL_RTS,
  863. CONTROL_CTS,
  864. CONTROL_ACK,
  865. CONTROL_CFEND,
  866. CONTROL_CFENDACK,
  867. CONTROL_MAX,
  868. };
  869. struct traffic_stats {
  870. u32 mgmt[MANAGEMENT_MAX];
  871. u32 ctrl[CONTROL_MAX];
  872. u32 data_cnt;
  873. u64 data_bytes;
  874. };
  875. #else
  876. struct traffic_stats {
  877. u64 data_bytes;
  878. };
  879. #endif
  880. /*
  881. * iwl_switch_rxon: "channel switch" structure
  882. *
  883. * @ switch_in_progress: channel switch in progress
  884. * @ channel: new channel
  885. */
  886. struct iwl_switch_rxon {
  887. bool switch_in_progress;
  888. __le16 channel;
  889. };
  890. /*
  891. * schedule the timer to wake up every UCODE_TRACE_PERIOD milliseconds
  892. * to perform continuous uCode event logging operation if enabled
  893. */
  894. #define UCODE_TRACE_PERIOD (100)
  895. /*
  896. * iwl_event_log: current uCode event log position
  897. *
  898. * @ucode_trace: enable/disable ucode continuous trace timer
  899. * @num_wraps: how many times the event buffer wraps
  900. * @next_entry: the entry just before the next one that uCode would fill
  901. * @non_wraps_count: counter for no wrap detected when dump ucode events
  902. * @wraps_once_count: counter for wrap once detected when dump ucode events
  903. * @wraps_more_count: counter for wrap more than once detected
  904. * when dump ucode events
  905. */
  906. struct iwl_event_log {
  907. bool ucode_trace;
  908. u32 num_wraps;
  909. u32 next_entry;
  910. int non_wraps_count;
  911. int wraps_once_count;
  912. int wraps_more_count;
  913. };
  914. /*
  915. * host interrupt timeout value
  916. * used with setting interrupt coalescing timer
  917. * the CSR_INT_COALESCING is an 8 bit register in 32-usec unit
  918. *
  919. * default interrupt coalescing timer is 64 x 32 = 2048 usecs
  920. * default interrupt coalescing calibration timer is 16 x 32 = 512 usecs
  921. */
  922. #define IWL_HOST_INT_TIMEOUT_MAX (0xFF)
  923. #define IWL_HOST_INT_TIMEOUT_DEF (0x40)
  924. #define IWL_HOST_INT_TIMEOUT_MIN (0x0)
  925. #define IWL_HOST_INT_CALIB_TIMEOUT_MAX (0xFF)
  926. #define IWL_HOST_INT_CALIB_TIMEOUT_DEF (0x10)
  927. #define IWL_HOST_INT_CALIB_TIMEOUT_MIN (0x0)
  928. /*
  929. * This is the threshold value of plcp error rate per 100mSecs. It is
  930. * used to set and check for the validity of plcp_delta.
  931. */
  932. #define IWL_MAX_PLCP_ERR_THRESHOLD_MIN (1)
  933. #define IWL_MAX_PLCP_ERR_THRESHOLD_DEF (50)
  934. #define IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF (100)
  935. #define IWL_MAX_PLCP_ERR_EXT_LONG_THRESHOLD_DEF (200)
  936. #define IWL_MAX_PLCP_ERR_THRESHOLD_MAX (255)
  937. #define IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE (0)
  938. #define IWL_DELAY_NEXT_FORCE_RF_RESET (HZ*3)
  939. #define IWL_DELAY_NEXT_FORCE_FW_RELOAD (HZ*5)
  940. /* timer constants use to monitor and recover stuck tx queues in mSecs */
  941. #define IWL_DEF_MONITORING_PERIOD (1000)
  942. #define IWL_LONG_MONITORING_PERIOD (5000)
  943. #define IWL_ONE_HUNDRED_MSECS (100)
  944. #define IWL_MAX_MONITORING_PERIOD (60000)
  945. /* BT Antenna Coupling Threshold (dB) */
  946. #define IWL_BT_ANTENNA_COUPLING_THRESHOLD (35)
  947. enum iwl_reset {
  948. IWL_RF_RESET = 0,
  949. IWL_FW_RESET,
  950. IWL_MAX_FORCE_RESET,
  951. };
  952. struct iwl_force_reset {
  953. int reset_request_count;
  954. int reset_success_count;
  955. int reset_reject_count;
  956. unsigned long reset_duration;
  957. unsigned long last_force_reset_jiffies;
  958. };
  959. /* extend beacon time format bit shifting */
  960. /*
  961. * for _3945 devices
  962. * bits 31:24 - extended
  963. * bits 23:0 - interval
  964. */
  965. #define IWL3945_EXT_BEACON_TIME_POS 24
  966. /*
  967. * for _agn devices
  968. * bits 31:22 - extended
  969. * bits 21:0 - interval
  970. */
  971. #define IWLAGN_EXT_BEACON_TIME_POS 22
  972. enum iwl_rxon_context_id {
  973. IWL_RXON_CTX_BSS,
  974. IWL_RXON_CTX_PAN,
  975. NUM_IWL_RXON_CTX
  976. };
  977. struct iwl_rxon_context {
  978. struct ieee80211_vif *vif;
  979. const u8 *ac_to_fifo;
  980. const u8 *ac_to_queue;
  981. u8 mcast_queue;
  982. enum iwl_rxon_context_id ctxid;
  983. u32 interface_modes, exclusive_interface_modes;
  984. u8 unused_devtype, ap_devtype, ibss_devtype, station_devtype;
  985. /*
  986. * We declare this const so it can only be
  987. * changed via explicit cast within the
  988. * routines that actually update the physical
  989. * hardware.
  990. */
  991. const struct iwl_rxon_cmd active;
  992. struct iwl_rxon_cmd staging;
  993. struct iwl_rxon_time_cmd timing;
  994. struct iwl_qos_info qos_data;
  995. u8 bcast_sta_id, ap_sta_id;
  996. u8 rxon_cmd, rxon_assoc_cmd, rxon_timing_cmd;
  997. u8 qos_cmd;
  998. u8 wep_key_cmd;
  999. struct iwl_wep_key wep_keys[WEP_KEYS_MAX];
  1000. u8 key_mapping_keys;
  1001. __le32 station_flags;
  1002. struct {
  1003. bool non_gf_sta_present;
  1004. u8 protection;
  1005. bool enabled, is_40mhz;
  1006. u8 extension_chan_offset;
  1007. } ht;
  1008. };
  1009. struct iwl_priv {
  1010. /* ieee device used by generic ieee processing code */
  1011. struct ieee80211_hw *hw;
  1012. struct ieee80211_channel *ieee_channels;
  1013. struct ieee80211_rate *ieee_rates;
  1014. struct iwl_cfg *cfg;
  1015. /* temporary frame storage list */
  1016. struct list_head free_frames;
  1017. int frames_count;
  1018. enum ieee80211_band band;
  1019. int alloc_rxb_page;
  1020. void (*rx_handlers[REPLY_MAX])(struct iwl_priv *priv,
  1021. struct iwl_rx_mem_buffer *rxb);
  1022. struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS];
  1023. /* spectrum measurement report caching */
  1024. struct iwl_spectrum_notification measure_report;
  1025. u8 measurement_status;
  1026. /* ucode beacon time */
  1027. u32 ucode_beacon_time;
  1028. int missed_beacon_threshold;
  1029. /* track IBSS manager (last beacon) status */
  1030. u32 ibss_manager;
  1031. /* storing the jiffies when the plcp error rate is received */
  1032. unsigned long plcp_jiffies;
  1033. /* force reset */
  1034. struct iwl_force_reset force_reset[IWL_MAX_FORCE_RESET];
  1035. /* we allocate array of iwl_channel_info for NIC's valid channels.
  1036. * Access via channel # using indirect index array */
  1037. struct iwl_channel_info *channel_info; /* channel info array */
  1038. u8 channel_count; /* # of channels */
  1039. /* thermal calibration */
  1040. s32 temperature; /* degrees Kelvin */
  1041. s32 last_temperature;
  1042. /* init calibration results */
  1043. struct iwl_calib_result calib_results[IWL_CALIB_MAX];
  1044. /* Scan related variables */
  1045. unsigned long scan_start;
  1046. unsigned long scan_start_tsf;
  1047. void *scan_cmd;
  1048. enum ieee80211_band scan_band;
  1049. struct cfg80211_scan_request *scan_request;
  1050. struct ieee80211_vif *scan_vif;
  1051. bool is_internal_short_scan;
  1052. u8 scan_tx_ant[IEEE80211_NUM_BANDS];
  1053. u8 mgmt_tx_ant;
  1054. /* spinlock */
  1055. spinlock_t lock; /* protect general shared data */
  1056. spinlock_t hcmd_lock; /* protect hcmd */
  1057. spinlock_t reg_lock; /* protect hw register access */
  1058. struct mutex mutex;
  1059. struct mutex sync_cmd_mutex; /* enable serialization of sync commands */
  1060. /* basic pci-network driver stuff */
  1061. struct pci_dev *pci_dev;
  1062. /* pci hardware address support */
  1063. void __iomem *hw_base;
  1064. u32 hw_rev;
  1065. u32 hw_wa_rev;
  1066. u8 rev_id;
  1067. /* microcode/device supports multiple contexts */
  1068. u8 valid_contexts;
  1069. /* command queue number */
  1070. u8 cmd_queue;
  1071. /* max number of station keys */
  1072. u8 sta_key_max_num;
  1073. /* EEPROM MAC addresses */
  1074. struct mac_address addresses[2];
  1075. /* uCode images, save to reload in case of failure */
  1076. int fw_index; /* firmware we're trying to load */
  1077. u32 ucode_ver; /* version of ucode, copy of
  1078. iwl_ucode.ver */
  1079. struct fw_desc ucode_code; /* runtime inst */
  1080. struct fw_desc ucode_data; /* runtime data original */
  1081. struct fw_desc ucode_data_backup; /* runtime data save/restore */
  1082. struct fw_desc ucode_init; /* initialization inst */
  1083. struct fw_desc ucode_init_data; /* initialization data */
  1084. struct fw_desc ucode_boot; /* bootstrap inst */
  1085. enum ucode_type ucode_type;
  1086. u8 ucode_write_complete; /* the image write is complete */
  1087. char firmware_name[25];
  1088. struct iwl_rxon_context contexts[NUM_IWL_RXON_CTX];
  1089. struct iwl_switch_rxon switch_rxon;
  1090. /* 1st responses from initialize and runtime uCode images.
  1091. * _agn's initialize alive response contains some calibration data. */
  1092. struct iwl_init_alive_resp card_alive_init;
  1093. struct iwl_alive_resp card_alive;
  1094. unsigned long last_blink_time;
  1095. u8 last_blink_rate;
  1096. u8 allow_blinking;
  1097. u64 led_tpt;
  1098. u16 active_rate;
  1099. u8 start_calib;
  1100. struct iwl_sensitivity_data sensitivity_data;
  1101. struct iwl_chain_noise_data chain_noise_data;
  1102. bool enhance_sensitivity_table;
  1103. __le16 sensitivity_tbl[HD_TABLE_SIZE];
  1104. __le16 enhance_sensitivity_tbl[ENHANCE_HD_TABLE_ENTRIES];
  1105. struct iwl_ht_config current_ht_config;
  1106. /* Rate scaling data */
  1107. u8 retry_rate;
  1108. wait_queue_head_t wait_command_queue;
  1109. int activity_timer_active;
  1110. /* Rx and Tx DMA processing queues */
  1111. struct iwl_rx_queue rxq;
  1112. struct iwl_tx_queue *txq;
  1113. unsigned long txq_ctx_active_msk;
  1114. struct iwl_dma_ptr kw; /* keep warm address */
  1115. struct iwl_dma_ptr scd_bc_tbls;
  1116. u32 scd_base_addr; /* scheduler sram base address */
  1117. unsigned long status;
  1118. /* counts mgmt, ctl, and data packets */
  1119. struct traffic_stats tx_stats;
  1120. struct traffic_stats rx_stats;
  1121. /* counts interrupts */
  1122. struct isr_statistics isr_stats;
  1123. struct iwl_power_mgr power_data;
  1124. struct iwl_tt_mgmt thermal_throttle;
  1125. /* context information */
  1126. u8 bssid[ETH_ALEN]; /* used only on 3945 but filled by core */
  1127. /* station table variables */
  1128. /* Note: if lock and sta_lock are needed, lock must be acquired first */
  1129. spinlock_t sta_lock;
  1130. int num_stations;
  1131. struct iwl_station_entry stations[IWL_STATION_COUNT];
  1132. unsigned long ucode_key_table;
  1133. /* queue refcounts */
  1134. #define IWL_MAX_HW_QUEUES 32
  1135. unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_HW_QUEUES)];
  1136. /* for each AC */
  1137. atomic_t queue_stop_count[4];
  1138. /* Indication if ieee80211_ops->open has been called */
  1139. u8 is_open;
  1140. u8 mac80211_registered;
  1141. /* eeprom -- this is in the card's little endian byte order */
  1142. u8 *eeprom;
  1143. int nvm_device_type;
  1144. struct iwl_eeprom_calib_info *calib_info;
  1145. enum nl80211_iftype iw_mode;
  1146. struct sk_buff *ibss_beacon;
  1147. /* Last Rx'd beacon timestamp */
  1148. u64 timestamp;
  1149. union {
  1150. #if defined(CONFIG_IWL3945) || defined(CONFIG_IWL3945_MODULE)
  1151. struct {
  1152. void *shared_virt;
  1153. dma_addr_t shared_phys;
  1154. struct delayed_work thermal_periodic;
  1155. struct delayed_work rfkill_poll;
  1156. struct iwl3945_notif_statistics statistics;
  1157. #ifdef CONFIG_IWLWIFI_DEBUGFS
  1158. struct iwl3945_notif_statistics accum_statistics;
  1159. struct iwl3945_notif_statistics delta_statistics;
  1160. struct iwl3945_notif_statistics max_delta;
  1161. #endif
  1162. u32 sta_supp_rates;
  1163. int last_rx_rssi; /* From Rx packet statistics */
  1164. /* Rx'd packet timing information */
  1165. u32 last_beacon_time;
  1166. u64 last_tsf;
  1167. /*
  1168. * each calibration channel group in the
  1169. * EEPROM has a derived clip setting for
  1170. * each rate.
  1171. */
  1172. const struct iwl3945_clip_group clip_groups[5];
  1173. } _3945;
  1174. #endif
  1175. #if defined(CONFIG_IWLAGN) || defined(CONFIG_IWLAGN_MODULE)
  1176. struct {
  1177. /* INT ICT Table */
  1178. __le32 *ict_tbl;
  1179. void *ict_tbl_vir;
  1180. dma_addr_t ict_tbl_dma;
  1181. dma_addr_t aligned_ict_tbl_dma;
  1182. int ict_index;
  1183. u32 inta;
  1184. bool use_ict;
  1185. /*
  1186. * reporting the number of tids has AGG on. 0 means
  1187. * no AGGREGATION
  1188. */
  1189. u8 agg_tids_count;
  1190. struct iwl_rx_phy_res last_phy_res;
  1191. bool last_phy_res_valid;
  1192. struct completion firmware_loading_complete;
  1193. u32 init_evtlog_ptr, init_evtlog_size, init_errlog_ptr;
  1194. u32 inst_evtlog_ptr, inst_evtlog_size, inst_errlog_ptr;
  1195. /*
  1196. * chain noise reset and gain commands are the
  1197. * two extra calibration commands follows the standard
  1198. * phy calibration commands
  1199. */
  1200. u8 phy_calib_chain_noise_reset_cmd;
  1201. u8 phy_calib_chain_noise_gain_cmd;
  1202. struct iwl_notif_statistics statistics;
  1203. struct iwl_bt_notif_statistics statistics_bt;
  1204. #ifdef CONFIG_IWLWIFI_DEBUGFS
  1205. struct iwl_notif_statistics accum_statistics;
  1206. struct iwl_notif_statistics delta_statistics;
  1207. struct iwl_notif_statistics max_delta;
  1208. struct iwl_bt_notif_statistics accum_statistics_bt;
  1209. struct iwl_bt_notif_statistics delta_statistics_bt;
  1210. struct iwl_bt_notif_statistics max_delta_bt;
  1211. #endif
  1212. } _agn;
  1213. #endif
  1214. };
  1215. /* bt coex */
  1216. u8 bt_status;
  1217. u8 bt_traffic_load, notif_bt_traffic_load;
  1218. bool bt_ch_announce;
  1219. bool bt_sco_active;
  1220. bool bt_full_concurrent;
  1221. bool bt_ant_couple_ok;
  1222. __le32 kill_ack_mask;
  1223. __le32 kill_cts_mask;
  1224. __le16 bt_valid;
  1225. u16 bt_on_thresh;
  1226. u16 bt_duration;
  1227. u16 dynamic_frag_thresh;
  1228. u16 dynamic_agg_thresh;
  1229. u8 bt_ci_compliance;
  1230. struct work_struct bt_traffic_change_work;
  1231. struct iwl_hw_params hw_params;
  1232. u32 inta_mask;
  1233. struct workqueue_struct *workqueue;
  1234. struct work_struct restart;
  1235. struct work_struct scan_completed;
  1236. struct work_struct rx_replenish;
  1237. struct work_struct abort_scan;
  1238. struct work_struct beacon_update;
  1239. struct iwl_rxon_context *beacon_ctx;
  1240. struct work_struct tt_work;
  1241. struct work_struct ct_enter;
  1242. struct work_struct ct_exit;
  1243. struct work_struct start_internal_scan;
  1244. struct work_struct tx_flush;
  1245. struct work_struct bt_full_concurrency;
  1246. struct work_struct bt_runtime_config;
  1247. struct tasklet_struct irq_tasklet;
  1248. struct delayed_work init_alive_start;
  1249. struct delayed_work alive_start;
  1250. struct delayed_work scan_check;
  1251. /* TX Power */
  1252. s8 tx_power_user_lmt;
  1253. s8 tx_power_device_lmt;
  1254. s8 tx_power_lmt_in_half_dbm; /* max tx power in half-dBm format */
  1255. #ifdef CONFIG_IWLWIFI_DEBUG
  1256. /* debugging info */
  1257. u32 debug_level; /* per device debugging will override global
  1258. iwl_debug_level if set */
  1259. #endif /* CONFIG_IWLWIFI_DEBUG */
  1260. #ifdef CONFIG_IWLWIFI_DEBUGFS
  1261. /* debugfs */
  1262. u16 tx_traffic_idx;
  1263. u16 rx_traffic_idx;
  1264. u8 *tx_traffic;
  1265. u8 *rx_traffic;
  1266. struct dentry *debugfs_dir;
  1267. u32 dbgfs_sram_offset, dbgfs_sram_len;
  1268. bool disable_ht40;
  1269. #endif /* CONFIG_IWLWIFI_DEBUGFS */
  1270. struct work_struct txpower_work;
  1271. u32 disable_sens_cal;
  1272. u32 disable_chain_noise_cal;
  1273. u32 disable_tx_power_cal;
  1274. struct work_struct run_time_calib_work;
  1275. struct timer_list statistics_periodic;
  1276. struct timer_list ucode_trace;
  1277. struct timer_list monitor_recover;
  1278. bool hw_ready;
  1279. struct iwl_event_log event_log;
  1280. }; /*iwl_priv */
  1281. static inline void iwl_txq_ctx_activate(struct iwl_priv *priv, int txq_id)
  1282. {
  1283. set_bit(txq_id, &priv->txq_ctx_active_msk);
  1284. }
  1285. static inline void iwl_txq_ctx_deactivate(struct iwl_priv *priv, int txq_id)
  1286. {
  1287. clear_bit(txq_id, &priv->txq_ctx_active_msk);
  1288. }
  1289. #ifdef CONFIG_IWLWIFI_DEBUG
  1290. const char *iwl_get_tx_fail_reason(u32 status);
  1291. /*
  1292. * iwl_get_debug_level: Return active debug level for device
  1293. *
  1294. * Using sysfs it is possible to set per device debug level. This debug
  1295. * level will be used if set, otherwise the global debug level which can be
  1296. * set via module parameter is used.
  1297. */
  1298. static inline u32 iwl_get_debug_level(struct iwl_priv *priv)
  1299. {
  1300. if (priv->debug_level)
  1301. return priv->debug_level;
  1302. else
  1303. return iwl_debug_level;
  1304. }
  1305. #else
  1306. static inline const char *iwl_get_tx_fail_reason(u32 status) { return ""; }
  1307. static inline u32 iwl_get_debug_level(struct iwl_priv *priv)
  1308. {
  1309. return iwl_debug_level;
  1310. }
  1311. #endif
  1312. static inline struct ieee80211_hdr *iwl_tx_queue_get_hdr(struct iwl_priv *priv,
  1313. int txq_id, int idx)
  1314. {
  1315. if (priv->txq[txq_id].txb[idx].skb)
  1316. return (struct ieee80211_hdr *)priv->txq[txq_id].
  1317. txb[idx].skb->data;
  1318. return NULL;
  1319. }
  1320. static inline struct iwl_rxon_context *
  1321. iwl_rxon_ctx_from_vif(struct ieee80211_vif *vif)
  1322. {
  1323. struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
  1324. return vif_priv->ctx;
  1325. }
  1326. #define for_each_context(priv, ctx) \
  1327. for (ctx = &priv->contexts[IWL_RXON_CTX_BSS]; \
  1328. ctx < &priv->contexts[NUM_IWL_RXON_CTX]; ctx++) \
  1329. if (priv->valid_contexts & BIT(ctx->ctxid))
  1330. static inline int iwl_is_associated(struct iwl_priv *priv,
  1331. enum iwl_rxon_context_id ctxid)
  1332. {
  1333. return (priv->contexts[ctxid].active.filter_flags &
  1334. RXON_FILTER_ASSOC_MSK) ? 1 : 0;
  1335. }
  1336. static inline int iwl_is_any_associated(struct iwl_priv *priv)
  1337. {
  1338. return iwl_is_associated(priv, IWL_RXON_CTX_BSS);
  1339. }
  1340. static inline int iwl_is_associated_ctx(struct iwl_rxon_context *ctx)
  1341. {
  1342. return (ctx->active.filter_flags & RXON_FILTER_ASSOC_MSK) ? 1 : 0;
  1343. }
  1344. static inline int is_channel_valid(const struct iwl_channel_info *ch_info)
  1345. {
  1346. if (ch_info == NULL)
  1347. return 0;
  1348. return (ch_info->flags & EEPROM_CHANNEL_VALID) ? 1 : 0;
  1349. }
  1350. static inline int is_channel_radar(const struct iwl_channel_info *ch_info)
  1351. {
  1352. return (ch_info->flags & EEPROM_CHANNEL_RADAR) ? 1 : 0;
  1353. }
  1354. static inline u8 is_channel_a_band(const struct iwl_channel_info *ch_info)
  1355. {
  1356. return ch_info->band == IEEE80211_BAND_5GHZ;
  1357. }
  1358. static inline u8 is_channel_bg_band(const struct iwl_channel_info *ch_info)
  1359. {
  1360. return ch_info->band == IEEE80211_BAND_2GHZ;
  1361. }
  1362. static inline int is_channel_passive(const struct iwl_channel_info *ch)
  1363. {
  1364. return (!(ch->flags & EEPROM_CHANNEL_ACTIVE)) ? 1 : 0;
  1365. }
  1366. static inline int is_channel_ibss(const struct iwl_channel_info *ch)
  1367. {
  1368. return ((ch->flags & EEPROM_CHANNEL_IBSS)) ? 1 : 0;
  1369. }
  1370. static inline void __iwl_free_pages(struct iwl_priv *priv, struct page *page)
  1371. {
  1372. __free_pages(page, priv->hw_params.rx_page_order);
  1373. priv->alloc_rxb_page--;
  1374. }
  1375. static inline void iwl_free_pages(struct iwl_priv *priv, unsigned long page)
  1376. {
  1377. free_pages(page, priv->hw_params.rx_page_order);
  1378. priv->alloc_rxb_page--;
  1379. }
  1380. #endif /* __iwl_dev_h__ */