aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: move agn only eeprom functions to separate fileWey-Yi Guy2010-10-145-367/+476
* iwlagn: check beacon frame sizeJohannes Berg2010-10-141-0/+2
* iwlwifi: blink LED in IBSS modeJohannes Berg2010-10-141-0/+1
* iwlwifi: rewrite RXON checksJohannes Berg2010-10-141-52/+50
* iwlagn: 6050 ops should be used;Wey-Yi Guy2010-10-141-1/+1
* iwlwifi: clean up some beacon handlingJohannes Berg2010-10-141-14/+11
* iwlwifi: rename ibss_beacon variableJohannes Berg2010-10-144-36/+36
* iwlwifi: allow probe-after-rx on 2.4 GHzJohannes Berg2010-10-142-28/+28
* iwlgn: need longer tx queue stuck timer for coex devicesWey-Yi Guy2010-10-142-15/+34
* iwl3945: fix queue allocationJohannes Berg2010-10-121-0/+1
* iwlagn: prio_tbl need to download before calibrationWey-Yi Guy2010-10-121-3/+4
* iiwlagn: always download priority tableWey-Yi Guy2010-10-121-2/+1
* iwlagn: add temperature offset calib for 6000g2Shanyu Zhao2010-10-075-1/+50
* iwlagn: fix default calibration table sizeShanyu Zhao2010-10-072-2/+3
* iwlagn: no version check for experimental uCodeWey-Yi Guy2010-10-071-11/+16
* iwlwifi: fix dual-mode scanningJohannes Berg2010-10-071-1/+3
* iwlwifi: remove iwl_check_bitsJohannes Berg2010-10-072-6/+1
* iwlwifi: clean up declarationsJohannes Berg2010-10-0710-39/+32
* iwlwifi: remove apm_ops.stopJohannes Berg2010-10-0710-14/+6
* iwlwifi: remove set_pwr_src operationJohannes Berg2010-10-079-46/+30
* iwlwifi: remove set_ct_kill operationJohannes Berg2010-10-075-17/+6
* iwlwifi: move iwl_dump_fh to agnJohannes Berg2010-10-074-64/+62
* iwlwifi: move iwl_dump_csr to agnJohannes Berg2010-10-074-72/+70
* iwlwifi: move iwl_toggle_rx_ant to agnJohannes Berg2010-10-074-20/+19
* iwlwifi: remove agn rates info thereJohannes Berg2010-10-076-84/+80
* iwlwifi: remove spurious exportsJohannes Berg2010-10-073-7/+0
* iwlwifi: move tx fail code to agnJohannes Berg2010-10-074-41/+42
* iwlwifi: move agn specific station code thereJohannes Berg2010-10-0711-754/+823
* iwlwifi: remove verify_signature eeprom operationJohannes Berg2010-10-077-11/+2
* iwlwifi: rename iwl_mac_beacon_updateJohannes Berg2010-10-071-18/+17
* iwlwifi: move chain settings to agnJohannes Berg2010-10-076-145/+144
* iwl3945: use iwl3945_commit_rxonJohannes Berg2010-10-073-10/+12
* iwlwifi: introduce post_scan hookJohannes Berg2010-10-079-10/+47
* iwlagn: rename iwl_commit_rxonJohannes Berg2010-10-075-6/+8
* Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-10-0726-913/+651
|\
| * iwlagn: add define for MODULE_FIRMWAREWey-Yi Guy2010-10-061-0/+1
| * iwlagn: fix module firmware name for 130 series deviceWey-Yi Guy2010-10-061-2/+2
| * iwlagn: define 130 series of WiFi/BT combo devicesWey-Yi Guy2010-10-063-0/+56
| * iwlagn: rename iwl5000_tx_respWey-Yi Guy2010-10-062-11/+13
| * iwlwifi: remove uncorrect commentsWey-Yi Guy2010-10-061-2/+2
| * iwlagn: rename iwl5000_tx_power_dbm_cmdWey-Yi Guy2010-10-062-7/+7
| * iwlagn: reduce redundant parameter definitionsWey-Yi Guy2010-10-0624-887/+565
| * iwlwifi: schedule to deprecate software scan supportWey-Yi Guy2010-10-062-6/+7
* | Revert "iwlwifi: do not perferm force reset while doing scan"Stanislaw Gruszka2010-10-061-5/+0
|/
* iwlwifi: change WARN_ON to IWL_WARN in iwl_mac_add_interfaceStanislaw Gruszka2010-10-051-1/+2
* Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-10-058-16/+176
|\
| * iwlagn: API v5 for 6050 series deviceWey-Yi Guy2010-09-281-1/+1
| * iwlwifi: send DC calib config to runtime ucodeShanyu Zhao2010-09-284-1/+41
| * iwlagn: set CSR register for 6050g2 devicesShanyu Zhao2010-09-282-2/+25
| * iwlwifi: add iwl_nic_ops structure to iwl_opsShanyu Zhao2010-09-282-13/+29