index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-scan.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
iwlagn: hw_params moves to iwl_shared
Emmanuel Grumbach
2011-08-29
1
-1
/
+1
*
iwlagn: support new P2P implementation
Johannes Berg
2011-08-08
1
-5
/
+14
*
iwlagn: remove un-necessary "_agn"
Wey-Yi Guy
2011-07-21
1
-3
/
+3
*
iwlagn: transport layer receives struct iwl_trans*
Emmanuel Grumbach
2011-07-21
1
-1
/
+1
*
iwlagn: remove iwlagn_hcmd_utils structure and call directly
Don Fry
2011-07-11
1
-4
/
+1
*
iwlagn: provide heplers to access the transport ops
Emmanuel Grumbach
2011-07-11
1
-1
/
+2
*
iwlagn: consolidate the API that sends host commands and move to transport
Emmanuel Grumbach
2011-07-11
1
-2
/
+2
*
iwlagn: direct call to post_scan function
Wey-Yi Guy
2011-06-03
1
-1
/
+2
*
iwlagn: move all post scan functions in one place
Wey-Yi Guy
2011-06-03
1
-7
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-04-12
1
-1
/
+1
|
\
|
*
iwlagn: change Copyright to 2011
Wey-Yi Guy
2011-04-07
1
-1
/
+1
*
|
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
|
/
*
iwlagn: support off-channel TX
Johannes Berg
2011-03-11
1
-17
/
+24
*
iwlwifi: split the drivers for agn and legacy devices 3945/4965
Wey-Yi Guy
2011-02-21
1
-10
/
+0
*
Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"
Wey-Yi Guy
2011-02-21
1
-0
/
+10
*
iwlwifi: split the drivers for agn and legacy devices 3945/4965
Wey-Yi Guy
2011-02-21
1
-10
/
+0
*
iwlwifi: introduce iwl_advanced_bt_coexist()
Stanislaw Gruszka
2011-01-28
1
-2
/
+1
*
iwlwifi: kill elapsed_jiffies
Stanislaw Gruszka
2010-11-16
1
-2
/
+1
*
iwlwifi: defer update power mode while scan
Stanislaw Gruszka
2010-11-15
1
-0
/
+1
*
iwlwifi: fix set_tx_power vs scan
Stanislaw Gruszka
2010-11-15
1
-4
/
+6
*
iwlwifi: remove spurious exports
Johannes Berg
2010-10-07
1
-1
/
+0
*
iwlwifi: introduce post_scan hook
Johannes Berg
2010-10-07
1
-10
/
+1
*
iwlagn: reduce redundant parameter definitions
Wey-Yi Guy
2010-10-06
1
-1
/
+2
*
iwlwifi: fix sparse warning about wrong enum for band parameter
John W. Linville
2010-09-16
1
-1
/
+1
*
iwlwifi: apply settings when finishing scan
Stanislaw Gruszka
2010-09-14
1
-1
/
+2
*
iwlwifi: use IWL_DEBUG_SCAN for debug scanning
Stanislaw Gruszka
2010-09-14
1
-12
/
+19
*
iwlwifi: cleanup scan initiate check
Stanislaw Gruszka
2010-09-14
1
-16
/
+1
*
iwlwifi: do not force complete scan too early
Stanislaw Gruszka
2010-09-14
1
-9
/
+29
*
iwlwifi: assure we complete scan in scan_abort and scan_check works
Stanislaw Gruszka
2010-09-14
1
-12
/
+2
*
iwlwifi: force scan complete after timeout
Stanislaw Gruszka
2010-09-14
1
-5
/
+15
*
iwlwifi: rewrite scan completion
Stanislaw Gruszka
2010-09-14
1
-25
/
+40
*
iwlwifi: rework iwl_scan_cancel_timeout
Stanislaw Gruszka
2010-09-14
1
-13
/
+12
*
iwlwifi: report scan completion when abort fail
Stanislaw Gruszka
2010-09-14
1
-64
/
+67
*
iwlwifi: cancel scan when down the device
Stanislaw Gruszka
2010-09-14
1
-1
/
+1
*
iwlwifi: move scan completed flags handling
Johannes Berg
2010-09-14
1
-16
/
+14
*
iwlwifi: unify scan start checks
Johannes Berg
2010-09-14
1
-53
/
+74
*
iwlwifi: send PAN parameters
Johannes Berg
2010-08-27
1
-0
/
+3
*
iwlwifi: clamp scanning dwell time to all contexts
Johannes Berg
2010-08-27
1
-8
/
+17
*
iwlwifi: initial contextification
Johannes Berg
2010-08-27
1
-4
/
+5
*
iwlwifi: fix compile error without debugging support
Wey-Yi Guy
2010-08-25
1
-2
/
+0
*
iwlagn: update bt status upon scan complete
Wey-Yi Guy
2010-08-25
1
-0
/
+20
*
iwlwifi: do not spuriously call ieee80211_scan_completed
Johannes Berg
2010-08-24
1
-2
/
+4
*
iwlwifi: make scan workqueue functions static
Stanislaw Gruszka
2010-08-16
1
-8
/
+4
*
iwlwifi: fix locking assertions
Johannes Berg
2010-08-06
1
-1
/
+1
*
iwlwifi: fix scan abort
Stanislaw Gruszka
2010-07-29
1
-10
/
+8
*
iwlwifi: turn on RTS/CTS after aggregation become operational
Wey-Yi Guy
2010-06-25
1
-0
/
+9
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-06-17
1
-0
/
+1
|
\
|
*
iwlwifi: cancel scan watchdog in iwl_bg_abort_scan
John W. Linville
2010-06-15
1
-0
/
+1
*
|
iwlwifi: queue user-initiated scan when doing internal scan
Johannes Berg
2010-06-05
1
-11
/
+25
*
|
iwlwifi: use virtual interface address for scan
Johannes Berg
2010-06-05
1
-2
/
+2
|
/
[prev]
[next]