index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
iwlwifi
/
iwl-scan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-17
iwlwifi: move workqueue to priv
Johannes Berg
1
-5
/
+5
2012-01-30
iwlwifi: always restrict scan dwell in P2P
Johannes Berg
1
-3
/
+18
2012-01-24
iwlwifi: update Copyright
Wey-Yi Guy
1
-1
/
+1
2012-01-16
wireless: iwlwifi: iwl-scan.c: Fix build warning
Fabio Estevam
1
-1
/
+1
2011-12-16
iwlwifi: move iwl_cfg from iwl_priv to iwl_shared
Don Fry
1
-8
/
+8
2011-11-11
iwlagn: don't always split remain-on-channel
Johannes Berg
1
-0
/
+2
2011-11-11
iwlwifi: move hw_scan into _mac80211 file
Wey-Yi Guy
1
-45
/
+0
2011-11-08
iwlagn: use 6 Mbps rate for no-CCK scans
Johannes Berg
1
-1
/
+2
2011-10-14
iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.h
Emmanuel Grumbach
1
-1
/
+0
2011-10-14
iwlagn: merge station management functions
Wey-Yi Guy
1
-1
/
+0
2011-10-14
iwlagn: rename all the mac80211 callback functions
Wey-Yi Guy
1
-1
/
+1
2011-09-27
iwlagn: fix scan complete processing
Johannes Berg
1
-4
/
+32
2011-09-27
iwlagn: move iwl_process_scan_complete up
Johannes Berg
1
-54
/
+54
2011-09-27
iwlagn: refactor scan complete
Johannes Berg
1
-8
/
+11
2011-09-27
iwlagn: make iwl_scan_cancel_timeout void
Johannes Berg
1
-3
/
+1
2011-09-27
iwlagn: fix dangling scan request
Johannes Berg
1
-14
/
+16
2011-09-27
iwlagn: add debugging to show probe related info in scan notification
Wey-Yi Guy
1
-0
/
+2
2011-09-21
iwlagn: remove the callback in host commands
Emmanuel Grumbach
1
-8
/
+17
2011-09-21
iwlagn: split remain-on-channel
Johannes Berg
1
-39
/
+60
2011-09-21
iwlagn: move scan code to scan file
Johannes Berg
1
-6
/
+433
2011-08-29
iwlagn: move iwl_free_pages to iwl-shared.h
Emmanuel Grumbach
1
-1
/
+1
2011-08-29
iwlagn: move all iwl_is_XXX helpers to iwl-shared.h
Emmanuel Grumbach
1
-2
/
+2
2011-08-29
iwlagn: bus layer chooses its transport layer
Emmanuel Grumbach
1
-1
/
+1
2011-08-29
iwlagn: priv->mutex moves to iwl_shared
Emmanuel Grumbach
1
-16
/
+16
2011-08-29
iwlagn: priv->status moves to iwl_shared
Emmanuel Grumbach
1
-22
/
+22
2011-08-29
iwlagn: workqueue moves to iwl_shared
Emmanuel Grumbach
1
-5
/
+6
2011-08-29
iwlagn: hw_params moves to iwl_shared
Emmanuel Grumbach
1
-1
/
+1
2011-08-08
iwlagn: support new P2P implementation
Johannes Berg
1
-5
/
+14
2011-07-21
iwlagn: remove un-necessary "_agn"
Wey-Yi Guy
1
-3
/
+3
2011-07-21
iwlagn: transport layer receives struct iwl_trans*
Emmanuel Grumbach
1
-1
/
+1
2011-07-11
iwlagn: remove iwlagn_hcmd_utils structure and call directly
Don Fry
1
-4
/
+1
2011-07-11
iwlagn: provide heplers to access the transport ops
Emmanuel Grumbach
1
-1
/
+2
2011-07-11
iwlagn: consolidate the API that sends host commands and move to transport
Emmanuel Grumbach
1
-2
/
+2
2011-06-03
iwlagn: direct call to post_scan function
Wey-Yi Guy
1
-1
/
+2
2011-06-03
iwlagn: move all post scan functions in one place
Wey-Yi Guy
1
-7
/
+0
2011-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2011-04-07
iwlagn: change Copyright to 2011
Wey-Yi Guy
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-11
iwlagn: support off-channel TX
Johannes Berg
1
-17
/
+24
2011-02-21
iwlwifi: split the drivers for agn and legacy devices 3945/4965
Wey-Yi Guy
1
-10
/
+0
2011-02-21
Revert "iwlwifi: split the drivers for agn and legacy devices 3945/4965"
Wey-Yi Guy
1
-0
/
+10
2011-02-21
iwlwifi: split the drivers for agn and legacy devices 3945/4965
Wey-Yi Guy
1
-10
/
+0
2011-01-28
iwlwifi: introduce iwl_advanced_bt_coexist()
Stanislaw Gruszka
1
-2
/
+1
2010-11-16
iwlwifi: kill elapsed_jiffies
Stanislaw Gruszka
1
-2
/
+1
2010-11-15
iwlwifi: defer update power mode while scan
Stanislaw Gruszka
1
-0
/
+1
2010-11-15
iwlwifi: fix set_tx_power vs scan
Stanislaw Gruszka
1
-4
/
+6
2010-10-07
iwlwifi: remove spurious exports
Johannes Berg
1
-1
/
+0
2010-10-07
iwlwifi: introduce post_scan hook
Johannes Berg
1
-10
/
+1
2010-10-06
iwlagn: reduce redundant parameter definitions
Wey-Yi Guy
1
-1
/
+2
2010-09-16
iwlwifi: fix sparse warning about wrong enum for band parameter
John W. Linville
1
-1
/
+1
[next]