aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-28iwlwifi: fix unloading driver while scanningWey-Yi Guy1-1/+2
2009-07-27iwlwifi: fix up command sendingJohannes Berg1-4/+4
2009-07-10iwlwifi: scan requested channels onlyJohannes Berg1-17/+14
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+4
2009-05-22iwlwifi: support "pure 40MHz" in RXON commandWey-Yi Guy1-1/+4
2009-05-20iwlwifi: do not cancel delayed work inside spin_lock_irqsaveReinette Chatre1-3/+4
2009-05-11iwlwifi: use #define instead of hard coded valueWey-Yi Guy1-6/+8
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2009-04-28iwlwifi: notify on scan completion even when shutting downJohannes Berg1-2/+2
2009-04-22iwlwifi: clean up unused NL80211_IFTYPE_MONITOR for Monitor modeWey-Yi Guy1-1/+1
2009-04-22iwlwifi: support truly passive scanningJohannes Berg1-1/+6
2009-04-22iwlwifi: improve scan supportJohannes Berg1-151/+36
2009-02-27iwl3945: use iwl_mac_hw_scan callbackAbhijeet Kolekar1-0/+68
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg1-1/+1
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler1-31/+31
2009-01-29iwl3945: Remaining host command cleanupsSamuel Ortiz1-2/+2
2009-01-29iwl3945: Use iwlcore scan codeSamuel Ortiz1-23/+19
2009-01-29iwlwifi: update copyright year to 2009Reinette Chatre1-1/+1
2009-01-29iwlwifi: replace IWL_WARNING with IWL_WARNWinkler, Tomas1-2/+2
2008-12-12iwlwifi: change email contact informationWinkler, Tomas1-1/+1
2008-11-10iwlwifi: remove implicit direct scanJohannes Berg1-7/+0
2008-10-31iwlwifi: run through spell checkerTomas Winkler1-1/+1
2008-10-31iwlwifi: clear scanning bits upon failureMohamed Abbas1-0/+7
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville1-3/+4
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville1-46/+6
2008-10-31iwlwifi: unify tx antenna togglingTomas Winkler1-40/+17
2008-10-31802.11: clean up/fix HT supportJohannes Berg1-6/+6
2008-10-06iwlwifi: remove STATUS_CONF_PENDING in scanningTomas Winkler1-2/+21
2008-10-06iwlwifi: scan fix commentTomas Winkler1-1/+2
2008-10-06iwlwifi: scan correct setting of valid rx_chainsTomas Winkler1-1/+1
2008-09-24iwlwifi: don't fail if scan is issued too earlyTomas Winkler1-7/+1
2008-09-15mac80211: use nl80211 interface typesJohannes Berg1-2/+2
2008-09-11iwlwifi: remove uneeded declarationsEmmanuel Grumbach1-2/+1
2008-09-03iwlwifi: fix hidden ssid discovery in passive channelsRon Rindjunsky1-1/+1
2008-08-04iwlwifi: decrement rx skb counter in scan abort handlerEmmanuel Grumbach1-0/+1
2008-07-29iwlwifi: small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev1-0/+2
2008-07-14iwlwifi: enable active scanningTomas Winkler1-41/+45
2008-07-14iwlwifi: unify 4965 and 5000 scanning codeTomas Winkler1-10/+13
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-15/+18
2008-06-14iwlwifi: cleans up scanning codeTomas Winkler1-77/+101
2008-06-14iwlwifi: move rate helpers to iwlcoreTomas Winkler1-4/+5
2008-06-14iwlwifi: move scan to iwl-scan.c iwlcoreTomas Winkler1-0/+896