aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-6000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-6000.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c
index d8f9df699d83..9f835ac905f1 100644
--- a/drivers/net/wireless/iwlwifi/iwl-6000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-6000.c
@@ -567,6 +567,7 @@ struct iwl_cfg iwl6000g2a_2agn_cfg = {
567 .ht_params = &iwl6000_ht_params, 567 .ht_params = &iwl6000_ht_params,
568 .need_dc_calib = true, 568 .need_dc_calib = true,
569 .need_temp_offset_calib = true, 569 .need_temp_offset_calib = true,
570 .led_mode = IWL_LED_RF_STATE,
570}; 571};
571 572
572struct iwl_cfg iwl6000g2a_2abg_cfg = { 573struct iwl_cfg iwl6000g2a_2abg_cfg = {
@@ -584,6 +585,7 @@ struct iwl_cfg iwl6000g2a_2abg_cfg = {
584 .base_params = &iwl6000_base_params, 585 .base_params = &iwl6000_base_params,
585 .need_dc_calib = true, 586 .need_dc_calib = true,
586 .need_temp_offset_calib = true, 587 .need_temp_offset_calib = true,
588 .led_mode = IWL_LED_RF_STATE,
587}; 589};
588 590
589struct iwl_cfg iwl6000g2a_2bg_cfg = { 591struct iwl_cfg iwl6000g2a_2bg_cfg = {
@@ -601,6 +603,7 @@ struct iwl_cfg iwl6000g2a_2bg_cfg = {
601 .base_params = &iwl6000_base_params, 603 .base_params = &iwl6000_base_params,
602 .need_dc_calib = true, 604 .need_dc_calib = true,
603 .need_temp_offset_calib = true, 605 .need_temp_offset_calib = true,
606 .led_mode = IWL_LED_RF_STATE,
604}; 607};
605 608
606struct iwl_cfg iwl6000g2b_2agn_cfg = { 609struct iwl_cfg iwl6000g2b_2agn_cfg = {
@@ -620,6 +623,7 @@ struct iwl_cfg iwl6000g2b_2agn_cfg = {
620 .ht_params = &iwl6000_ht_params, 623 .ht_params = &iwl6000_ht_params,
621 .need_dc_calib = true, 624 .need_dc_calib = true,
622 .need_temp_offset_calib = true, 625 .need_temp_offset_calib = true,
626 .led_mode = IWL_LED_RF_STATE,
623 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */ 627 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
624 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A, 628 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
625}; 629};
@@ -640,6 +644,7 @@ struct iwl_cfg iwl6000g2b_2abg_cfg = {
640 .bt_params = &iwl6000_bt_params, 644 .bt_params = &iwl6000_bt_params,
641 .need_dc_calib = true, 645 .need_dc_calib = true,
642 .need_temp_offset_calib = true, 646 .need_temp_offset_calib = true,
647 .led_mode = IWL_LED_RF_STATE,
643 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */ 648 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
644 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A, 649 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
645}; 650};
@@ -661,6 +666,7 @@ struct iwl_cfg iwl6000g2b_2bgn_cfg = {
661 .ht_params = &iwl6000_ht_params, 666 .ht_params = &iwl6000_ht_params,
662 .need_dc_calib = true, 667 .need_dc_calib = true,
663 .need_temp_offset_calib = true, 668 .need_temp_offset_calib = true,
669 .led_mode = IWL_LED_RF_STATE,
664 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */ 670 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
665 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A, 671 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
666}; 672};
@@ -681,6 +687,7 @@ struct iwl_cfg iwl6000g2b_2bg_cfg = {
681 .bt_params = &iwl6000_bt_params, 687 .bt_params = &iwl6000_bt_params,
682 .need_dc_calib = true, 688 .need_dc_calib = true,
683 .need_temp_offset_calib = true, 689 .need_temp_offset_calib = true,
690 .led_mode = IWL_LED_RF_STATE,
684 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */ 691 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
685 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A, 692 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
686}; 693};
@@ -702,6 +709,7 @@ struct iwl_cfg iwl6000g2b_bgn_cfg = {
702 .ht_params = &iwl6000_ht_params, 709 .ht_params = &iwl6000_ht_params,
703 .need_dc_calib = true, 710 .need_dc_calib = true,
704 .need_temp_offset_calib = true, 711 .need_temp_offset_calib = true,
712 .led_mode = IWL_LED_RF_STATE,
705 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */ 713 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
706 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A, 714 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
707}; 715};
@@ -722,6 +730,7 @@ struct iwl_cfg iwl6000g2b_bg_cfg = {
722 .bt_params = &iwl6000_bt_params, 730 .bt_params = &iwl6000_bt_params,
723 .need_dc_calib = true, 731 .need_dc_calib = true,
724 .need_temp_offset_calib = true, 732 .need_temp_offset_calib = true,
733 .led_mode = IWL_LED_RF_STATE,
725 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */ 734 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
726 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A, 735 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
727}; 736};
@@ -744,6 +753,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = {
744 .base_params = &iwl6000_base_params, 753 .base_params = &iwl6000_base_params,
745 .ht_params = &iwl6000_ht_params, 754 .ht_params = &iwl6000_ht_params,
746 .pa_type = IWL_PA_INTERNAL, 755 .pa_type = IWL_PA_INTERNAL,
756 .led_mode = IWL_LED_BLINK,
747}; 757};
748 758
749struct iwl_cfg iwl6000i_2abg_cfg = { 759struct iwl_cfg iwl6000i_2abg_cfg = {
@@ -760,6 +770,7 @@ struct iwl_cfg iwl6000i_2abg_cfg = {
760 .mod_params = &iwlagn_mod_params, 770 .mod_params = &iwlagn_mod_params,
761 .base_params = &iwl6000_base_params, 771 .base_params = &iwl6000_base_params,
762 .pa_type = IWL_PA_INTERNAL, 772 .pa_type = IWL_PA_INTERNAL,
773 .led_mode = IWL_LED_BLINK,
763}; 774};
764 775
765struct iwl_cfg iwl6000i_2bg_cfg = { 776struct iwl_cfg iwl6000i_2bg_cfg = {
@@ -776,6 +787,7 @@ struct iwl_cfg iwl6000i_2bg_cfg = {
776 .mod_params = &iwlagn_mod_params, 787 .mod_params = &iwlagn_mod_params,
777 .base_params = &iwl6000_base_params, 788 .base_params = &iwl6000_base_params,
778 .pa_type = IWL_PA_INTERNAL, 789 .pa_type = IWL_PA_INTERNAL,
790 .led_mode = IWL_LED_BLINK,
779}; 791};
780 792
781struct iwl_cfg iwl6050_2agn_cfg = { 793struct iwl_cfg iwl6050_2agn_cfg = {
@@ -793,6 +805,7 @@ struct iwl_cfg iwl6050_2agn_cfg = {
793 .base_params = &iwl6050_base_params, 805 .base_params = &iwl6050_base_params,
794 .ht_params = &iwl6000_ht_params, 806 .ht_params = &iwl6000_ht_params,
795 .need_dc_calib = true, 807 .need_dc_calib = true,
808 .led_mode = IWL_LED_BLINK,
796}; 809};
797 810
798struct iwl_cfg iwl6050g2_bgn_cfg = { 811struct iwl_cfg iwl6050g2_bgn_cfg = {
@@ -810,6 +823,7 @@ struct iwl_cfg iwl6050g2_bgn_cfg = {
810 .base_params = &iwl6050_base_params, 823 .base_params = &iwl6050_base_params,
811 .ht_params = &iwl6000_ht_params, 824 .ht_params = &iwl6000_ht_params,
812 .need_dc_calib = true, 825 .need_dc_calib = true,
826 .led_mode = IWL_LED_RF_STATE,
813}; 827};
814 828
815struct iwl_cfg iwl6050_2abg_cfg = { 829struct iwl_cfg iwl6050_2abg_cfg = {
@@ -826,6 +840,7 @@ struct iwl_cfg iwl6050_2abg_cfg = {
826 .mod_params = &iwlagn_mod_params, 840 .mod_params = &iwlagn_mod_params,
827 .base_params = &iwl6050_base_params, 841 .base_params = &iwl6050_base_params,
828 .need_dc_calib = true, 842 .need_dc_calib = true,
843 .led_mode = IWL_LED_BLINK,
829}; 844};
830 845
831struct iwl_cfg iwl6000_3agn_cfg = { 846struct iwl_cfg iwl6000_3agn_cfg = {
@@ -843,6 +858,7 @@ struct iwl_cfg iwl6000_3agn_cfg = {
843 .base_params = &iwl6000_base_params, 858 .base_params = &iwl6000_base_params,
844 .ht_params = &iwl6000_ht_params, 859 .ht_params = &iwl6000_ht_params,
845 .need_dc_calib = true, 860 .need_dc_calib = true,
861 .led_mode = IWL_LED_BLINK,
846}; 862};
847 863
848struct iwl_cfg iwl130_bgn_cfg = { 864struct iwl_cfg iwl130_bgn_cfg = {
@@ -861,6 +877,7 @@ struct iwl_cfg iwl130_bgn_cfg = {
861 .bt_params = &iwl6000_bt_params, 877 .bt_params = &iwl6000_bt_params,
862 .ht_params = &iwl6000_ht_params, 878 .ht_params = &iwl6000_ht_params,
863 .need_dc_calib = true, 879 .need_dc_calib = true,
880 .led_mode = IWL_LED_RF_STATE,
864 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */ 881 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
865 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A, 882 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
866}; 883};
@@ -880,6 +897,7 @@ struct iwl_cfg iwl130_bg_cfg = {
880 .base_params = &iwl6000_coex_base_params, 897 .base_params = &iwl6000_coex_base_params,
881 .bt_params = &iwl6000_bt_params, 898 .bt_params = &iwl6000_bt_params,
882 .need_dc_calib = true, 899 .need_dc_calib = true,
900 .led_mode = IWL_LED_RF_STATE,
883 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */ 901 /* Due to bluetooth, we transmit 2.4 GHz probes only on antenna A */
884 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A, 902 .scan_tx_antennas[IEEE80211_BAND_2GHZ] = ANT_A,
885}; 903};