summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-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-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
2010-09-11iwlwifi: make sure runtime calibration is enabled after associationWey-Yi Guy1-2/+1
2010-09-11iwlwifi: fix and describe iwl_adjust_beacon_intervalJohannes Berg2-4/+25
2010-09-11iwlwifi: improve timing handling with dual-modeJohannes Berg1-1/+13
2010-09-11iwlwifi: avoid sending too many commandsJohannes Berg4-1/+33
2010-09-11iwlwifi: allow configure protection modeWey-Yi Guy1-0/+40
2010-09-11iwlwifi: implement beacon interval changeJohannes Berg1-3/+2
2010-09-11iwlwifi: fix PAN parameters while scanningJohannes Berg1-0/+5
2010-09-11iwlwifi: remember the last uCode sysassert error codeWey-Yi Guy4-6/+4
2010-09-11iwlwifi: fix default LQ table in 5.2 bandTomas Winkler2-20/+8
2010-09-07drivers/net/wireless/iwlwifi/iwl-agn.c: Fix return value from an unsigned fun...Julia Lawall1-1/+1
2010-09-03iwlagn: open/close envlope to force move BT state machineWey-Yi Guy3-21/+31
2010-08-27iwlwifi: allow using multiple contextsJohannes Berg5-40/+82
2010-08-27iwlwifi: follow main beacon intervalJohannes Berg1-2/+9
2010-08-27iwlagn: always send RXON timingJohannes Berg1-1/+2
2010-08-27iwlwifi: pass context to iwl_send_rxon_timingJohannes Berg4-19/+15
2010-08-27iwlwifi: send PAN parametersJohannes Berg6-0/+96
2010-08-27iwlagn: send beacon before committing associated RXONJohannes Berg1-0/+2
2010-08-27iwlagn: send RXON timing before associatingJohannes Berg2-0/+18
2010-08-27iwlagn: queue frames according to contextJohannes Berg3-23/+51
2010-08-27iwlagn: remove iw_mode check for beaconJohannes Berg1-2/+11
2010-08-27iwlagn: detect PAN capabilityJohannes Berg2-4/+23
2010-08-27iwlwifi: add PAN APIJohannes Berg2-1/+116
2010-08-27iwlwifi: introduce beacon contextJohannes Berg5-20/+50