summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-5000.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-261-0/+7
|\
| * iwlwifi: clear all the stop_queue flag after load firmwareWey-Yi Guy2010-02-111-0/+5
| * iwlwifi: clear all tx queues when firmware readyWey-Yi Guy2010-02-111-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-261-5/+3Star
|\ \ | |/ |/|
| * iwlwifi: sanity check before counting number of tfds can be freeStanislaw Gruszka2010-02-221-4/+2Star
| * iwlwifi: error checking for number of tfds in queueWey-Yi Guy2010-02-221-2/+2
* | iwlwifi: Add chain noise scaling factorBen Cahill2010-02-081-2/+19
* | iwlagn: simplify ucode loadingJohannes Berg2010-01-291-41/+22Star
* | iwlwifi: update sensitivity calibration data for 5x00 seriesWey-Yi Guy2010-01-291-2/+2
* | iwlwifi: make broadcast station addition genericReinette Chatre2010-01-251-0/+2
* | iwlwifi: Tune radio to prevent unexpected behaviorTrieu 'Andrew' Nguyen2010-01-251-0/+7
* | iwlwifi: update copyright year to 2010Reinette Chatre2010-01-191-1/+1
* | iwlwifi: display flowhandler register when sw error or on-demandWey-Yi Guy2010-01-191-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-191-0/+5
|\|
| * iwlwifi: Fix throughput stall issue in HT mode for 5000Wey-Yi Guy2010-01-181-0/+5
* | iwlwifi: fix bug in tx byte count tableWey-Yi Guy2010-01-121-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-281-3/+4
|\|
| * iwlwifi: fix more eeprom endian bugsJohannes Berg2009-12-211-3/+4
* | iwlwifi: Constify struct iwl_opsEmese Revfy2009-12-221-2/+2
* | iwlwifi: use new mac80211 SMPSJohannes Berg2009-12-221-4/+0Star
* | iwlwifi: dump "Control and Status Register" when detect uCode HW/SW errorWey-Yi Guy2009-12-221-0/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-251-8/+47
|\
| * iwlwifi: update supported PCI_ID list for 5xx0 seriesWey-Yi Guy2009-11-231-4/+25
| * iwlwifi: set sm_ps_mode as part of cfg parametersWey-Yi Guy2009-11-231-0/+4
| * iwlwifi: report PS filtered statusJohannes Berg2009-11-181-4/+2Star
| * iwlwifi: eliminate the possible 1/2 dBm tx power loss in 6x00 & 6x50 seriesWey-Yi Guy2009-11-181-0/+16
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-191-0/+1
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-161-1/+1
| |\
| * | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | | iwlwifi: fix for channel switchWey-Yi Guy2009-11-111-2/+4
* | | iwlwifi: don't double-activate queue 4Johannes Berg2009-11-111-3/+7
* | | iwlwifi: add wimax/wifi coexist support for 6x50 seriesWey-Yi Guy2009-11-021-11/+1Star
* | | iwlwifi: add channel switch support to 5000 series and upWey-Yi Guy2009-10-271-0/+32
* | | iwlwifi: consolidate apm_init() functionsBen Cahill2009-10-271-66/+20Star
* | | iwlwifi: fix gain computation for 5000 series and upWey-Yi Guy2009-10-271-1/+1
* | | iwlwifi: use paged RxZhu Yi2009-10-271-2/+2
* | | iwlwifi: dynamic allocate tx queue structureWey-Yi Guy2009-10-271-15/+27
* | | iwlwifi: additional items in sensitivity range tableWey-Yi Guy2009-10-271-0/+8
* | | iwlagn, iwl3945: remove apm_reset() functionsBen Cahill2009-10-271-45/+0Star
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-121-1/+1
|\ \ \ | | |/ | |/|
| * | iwlagn: fix compile warning in iwl5000_gain_computationReinette Chatre2009-10-071-1/+1
| |/
* | iwlwifi: replace iwl_poll_direct_bit with iwl_poll_bit for CSR accessAbhijeet Kolekar2009-10-071-2/+4
* | iwlwifi/iwl3945 : unify apm stop operationAbhijeet Kolekar2009-10-071-43/+3Star
* | iwlwifi: LED cleanupJohannes Berg2009-10-071-1/+4
* | iwlwifi: clear the translate table areaHuaxu Wan2009-10-071-1/+2
* | iwlwifi: Chain Noise Calibration for 6000 seriesWey-Yi Guy2009-10-071-3/+12
* | iwlwifi: send cmd to uCode to configure valid tx antennaWey-Yi Guy2009-10-071-0/+19
* | iwlwifi: use S_IRUGO and S_IWUSR in module parametersWey-Yi Guy2009-10-071-5/+6
* | iwlwifi: Adjust blink rate to compensate Clock differenceWey-Yi Guy2009-10-071-0/+6
* | iwlwifi: separate set_hw_params function for 6000 seriesWey-Yi Guy2009-10-071-10/+2Star