summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl3945-base.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-23iwlwifi: remove radio disable parameter.Abhijeet Kolekar1-16/+2
2009-04-23iwlwifi: clean up unused NL80211_IFTYPE_MONITOR for Monitor modeWey-Yi Guy1-2/+2
2009-04-23iwl3945: calculate debugfs isr statisticsAbhijeet Kolekar1-3/+16
2009-04-23iwl3945: add debugfs to 3945Abhijeet Kolekar1-0/+6
2009-04-23iwlwifi: support truly passive scanningJohannes Berg1-1/+6
2009-04-23iwlwifi: improve scan supportJohannes Berg1-19/+29
2009-04-23iwl3945: use iwl_mac_reset_tsf from iwlwifiAbhijeet Kolekar1-59/+1
2009-04-23iwl3945: use iwl_mac_get_tx_stats from iwlwifiAbhijeet Kolekar1-36/+1
2009-04-23iwl3945: use iwl_mac_config_interface from iwlwifiAbhijeet Kolekar1-101/+1
2009-04-23iwlwifi: add config_ap lib opAbhijeet Kolekar1-2/+2
2009-04-23iwl3945: use iwl_mac_config from iwlwifiAbhijeet Kolekar1-105/+1
2009-04-23iwl3945: use iwl_mac_remove_interface from iwlwifiAbhijeet Kolekar1-24/+1
2009-04-23iwl3945: use iwl_mac_add_interface from iwlwifiAbhijeet Kolekar1-36/+1
2009-04-23iwl3945: use iwl_set_mode in 3945Abhijeet Kolekar1-38/+2
2009-04-23iwl3945: use iwl_get_sta_id from iwlwifiAbhijeet Kolekar1-60/+1
2009-04-23iwl3945/iwlwifi: unify add_station functionAbhijeet Kolekar1-6/+6
2009-04-23iwl3945: replace station function with station opsAbhijeet Kolekar1-14/+15
2009-04-23iwl3945: delay mode settingAbhijeet Kolekar1-2/+5
2009-04-23iwlwifi: add commit_rxon libAbhijeet Kolekar1-159/+15
2009-04-23iwl3945: use iwl_mac_beacon_updateAbhijeet Kolekar1-47/+2
2009-04-23iwl3945: use iwl_bss_info_changedAbhijeet Kolekar1-110/+6
2009-04-23iwl3945: use iwl_mac_conf_txAbhijeet Kolekar1-47/+1
2009-04-23iwlwifi: merge and better support of suspend/resume for iwlagn and iwl3945Wey-Yi Guy1-54/+8
2009-04-21iwl3945-base.c: Add missing space to debug printJoe Perches1-1/+1
2009-04-16fix iwl3945 registration regressionJohannes Berg1-0/+2
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