summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-scan.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-28iwlwifi: introduce iwl_advanced_bt_coexist()Stanislaw Gruszka1-2/+1
2010-11-17iwlwifi: kill elapsed_jiffiesStanislaw Gruszka1-2/+1
2010-11-15iwlwifi: defer update power mode while scanStanislaw Gruszka1-0/+1
2010-11-15iwlwifi: fix set_tx_power vs scanStanislaw Gruszka1-4/+6
2010-10-08iwlwifi: remove spurious exportsJohannes Berg1-1/+0
2010-10-08iwlwifi: introduce post_scan hookJohannes Berg1-10/+1
2010-10-06iwlagn: reduce redundant parameter definitionsWey-Yi Guy1-1/+2
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 Gruszka1-9/+29
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 Gruszka1-5/+15
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 Gruszka1-1/+1
2010-09-15iwlwifi: move scan completed flags handlingJohannes Berg1-16/+14
2010-09-15iwlwifi: unify scan start checksJohannes Berg1-53/+74
2010-08-27iwlwifi: send PAN parametersJohannes Berg1-0/+3
2010-08-27iwlwifi: clamp scanning dwell time to all contextsJohannes Berg1-8/+17
2010-08-27iwlwifi: initial contextificationJohannes Berg1-4/+5
2010-08-25iwlwifi: fix compile error without debugging supportWey-Yi Guy1-2/+0
2010-08-25iwlagn: update bt status upon scan completeWey-Yi Guy1-0/+20
2010-08-25iwlwifi: do not spuriously call ieee80211_scan_completedJohannes Berg1-2/+4
2010-08-16iwlwifi: make scan workqueue functions staticStanislaw Gruszka1-8/+4
2010-08-06iwlwifi: fix locking assertionsJohannes Berg1-1/+1
2010-07-29iwlwifi: fix scan abortStanislaw Gruszka1-10/+8
2010-06-26iwlwifi: turn on RTS/CTS after aggregation become operationalWey-Yi Guy1-0/+9
2010-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2010-06-15iwlwifi: cancel scan watchdog in iwl_bg_abort_scanJohn W. Linville1-0/+1
2010-06-06iwlwifi: queue user-initiated scan when doing internal scanJohannes Berg1-11/+25
2010-06-06iwlwifi: use virtual interface address for scanJohannes Berg1-2/+2
2010-05-21iwlwifi: fix internal scan raceReinette Chatre1-3/+18
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-7/+9
2010-05-11iwlwifi: push virtual interface throughJohannes Berg1-6/+7
2010-05-11iwl3945: fix scan racesAbhijeet Kolekar1-1/+2
2010-05-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2010-04-28mac80211: give virtual interface to hw_scanJohannes Berg1-1/+2
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-478/+28
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-11/+20
2010-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-11/+20
2010-04-20Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville1-485/+44
2010-04-17iwlwifi: trigger scan synchronouslyJohannes Berg1-409/+9
2010-04-17iwlwifi: rename priv->scan to priv->scan_cmdJohannes Berg1-5/+5
2010-04-17iwlwifi: remove scan_pass_startJohannes Berg1-6/+2
2010-04-17iwlwifi: remove next_scan_jiffiesJohannes Berg1-20/+0
2010-04-17iwlwifi: correct atomic bitops usageJohannes Berg1-7/+6
2010-04-17iwlwifi: remove scan_bands logicJohannes Berg1-42/+17