wl1271: Use NVS INI file configuration
[linux-2.6/libata-dev.git] / drivers / net / wireless / wl12xx / wl1271_conf.h
blob6f9e75cc5640b5c772d66fb47a2a2bdd21897b09
1 /*
2 * This file is part of wl1271
4 * Copyright (C) 2009 Nokia Corporation
6 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * version 2 as published by the Free Software Foundation.
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20 * 02110-1301 USA
24 #ifndef __WL1271_CONF_H__
25 #define __WL1271_CONF_H__
27 enum {
28 CONF_HW_BIT_RATE_1MBPS = BIT(0),
29 CONF_HW_BIT_RATE_2MBPS = BIT(1),
30 CONF_HW_BIT_RATE_5_5MBPS = BIT(2),
31 CONF_HW_BIT_RATE_6MBPS = BIT(3),
32 CONF_HW_BIT_RATE_9MBPS = BIT(4),
33 CONF_HW_BIT_RATE_11MBPS = BIT(5),
34 CONF_HW_BIT_RATE_12MBPS = BIT(6),
35 CONF_HW_BIT_RATE_18MBPS = BIT(7),
36 CONF_HW_BIT_RATE_22MBPS = BIT(8),
37 CONF_HW_BIT_RATE_24MBPS = BIT(9),
38 CONF_HW_BIT_RATE_36MBPS = BIT(10),
39 CONF_HW_BIT_RATE_48MBPS = BIT(11),
40 CONF_HW_BIT_RATE_54MBPS = BIT(12),
41 CONF_HW_BIT_RATE_MCS_0 = BIT(13),
42 CONF_HW_BIT_RATE_MCS_1 = BIT(14),
43 CONF_HW_BIT_RATE_MCS_2 = BIT(15),
44 CONF_HW_BIT_RATE_MCS_3 = BIT(16),
45 CONF_HW_BIT_RATE_MCS_4 = BIT(17),
46 CONF_HW_BIT_RATE_MCS_5 = BIT(18),
47 CONF_HW_BIT_RATE_MCS_6 = BIT(19),
48 CONF_HW_BIT_RATE_MCS_7 = BIT(20)
51 enum {
52 CONF_HW_RATE_INDEX_1MBPS = 0,
53 CONF_HW_RATE_INDEX_2MBPS = 1,
54 CONF_HW_RATE_INDEX_5_5MBPS = 2,
55 CONF_HW_RATE_INDEX_6MBPS = 3,
56 CONF_HW_RATE_INDEX_9MBPS = 4,
57 CONF_HW_RATE_INDEX_11MBPS = 5,
58 CONF_HW_RATE_INDEX_12MBPS = 6,
59 CONF_HW_RATE_INDEX_18MBPS = 7,
60 CONF_HW_RATE_INDEX_22MBPS = 8,
61 CONF_HW_RATE_INDEX_24MBPS = 9,
62 CONF_HW_RATE_INDEX_36MBPS = 10,
63 CONF_HW_RATE_INDEX_48MBPS = 11,
64 CONF_HW_RATE_INDEX_54MBPS = 12,
65 CONF_HW_RATE_INDEX_MAX = CONF_HW_RATE_INDEX_54MBPS,
68 struct conf_sg_settings {
70 * Defines the PER threshold in PPM of the BT voice of which reaching
71 * this value will trigger raising the priority of the BT voice by
72 * the BT IP until next NFS sample interval time as defined in
73 * nfs_sample_interval.
75 * Unit: PER value in PPM (parts per million)
76 * #Error_packets / #Total_packets
78 * Range: u32
80 u32 per_threshold;
83 * This value is an absolute time in micro-seconds to limit the
84 * maximum scan duration compensation while in SG
86 u32 max_scan_compensation_time;
88 /* Defines the PER threshold of the BT voice of which reaching this
89 * value will trigger raising the priority of the BT voice until next
90 * NFS sample interval time as defined in sample_interval.
92 * Unit: msec
93 * Range: 1-65000
95 u16 nfs_sample_interval;
98 * Defines the load ratio for the BT.
99 * The WLAN ratio is: 100 - load_ratio
101 * Unit: Percent
102 * Range: 0-100
104 u8 load_ratio;
107 * true - Co-ex is allowed to enter/exit P.S automatically and
108 * transparently to the host
110 * false - Co-ex is disallowed to enter/exit P.S and will trigger an
111 * event to the host to notify for the need to enter/exit P.S
112 * due to BT change state
115 u8 auto_ps_mode;
118 * This parameter defines the compensation percentage of num of probe
119 * requests in case scan is initiated during BT voice/BT ACL
120 * guaranteed link.
122 * Unit: Percent
123 * Range: 0-255 (0 - No compensation)
125 u8 probe_req_compensation;
128 * This parameter defines the compensation percentage of scan window
129 * size in case scan is initiated during BT voice/BT ACL Guaranteed
130 * link.
132 * Unit: Percent
133 * Range: 0-255 (0 - No compensation)
135 u8 scan_window_compensation;
138 * Defines the antenna configuration.
140 * Range: 0 - Single Antenna; 1 - Dual Antenna
142 u8 antenna_config;
145 * The percent out of the Max consecutive beacon miss roaming trigger
146 * which is the threshold for raising the priority of beacon
147 * reception.
149 * Range: 1-100
150 * N = MaxConsecutiveBeaconMiss
151 * P = coexMaxConsecutiveBeaconMissPrecent
152 * Threshold = MIN( N-1, round(N * P / 100))
154 u8 beacon_miss_threshold;
157 * The RX rate threshold below which rate adaptation is assumed to be
158 * occurring at the AP which will raise priority for ACTIVE_RX and RX
159 * SP.
161 * Range: HW_BIT_RATE_*
163 u32 rate_adaptation_threshold;
166 * The SNR above which the RX rate threshold indicating AP rate
167 * adaptation is valid
169 * Range: -128 - 127
171 s8 rate_adaptation_snr;
174 enum conf_rx_queue_type {
175 CONF_RX_QUEUE_TYPE_LOW_PRIORITY, /* All except the high priority */
176 CONF_RX_QUEUE_TYPE_HIGH_PRIORITY, /* Management and voice packets */
179 struct conf_rx_settings {
181 * The maximum amount of time, in TU, before the
182 * firmware discards the MSDU.
184 * Range: 0 - 0xFFFFFFFF
186 u32 rx_msdu_life_time;
189 * Packet detection threshold in the PHY.
191 * FIXME: details unknown.
193 u32 packet_detection_threshold;
196 * The longest time the STA will wait to receive traffic from the AP
197 * after a PS-poll has been transmitted.
199 * Range: 0 - 200000
201 u16 ps_poll_timeout;
203 * The longest time the STA will wait to receive traffic from the AP
204 * after a frame has been sent from an UPSD enabled queue.
206 * Range: 0 - 200000
208 u16 upsd_timeout;
211 * The number of octets in an MPDU, below which an RTS/CTS
212 * handshake is not performed.
214 * Range: 0 - 4096
216 u16 rts_threshold;
219 * The RX Clear Channel Assessment threshold in the PHY
220 * (the energy threshold).
222 * Range: ENABLE_ENERGY_D == 0x140A
223 * DISABLE_ENERGY_D == 0xFFEF
225 u16 rx_cca_threshold;
228 * Occupied Rx mem-blocks number which requires interrupting the host
229 * (0 = no buffering, 0xffff = disabled).
231 * Range: u16
233 u16 irq_blk_threshold;
236 * Rx packets number which requires interrupting the host
237 * (0 = no buffering).
239 * Range: u16
241 u16 irq_pkt_threshold;
244 * Max time in msec the FW may delay RX-Complete interrupt.
246 * Range: 1 - 100
248 u16 irq_timeout;
251 * The RX queue type.
253 * Range: RX_QUEUE_TYPE_RX_LOW_PRIORITY, RX_QUEUE_TYPE_RX_HIGH_PRIORITY,
255 u8 queue_type;
258 #define CONF_TX_MAX_RATE_CLASSES 8
260 #define CONF_TX_RATE_MASK_UNSPECIFIED 0
261 #define CONF_TX_RATE_MASK_BASIC (CONF_HW_BIT_RATE_1MBPS | \
262 CONF_HW_BIT_RATE_2MBPS)
263 #define CONF_TX_RATE_RETRY_LIMIT 10
265 struct conf_tx_rate_class {
268 * The rates enabled for this rate class.
270 * Range: CONF_HW_BIT_RATE_* bit mask
272 u32 enabled_rates;
275 * The dot11 short retry limit used for TX retries.
277 * Range: u8
279 u8 short_retry_limit;
282 * The dot11 long retry limit used for TX retries.
284 * Range: u8
286 u8 long_retry_limit;
289 * Flags controlling the attributes of TX transmission.
291 * Range: bit 0: Truncate - when set, FW attempts to send a frame stop
292 * when the total valid per-rate attempts have
293 * been exhausted; otherwise transmissions
294 * will continue at the lowest available rate
295 * until the appropriate one of the
296 * short_retry_limit, long_retry_limit,
297 * dot11_max_transmit_msdu_life_time, or
298 * max_tx_life_time, is exhausted.
299 * 1: Preamble Override - indicates if the preamble type
300 * should be used in TX.
301 * 2: Preamble Type - the type of the preamble to be used by
302 * the policy (0 - long preamble, 1 - short preamble.
304 u8 aflags;
307 #define CONF_TX_MAX_AC_COUNT 4
309 /* Slot number setting to start transmission at PIFS interval */
310 #define CONF_TX_AIFS_PIFS 1
311 /* Slot number setting to start transmission at DIFS interval normal
312 * DCF access */
313 #define CONF_TX_AIFS_DIFS 2
316 enum conf_tx_ac {
317 CONF_TX_AC_BE = 0, /* best effort / legacy */
318 CONF_TX_AC_BK = 1, /* background */
319 CONF_TX_AC_VI = 2, /* video */
320 CONF_TX_AC_VO = 3, /* voice */
321 CONF_TX_AC_CTS2SELF = 4, /* fictious AC, follows AC_VO */
322 CONF_TX_AC_ANY_TID = 0x1f
325 struct conf_tx_ac_category {
327 * The AC class identifier.
329 * Range: enum conf_tx_ac
331 u8 ac;
334 * The contention window minimum size (in slots) for the access
335 * class.
337 * Range: u8
339 u8 cw_min;
342 * The contention window maximum size (in slots) for the access
343 * class.
345 * Range: u8
347 u16 cw_max;
350 * The AIF value (in slots) for the access class.
352 * Range: u8
354 u8 aifsn;
357 * The TX Op Limit (in microseconds) for the access class.
359 * Range: u16
361 u16 tx_op_limit;
364 #define CONF_TX_MAX_TID_COUNT 7
366 enum {
367 CONF_CHANNEL_TYPE_DCF = 0, /* DC/LEGACY*/
368 CONF_CHANNEL_TYPE_EDCF = 1, /* EDCA*/
369 CONF_CHANNEL_TYPE_HCCA = 2, /* HCCA*/
372 enum {
373 CONF_PS_SCHEME_LEGACY = 0,
374 CONF_PS_SCHEME_UPSD_TRIGGER = 1,
375 CONF_PS_SCHEME_LEGACY_PSPOLL = 2,
376 CONF_PS_SCHEME_SAPSD = 3,
379 enum {
380 CONF_ACK_POLICY_LEGACY = 0,
381 CONF_ACK_POLICY_NO_ACK = 1,
382 CONF_ACK_POLICY_BLOCK = 2,
386 struct conf_tx_tid {
387 u8 queue_id;
388 u8 channel_type;
389 u8 tsid;
390 u8 ps_scheme;
391 u8 ack_policy;
392 u32 apsd_conf[2];
395 struct conf_tx_settings {
397 * The TX ED value for TELEC Enable/Disable.
399 * Range: 0, 1
401 u8 tx_energy_detection;
404 * Configuration for rate classes for TX (currently only one
405 * rate class supported.)
407 struct conf_tx_rate_class rc_conf;
410 * Configuration for access categories for TX rate control.
412 u8 ac_conf_count;
413 struct conf_tx_ac_category ac_conf[CONF_TX_MAX_AC_COUNT];
416 * Configuration for TID parameters.
418 u8 tid_conf_count;
419 struct conf_tx_tid tid_conf[CONF_TX_MAX_TID_COUNT];
422 * The TX fragmentation threshold.
424 * Range: u16
426 u16 frag_threshold;
429 * Max time in msec the FW may delay frame TX-Complete interrupt.
431 * Range: u16
433 u16 tx_compl_timeout;
436 * Completed TX packet count which requires to issue the TX-Complete
437 * interrupt.
439 * Range: u16
441 u16 tx_compl_threshold;
445 enum {
446 CONF_WAKE_UP_EVENT_BEACON = 0x01, /* Wake on every Beacon*/
447 CONF_WAKE_UP_EVENT_DTIM = 0x02, /* Wake on every DTIM*/
448 CONF_WAKE_UP_EVENT_N_DTIM = 0x04, /* Wake every Nth DTIM */
449 CONF_WAKE_UP_EVENT_N_BEACONS = 0x08, /* Wake every Nth beacon */
450 CONF_WAKE_UP_EVENT_BITS_MASK = 0x0F
453 #define CONF_MAX_BCN_FILT_IE_COUNT 32
455 #define CONF_BCN_RULE_PASS_ON_CHANGE BIT(0)
456 #define CONF_BCN_RULE_PASS_ON_APPEARANCE BIT(1)
458 #define CONF_BCN_IE_OUI_LEN 3
459 #define CONF_BCN_IE_VER_LEN 2
461 struct conf_bcn_filt_rule {
463 * IE number to which to associate a rule.
465 * Range: u8
467 u8 ie;
470 * Rule to associate with the specific ie.
472 * Range: CONF_BCN_RULE_PASS_ON_*
474 u8 rule;
477 * OUI for the vendor specifie IE (221)
479 u8 oui[CONF_BCN_IE_OUI_LEN];
482 * Type for the vendor specifie IE (221)
484 u8 type;
487 * Version for the vendor specifie IE (221)
489 u8 version[CONF_BCN_IE_VER_LEN];
492 #define CONF_MAX_RSSI_SNR_TRIGGERS 8
494 enum {
495 CONF_TRIG_METRIC_RSSI_BEACON = 0,
496 CONF_TRIG_METRIC_RSSI_DATA,
497 CONF_TRIG_METRIC_SNR_BEACON,
498 CONF_TRIG_METRIC_SNR_DATA
501 enum {
502 CONF_TRIG_EVENT_TYPE_LEVEL = 0,
503 CONF_TRIG_EVENT_TYPE_EDGE
506 enum {
507 CONF_TRIG_EVENT_DIR_LOW = 0,
508 CONF_TRIG_EVENT_DIR_HIGH,
509 CONF_TRIG_EVENT_DIR_BIDIR
513 struct conf_sig_trigger {
515 * The RSSI / SNR threshold value.
517 * FIXME: what is the range?
519 s16 threshold;
522 * Minimum delay between two trigger events for this trigger in ms.
524 * Range: 0 - 60000
526 u16 pacing;
529 * The measurement data source for this trigger.
531 * Range: CONF_TRIG_METRIC_*
533 u8 metric;
536 * The trigger type of this trigger.
538 * Range: CONF_TRIG_EVENT_TYPE_*
540 u8 type;
543 * The direction of the trigger.
545 * Range: CONF_TRIG_EVENT_DIR_*
547 u8 direction;
550 * Hysteresis range of the trigger around the threshold (in dB)
552 * Range: u8
554 u8 hysteresis;
557 * Index of the trigger rule.
559 * Range: 0 - CONF_MAX_RSSI_SNR_TRIGGERS-1
561 u8 index;
564 * Enable / disable this rule (to use for clearing rules.)
566 * Range: 1 - Enabled, 2 - Not enabled
568 u8 enable;
571 struct conf_sig_weights {
574 * RSSI from beacons average weight.
576 * Range: u8
578 u8 rssi_bcn_avg_weight;
581 * RSSI from data average weight.
583 * Range: u8
585 u8 rssi_pkt_avg_weight;
588 * SNR from beacons average weight.
590 * Range: u8
592 u8 snr_bcn_avg_weight;
595 * SNR from data average weight.
597 * Range: u8
599 u8 snr_pkt_avg_weight;
602 enum conf_bcn_filt_mode {
603 CONF_BCN_FILT_MODE_DISABLED = 0,
604 CONF_BCN_FILT_MODE_ENABLED = 1
607 enum conf_bet_mode {
608 CONF_BET_MODE_DISABLE = 0,
609 CONF_BET_MODE_ENABLE = 1,
612 struct conf_conn_settings {
614 * Firmware wakeup conditions configuration. The host may set only
615 * one bit.
617 * Range: CONF_WAKE_UP_EVENT_*
619 u8 wake_up_event;
622 * Listen interval for beacons or Dtims.
624 * Range: 0 for beacon and Dtim wakeup
625 * 1-10 for x Dtims
626 * 1-255 for x beacons
628 u8 listen_interval;
631 * Enable or disable the beacon filtering.
633 * Range: CONF_BCN_FILT_MODE_*
635 enum conf_bcn_filt_mode bcn_filt_mode;
638 * Configure Beacon filter pass-thru rules.
640 u8 bcn_filt_ie_count;
641 struct conf_bcn_filt_rule bcn_filt_ie[CONF_MAX_BCN_FILT_IE_COUNT];
644 * The number of consequtive beacons to lose, before the firmware
645 * becomes out of synch.
647 * Range: u32
649 u32 synch_fail_thold;
652 * After out-of-synch, the number of TU's to wait without a further
653 * received beacon (or probe response) before issuing the BSS_EVENT_LOSE
654 * event.
656 * Range: u32
658 u32 bss_lose_timeout;
661 * Beacon receive timeout.
663 * Range: u32
665 u32 beacon_rx_timeout;
668 * Broadcast receive timeout.
670 * Range: u32
672 u32 broadcast_timeout;
675 * Enable/disable reception of broadcast packets in power save mode
677 * Range: 1 - enable, 0 - disable
679 u8 rx_broadcast_in_ps;
682 * Consequtive PS Poll failures before sending event to driver
684 * Range: u8
686 u8 ps_poll_threshold;
689 * Configuration of signal (rssi/snr) triggers.
691 u8 sig_trigger_count;
692 struct conf_sig_trigger sig_trigger[CONF_MAX_RSSI_SNR_TRIGGERS];
695 * Configuration of signal average weights.
697 struct conf_sig_weights sig_weights;
700 * Specifies if beacon early termination procedure is enabled or
701 * disabled.
703 * Range: CONF_BET_MODE_*
705 u8 bet_enable;
708 * Specifies the maximum number of consecutive beacons that may be
709 * early terminated. After this number is reached at least one full
710 * beacon must be correctly received in FW before beacon ET
711 * resumes.
713 * Range 0 - 255
715 u8 bet_max_consecutive;
718 * Specifies the maximum number of times to try PSM entry if it fails
719 * (if sending the appropriate null-func message fails.)
721 * Range 0 - 255
723 u8 psm_entry_retries;
726 enum {
727 CONF_REF_CLK_19_2_E,
728 CONF_REF_CLK_26_E,
729 CONF_REF_CLK_38_4_E,
730 CONF_REF_CLK_52_E
733 enum single_dual_band_enum {
734 CONF_SINGLE_BAND,
735 CONF_DUAL_BAND
738 #define CONF_RSSI_AND_PROCESS_COMPENSATION_SIZE 15
739 #define CONF_NUMBER_OF_SUB_BANDS_5 7
740 #define CONF_NUMBER_OF_RATE_GROUPS 6
741 #define CONF_NUMBER_OF_CHANNELS_2_4 14
742 #define CONF_NUMBER_OF_CHANNELS_5 35
744 struct conf_radio_parms {
746 * FEM parameter set to use
748 * Range: 0 or 1
750 u8 fem;
753 struct conf_init_settings {
755 * Configure radio parameters.
757 struct conf_radio_parms radioparam;
761 struct conf_itrim_settings {
762 /* enable dco itrim */
763 u8 enable;
765 /* moderation timeout in microsecs from the last TX */
766 u32 timeout;
769 struct conf_pm_config_settings {
771 * Host clock settling time
773 * Range: 0 - 30000 us
775 u32 host_clk_settling_time;
778 * Host fast wakeup support
780 * Range: true, false
782 bool host_fast_wakeup_support;
785 struct conf_drv_settings {
786 struct conf_sg_settings sg;
787 struct conf_rx_settings rx;
788 struct conf_tx_settings tx;
789 struct conf_conn_settings conn;
790 struct conf_init_settings init;
791 struct conf_itrim_settings itrim;
792 struct conf_pm_config_settings pm_config;
795 #endif