summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl3945-base.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+2
2010-03-30iwlwifi: range checking issueDan Carpenter1-1/+1
2010-03-30iwlwifi: fix regulatoryReinette Chatre1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-19iwlwifi: Recover TX flow stall due to stuck queueWey-Yi Guy1-0/+16
2010-03-19iwlwifi: implement new mac80211 station add/remove callsReinette Chatre1-5/+40
2010-03-19iwlwifi: only add broadcast station onceReinette Chatre1-9/+2
2010-03-10iwl3945: check ucode load error codeAbhijeet Kolekar1-1/+1
2010-03-10iwlwifi: add internal short scan support for 3945Wey-Yi Guy1-8/+14
2010-03-10iwlwifi: change WEP key protection to use mutexJohannes Berg1-1/+1
2010-03-10iwlwifi: remove STATUS_MODE_PENDINGJohannes Berg1-3/+0
2010-03-10iwlwifi: remove alive start adhoc restartJohannes Berg1-8/+0
2010-03-10iwlwifi: remove priv->active_rate_basicJohannes Berg1-1/+0
2010-03-10iwlwifi: remove never-changing priv->rates_mask variableJohannes Berg1-3/+2
2010-03-10iwlwifi: remove frame droppingJohannes Berg1-9/+0
2010-03-10iwlagn: remove write-only variablesJohannes Berg1-3/+3
2010-03-10iwlwifi: move 3945 specific data into unionJohannes Berg1-11/+11
2010-02-19iwlwifi: enable serialization of synchronous commandsReinette Chatre1-0/+1
2010-02-19iwl3945: remove STATUS macros from headerReinette Chatre1-1/+1
2010-02-11iwlwifi: use dma_alloc_coherentStanislaw Gruszka1-8/+8
2010-02-11iwlwifi: reset card during probeReinette Chatre1-0/+7
2010-02-11iwlwifi: cleanup return valuesAbhijeet Kolekar1-12/+4
2010-02-09iwlwifi: remove get_tx_stats() mac80211 opKalle Valo1-1/+0
2010-01-29iwlwifi: remove bg_up workJohannes Berg1-14/+7
2010-01-26iwlwifi: cleanup spectrum measurement command supportReinette Chatre1-18/+9
2010-01-26iwlwifi: configure missed beacon thresholdWey-Yi Guy1-0/+1
2010-01-20iwlwifi: update copyright year to 2010Reinette Chatre1-2/+2
2010-01-20iwlwifi: correct return code for log_eventWey-Yi Guy1-2/+2
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-41/+0
2009-12-29wireless: remove remaining qual codeJohannes Berg1-41/+0
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-13/+14
2009-12-22iwlwifi: on-screen event log dumpWey-Yi Guy1-30/+71
2009-12-21iwl3945: fix panic in iwl3945 driverZhu Yi1-0/+3
2009-12-21iwlwifi: initialize spinlock before useReinette Chatre1-2/+2
2009-12-21iwl3945: disable power saveReinette Chatre1-3/+5
2009-12-21iwlwifi: fix syslog message for event log dump sizeWey-Yi Guy1-1/+1
2009-12-21iwlwifi: allocated rx page accounting cleanupZhu Yi1-7/+3
2009-12-04iwlwifi: driver version track kernel versionReinette Chatre1-3/+1
2009-12-04iwl3945: remove duplicated event logging codeWey-Yi Guy1-9/+0
2009-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-18/+66
2009-11-24iwlwifi: print limited number of event log when uCode errorWey-Yi Guy1-12/+62
2009-11-19cfg80211: convert bools into flagsJohannes Berg1-4/+2
2009-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-19iwl3945: Reset saved POWER_TABLE_CMD in "up"Ben Cahill1-1/+1
2009-11-19iwlwifi: update reply_statistics_cmd with 'clear' parameterWey-Yi Guy1-1/+1
2009-11-11iwlwifi: MAC_ACCESS_REQ cleanupBen Cahill1-3/+2
2009-11-11iwlwifi: speed up event log dumpsBen Cahill1-6/+16
2009-11-11iwlwifi: Limit size of Event Log dumpBen Cahill1-0/+15