summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl3945-base.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-03-28mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg1-1/+1
2009-03-28iwl3945: replace stations with stations_39Abhijeet Kolekar1-3/+3
2009-03-28iwl3945: fix checkpatch.pl errorsAbhijeet Kolekar1-1/+1
2009-03-28iwlwifi: support 11hMohamed Abbas1-1/+2
2009-03-28iwlagn: allow power level setting all the timesMohamed Abbas1-5/+0
2009-03-28iwl3945: use changed in iwl3945_mac_configMohamed Abbas1-8/+12
2009-03-17iwl3945: use iwl_tx_cmd_completeAbhijeet Kolekar1-80/+1
2009-03-17iwl3945: use iwl_led structureAbhijeet Kolekar1-1/+1
2009-03-17iwl3945: fix sparse errorAbhijeet Kolekar1-1/+1
2009-03-17iwl3945: add test for new associationAbhijeet Kolekar1-4/+4
2009-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2009-03-05iwl3945 : use iwl_activate_qosAbhijeet Kolekar1-45/+3
2009-03-05iwl3945: add iwl3945_setup_macAbhijeet Kolekar1-29/+45
2009-03-05iwlwifi: fix *pci_probe error flowReinette Chatre1-10/+12
2009-03-05iwl3945: unify set key flow with iwlwifiAbhijeet Kolekar1-54/+118
2009-03-05iwl3945: synchronize timestamp with uCodeAbhijeet Kolekar1-0/+3
2009-03-05iwlwifi: fix error flow in iwl*_pci_probeReinette Chatre1-10/+7
2009-02-27iwl3945: use SW rfkill from iwlwifiAbhijeet Kolekar1-51/+5
2009-02-27iwl3945: use iwl_isrAbhijeet Kolekar1-58/+1
2009-02-27iwl3945: remove duplicate interrupt codeAbhijeet Kolekar1-30/+7
2009-02-27iwl3945: use iwl_rx_reply_error notificationAbhijeet Kolekar1-35/+2
2009-02-27iwl3945: use iwl rx handlersAbhijeet Kolekar1-24/+2
2009-02-27iwl3945: use iwl_mac_hw_scan callbackAbhijeet Kolekar1-93/+1
2009-02-27iwl3945: use iwl_rx_scan handlersAbhijeet Kolekar1-127/+1
2009-02-27iwlwifi: use singlethread workqueueReinette Chatre1-1/+1
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg1-4/+13
2009-02-11iwlwifi: fix suspend/resume and its usage of pci saved stateReinette Chatre1-2/+13
2009-02-09wireless: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-02-09iwlwifi: unify iwlagn and 3945 power save managementWinkler, Tomas1-213/+48
2009-02-09iwlwifi: don't use implicit priv in IWL_DEBUGTomas Winkler1-204/+223
2009-02-09iwlwifi: check return value of pci_enable_deviceWinkler, Tomas1-1/+4
2009-02-09iwlwifi: suppress unused variable warning when compiling w/o IWLWIFI_DEBUGWinkler, Tomas1-1/+1
2009-02-09iwl3945: Getting rid of the *39_rxon iwl_priv fieldsSamuel Ortiz1-596/+115
2009-02-05iwlwifi: save PCI state before suspend, restore after resumeReinette Chatre1-0/+2
2009-01-30iwlwifi: fix probe mask for 39 scan APIWinkler, Tomas1-2/+2
2009-01-30iwl3945: Remaining host command cleanupsSamuel Ortiz1-107/+9
2009-01-30iwl3945: Add restart_fw module parameterSamuel Ortiz1-1/+6
2009-01-30iwl3945: Getting rid of priv->antennaSamuel Ortiz1-5/+39
2009-01-30iwlwifi: Remove IWL3945_DEBUGSamuel Ortiz1-15/+15
2009-01-30iwl3945: Use the iwlcore geos routinesSamuel Ortiz1-134/+11
2009-01-30iwl3945: Use iwl-eeprom.c routinesSamuel Ortiz1-344/+28
2009-01-30iwl3945: Use iwlcore TX queue management routinesSamuel Ortiz1-204/+0
2009-01-30iwlwifi: make iwl_tx_queue->tfds void*Samuel Ortiz1-6/+6
2009-01-30iwl3945: Use iwlcore scan codeSamuel Ortiz1-278/+11
2009-01-30iwl3945: Define send_tx_powerSamuel Ortiz1-2/+2
2009-01-30cfg80211: rename fw_handles_regulatory to custom_regulatoryLuis R. Rodriguez1-1/+1
2009-01-30iwl3945: fix deep sleep when removing the driver.Abbas, Mohamed1-1/+6
2009-01-30iwl3945: Use iwl-rfkillSamuel Ortiz1-146/+5