summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl3945-base.c
Commit message (Expand)AuthorAgeFilesLines
...
| * iwlwifi: add config_ap lib opAbhijeet Kolekar2009-04-221-2/+2
| * iwl3945: use iwl_mac_config from iwlwifiAbhijeet Kolekar2009-04-221-105/+1
| * iwl3945: use iwl_mac_remove_interface from iwlwifiAbhijeet Kolekar2009-04-221-24/+1
| * iwl3945: use iwl_mac_add_interface from iwlwifiAbhijeet Kolekar2009-04-221-36/+1
| * iwl3945: use iwl_set_mode in 3945Abhijeet Kolekar2009-04-221-38/+2
| * iwl3945: use iwl_get_sta_id from iwlwifiAbhijeet Kolekar2009-04-221-60/+1
| * iwl3945/iwlwifi: unify add_station functionAbhijeet Kolekar2009-04-221-6/+6
| * iwl3945: replace station function with station opsAbhijeet Kolekar2009-04-221-14/+15
| * iwl3945: delay mode settingAbhijeet Kolekar2009-04-221-2/+5
| * iwlwifi: add commit_rxon libAbhijeet Kolekar2009-04-221-159/+15
| * iwl3945: use iwl_mac_beacon_updateAbhijeet Kolekar2009-04-221-47/+2
| * iwl3945: use iwl_bss_info_changedAbhijeet Kolekar2009-04-221-110/+6
| * iwl3945: use iwl_mac_conf_txAbhijeet Kolekar2009-04-221-47/+1
| * iwlwifi: merge and better support of suspend/resume for iwlagn and iwl3945Wey-Yi Guy2009-04-221-54/+8
* | iwlwifi: DMA fixesReinette Chatre2009-04-211-45/+103
* | iwlwifi: add debugging for TX pathReinette Chatre2009-04-211-1/+3
* | iwl3945: use cancel_delayed_work_sync to cancel rfkill_pollReinette Chatre2009-04-211-1/+1
|/
* iwl3945-base.c: Add missing space to debug printJoe Perches2009-04-201-1/+1
* fix iwl3945 registration regressionJohannes Berg2009-04-161-0/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* trivial: Fix misspelling of firmwareNick Andrew2009-03-301-1/+1
* mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg2009-03-271-1/+1
* iwl3945: replace stations with stations_39Abhijeet Kolekar2009-03-271-3/+3
* iwl3945: fix checkpatch.pl errorsAbhijeet Kolekar2009-03-271-1/+1
* iwlwifi: support 11hMohamed Abbas2009-03-271-1/+2
* iwlagn: allow power level setting all the timesMohamed Abbas2009-03-271-5/+0
* iwl3945: use changed in iwl3945_mac_configMohamed Abbas2009-03-271-8/+12
* iwl3945: use iwl_tx_cmd_completeAbhijeet Kolekar2009-03-161-80/+1
* iwl3945: use iwl_led structureAbhijeet Kolekar2009-03-161-1/+1
* iwl3945: fix sparse errorAbhijeet Kolekar2009-03-161-1/+1
* iwl3945: add test for new associationAbhijeet Kolekar2009-03-161-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-101-2/+2
|\
| * iwlwifi: fix error flow in iwl*_pci_probeReinette Chatre2009-03-051-10/+7
| * iwlwifi: fix suspend/resume and its usage of pci saved stateReinette Chatre2009-02-111-2/+13
| * iwlwifi: save PCI state before suspend, restore after resumeReinette Chatre2009-02-041-0/+2
* | iwl3945 : use iwl_activate_qosAbhijeet Kolekar2009-03-051-45/+3
* | iwl3945: add iwl3945_setup_macAbhijeet Kolekar2009-03-051-29/+45
* | iwlwifi: fix *pci_probe error flowReinette Chatre2009-03-051-10/+12
* | iwl3945: unify set key flow with iwlwifiAbhijeet Kolekar2009-03-051-54/+118
* | iwl3945: synchronize timestamp with uCodeAbhijeet Kolekar2009-03-051-0/+3
* | iwl3945: use SW rfkill from iwlwifiAbhijeet Kolekar2009-02-271-51/+5
* | iwl3945: use iwl_isrAbhijeet Kolekar2009-02-271-58/+1
* | iwl3945: remove duplicate interrupt codeAbhijeet Kolekar2009-02-271-30/+7
* | iwl3945: use iwl_rx_reply_error notificationAbhijeet Kolekar2009-02-271-35/+2
* | iwl3945: use iwl rx handlersAbhijeet Kolekar2009-02-271-24/+2
* | iwl3945: use iwl_mac_hw_scan callbackAbhijeet Kolekar2009-02-271-93/+1
* | iwl3945: use iwl_rx_scan handlersAbhijeet Kolekar2009-02-271-127/+1
* | iwlwifi: use singlethread workqueueReinette Chatre2009-02-271-1/+1
* | cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg2009-02-131-4/+13
* | wireless: replace uses of __constant_{endian}Harvey Harrison2009-02-091-2/+2