summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2010-10-08iwlwifi: move chain settings to agnJohannes Berg6-145/+144
2010-10-08iwl3945: use iwl3945_commit_rxonJohannes Berg3-10/+12
2010-10-08iwlwifi: introduce post_scan hookJohannes Berg9-10/+47
2010-10-08iwlagn: rename iwl_commit_rxonJohannes Berg5-6/+8
2010-10-07Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville26-913/+651
2010-10-07iwlagn: add define for MODULE_FIRMWAREWey-Yi Guy1-0/+1
2010-10-07iwlagn: fix module firmware name for 130 series deviceWey-Yi Guy1-2/+2
2010-10-07Revert "iwlwifi: do not perferm force reset while doing scan"Stanislaw Gruszka1-5/+0
2010-10-06iwlagn: define 130 series of WiFi/BT combo devicesWey-Yi Guy3-0/+56
2010-10-06iwlagn: rename iwl5000_tx_respWey-Yi Guy2-11/+13
2010-10-06iwlwifi: remove uncorrect commentsWey-Yi Guy1-2/+2
2010-10-06iwlagn: rename iwl5000_tx_power_dbm_cmdWey-Yi Guy2-7/+7
2010-10-06iwlagn: reduce redundant parameter definitionsWey-Yi Guy24-887/+565
2010-10-06iwlwifi: schedule to deprecate software scan supportWey-Yi Guy2-6/+7
2010-10-05iwlwifi: change WARN_ON to IWL_WARN in iwl_mac_add_interfaceStanislaw Gruszka1-1/+2
2010-10-05Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville8-16/+176
2010-09-29iwlagn: API v5 for 6050 series deviceWey-Yi Guy1-1/+1
2010-09-29iwlwifi: send DC calib config to runtime ucodeShanyu Zhao4-1/+41
2010-09-29iwlagn: set CSR register for 6050g2 devicesShanyu Zhao2-2/+25
2010-09-29iwlwifi: add iwl_nic_ops structure to iwl_opsShanyu Zhao2-13/+29
2010-09-29iwlwifi: define 100 devicesJay Sternberg3-0/+81
2010-09-28iwl3945: queue the right work if the scan needs to be abortedFlorian Mickler2-2/+2
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+5
2010-09-18iwlagn: initialize both tx/rx prio boost parametersWey-Yi Guy1-0/+2
2010-09-18iwlagn: minor coex API changesWey-Yi Guy1-1/+6
2010-09-18iwlagn: correct naming for failure reply tx statusWey-Yi Guy4-14/+9
2010-09-18iwlwifi: corrections to debug output of ucode statisticsJay Sternberg1-222/+135
2010-09-18iwlagn: adding aggregated frame failure status to debugfsWey-Yi Guy2-2/+54
2010-09-18iwlagn: keep track of aggregated tx frames failure counterWey-Yi Guy2-0/+68
2010-09-18iwlagn: log aggregation tx command statusWey-Yi Guy2-0/+35
2010-09-18iwlagn: keep track of failure tx statusWey-Yi Guy8-0/+126
2010-09-18iwlagn: keep track fail tx reason counterWey-Yi Guy2-0/+108
2010-09-18iwlagn: add bt_status_read for 5150Wey-Yi Guy1-0/+1
2010-09-18iwlwifi: do not perferm force reset while doing scanWey-Yi Guy1-0/+5
2010-09-16iwlwifi: fix sparse warning about wrong enum for band parameterJohn W. Linville1-1/+1
2010-09-16net/wireless: use generic_file_llseek in debugfsArnd Bergmann1-0/+3
2010-09-15iwlwifi: apply settings when finishing scanStanislaw Gruszka1-1/+2
2010-09-15iwlwifi: use IWL_DEBUG_SCAN for debug scanningStanislaw Gruszka1-12/+19
2010-09-15iwlwifi: cleanup scan initiate checkStanislaw Gruszka1-16/+1
2010-09-15iwlwifi: do not force complete scan too earlyStanislaw Gruszka5-15/+41
2010-09-15iwlwifi: assure we complete scan in scan_abort and scan_check worksStanislaw Gruszka1-12/+2
2010-09-15iwlwifi: force scan complete after timeoutStanislaw Gruszka2-17/+18
2010-09-15iwlwifi: rewrite scan completionStanislaw Gruszka1-25/+40
2010-09-15iwlwifi: rework iwl_scan_cancel_timeoutStanislaw Gruszka1-13/+12
2010-09-15iwlwifi: report scan completion when abort failStanislaw Gruszka1-64/+67
2010-09-15iwlwifi: cancel scan when down the deviceStanislaw Gruszka3-24/+8
2010-09-15iwlwifi: move scan completed flags handlingJohannes Berg1-16/+14
2010-09-15iwlwifi: unify scan start checksJohannes Berg6-187/+108
2010-09-15iwlwifi: remove unused conf variablesJohannes Berg2-9/+0
2010-09-11iwlwifi: remove code repetitionWey-Yi Guy1-32/+28