summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-scan.c
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: fix scan complete processingJohannes Berg2011-09-271-4/+32
* iwlagn: move iwl_process_scan_complete upJohannes Berg2011-09-271-54/+54
* iwlagn: refactor scan completeJohannes Berg2011-09-271-8/+11
* iwlagn: make iwl_scan_cancel_timeout voidJohannes Berg2011-09-271-3/+1
* iwlagn: fix dangling scan requestJohannes Berg2011-09-271-14/+16
* iwlagn: add debugging to show probe related info in scan notificationWey-Yi Guy2011-09-271-0/+2
* iwlagn: remove the callback in host commandsEmmanuel Grumbach2011-09-211-8/+17
* iwlagn: split remain-on-channelJohannes Berg2011-09-211-39/+60
* iwlagn: move scan code to scan fileJohannes Berg2011-09-211-6/+433
* iwlagn: move iwl_free_pages to iwl-shared.hEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach2011-08-291-16/+16
* iwlagn: priv->status moves to iwl_sharedEmmanuel Grumbach2011-08-291-22/+22
* iwlagn: workqueue moves to iwl_sharedEmmanuel Grumbach2011-08-291-5/+6
* iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: support new P2P implementationJohannes Berg2011-08-081-5/+14
* iwlagn: remove un-necessary "_agn"Wey-Yi Guy2011-07-211-3/+3
* iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-211-1/+1
* iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry2011-07-111-4/+1
* iwlagn: provide heplers to access the transport opsEmmanuel Grumbach2011-07-111-1/+2
* iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach2011-07-111-2/+2
* iwlagn: direct call to post_scan functionWey-Yi Guy2011-06-031-1/+2
* iwlagn: move all post scan functions in one placeWey-Yi Guy2011-06-031-7/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-121-1/+1
|\
| * iwlagn: change Copyright to 2011Wey-Yi Guy2011-04-071-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* iwlagn: support off-channel TXJohannes Berg2011-03-111-17/+24
* iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy2011-02-211-10/+0
* Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"Wey-Yi Guy2011-02-211-0/+10
* iwlwifi: split the drivers for agn and legacy devices 3945/4965Wey-Yi Guy2011-02-211-10/+0
* iwlwifi: introduce iwl_advanced_bt_coexist()Stanislaw Gruszka2011-01-281-2/+1
* iwlwifi: kill elapsed_jiffiesStanislaw Gruszka2010-11-161-2/+1
* iwlwifi: defer update power mode while scanStanislaw Gruszka2010-11-151-0/+1
* iwlwifi: fix set_tx_power vs scanStanislaw Gruszka2010-11-151-4/+6
* iwlwifi: remove spurious exportsJohannes Berg2010-10-071-1/+0
* iwlwifi: introduce post_scan hookJohannes Berg2010-10-071-10/+1
* iwlagn: reduce redundant parameter definitionsWey-Yi Guy2010-10-061-1/+2
* iwlwifi: fix sparse warning about wrong enum for band parameterJohn W. Linville2010-09-161-1/+1
* iwlwifi: apply settings when finishing scanStanislaw Gruszka2010-09-141-1/+2
* iwlwifi: use IWL_DEBUG_SCAN for debug scanningStanislaw Gruszka2010-09-141-12/+19
* iwlwifi: cleanup scan initiate checkStanislaw Gruszka2010-09-141-16/+1
* iwlwifi: do not force complete scan too earlyStanislaw Gruszka2010-09-141-9/+29
* iwlwifi: assure we complete scan in scan_abort and scan_check worksStanislaw Gruszka2010-09-141-12/+2
* iwlwifi: force scan complete after timeoutStanislaw Gruszka2010-09-141-5/+15
* iwlwifi: rewrite scan completionStanislaw Gruszka2010-09-141-25/+40
* iwlwifi: rework iwl_scan_cancel_timeoutStanislaw Gruszka2010-09-141-13/+12
* iwlwifi: report scan completion when abort failStanislaw Gruszka2010-09-141-64/+67
* iwlwifi: cancel scan when down the deviceStanislaw Gruszka2010-09-141-1/+1
* iwlwifi: move scan completed flags handlingJohannes Berg2010-09-141-16/+14