summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2009-04-23iwl3945: use iwl_mac_remove_interface from iwlwifiAbhijeet Kolekar4-48/+28
2009-04-23iwl3945: use iwl_mac_add_interface from iwlwifiAbhijeet Kolekar4-72/+40
2009-04-23iwl3945: use iwl_set_mode in 3945Abhijeet Kolekar4-65/+45
2009-04-23iwlwifi: add set_rxon_chain opAbhijeet Kolekar5-9/+28
2009-04-23iwl3945: use iwl_get_sta_id from iwlwifiAbhijeet Kolekar1-60/+1
2009-04-23iwl3945/iwlwifi: unify add_station functionAbhijeet Kolekar9-19/+17
2009-04-23iwlwifi: use station management opsAbhijeet Kolekar5-25/+29
2009-04-23iwl3945: replace station function with station opsAbhijeet Kolekar2-18/+19
2009-04-23iwlwifi: add station management opsAbhijeet Kolekar6-0/+40
2009-04-23iwl3945: delay mode settingAbhijeet Kolekar1-2/+5
2009-04-23iwlwifi: add commit_rxon libAbhijeet Kolekar7-175/+185
2009-04-23iwl3945: use iwl_mac_beacon_updateAbhijeet Kolekar4-90/+44
2009-04-23iwl3945: use iwl_bss_info_changedAbhijeet Kolekar8-247/+204
2009-04-23iwlwifi: add debug messages when start aggregation queueWey-Yi Guy1-3/+7
2009-04-23iwlwifi: adding MIMO3 support in rate scalingWey-Yi Guy2-24/+325
2009-04-23iwlwifi: adding triple stream rate support for MIMO3Wey-Yi Guy1-0/+1
2009-04-23cfg80211: introduce scan IE limit attributeJohannes Berg1-0/+1
2009-04-23iwlwifi: change check triggering device restart after rfkill changeReinette Chatre1-1/+1
2009-04-23rfkill: remove user_claim stuffJohannes Berg1-1/+0
2009-04-23iwl3945: use iwl_mac_conf_txAbhijeet Kolekar4-90/+46
2009-04-23iwlwifi: merge and better support of suspend/resume for iwlagn and iwl3945Wey-Yi Guy6-108/+56
2009-04-22iwlwifi: DMA fixesReinette Chatre6-96/+165
2009-04-22iwlwifi: add debugging for TX pathReinette Chatre2-2/+6
2009-04-22iwl3945: use cancel_delayed_work_sync to cancel rfkill_pollReinette Chatre1-1/+1
2009-04-22iwlwifi: fix EEPROM validation mask to include OTP only devicesJay Sternberg1-1/+1
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 Andrew2-2/+2
2009-03-28mac80211/iwlwifi: move virtual A-MDPU queue bookkeeping to iwlwifiJohannes Berg8-16/+71
2009-03-28iwlwifi: show current driver status in user readable formatWey-Yi Guy1-1/+53
2009-03-28iwl3945: replace stations with stations_39Abhijeet Kolekar1-3/+3
2009-03-28iwlwifi: report error when detect failure during stop agg queueWey-Yi Guy3-3/+7
2009-03-28iwl3945: control rate decreaseAbhijeet Kolekar1-7/+6
2009-03-28iwl3945: fix checkpatch.pl errorsAbhijeet Kolekar2-2/+2
2009-03-28iwl3945: use iwl_cmd_queue_freeAbhijeet Kolekar3-8/+10
2009-03-28iwl3945: set TFD_QUEUE_MAX to correct valueAbhijeet Kolekar2-4/+7
2009-03-28iwlwifi: support 11hMohamed Abbas2-1/+3
2009-03-28iwlcore: dont commit power command if interface is not upMohamed Abbas1-1/+1
2009-03-28iwlagn: allow power level setting all the timesMohamed Abbas2-10/+0
2009-03-28iwlwifi: return 0 for AMPDU_TX/RX_STOP request if NIC is going downWey-Yi Guy1-2/+11
2009-03-28iwl3945: use changed in iwl3945_mac_configMohamed Abbas1-8/+12
2009-03-28iwlagn: use changed in mac_configMohamed Abbas2-80/+85
2009-03-17iwlwifi: correct log level when error occursReinette Chatre1-1/+1
2009-03-17iwlwifi: print contents of control register when error occursReinette Chatre1-1/+3
2009-03-17iwlagn: fix warning when set WEP keyMohamed Abbas1-0/+7
2009-03-17iwl3945: unmap previously mapped memoryReinette Chatre1-1/+9
2009-03-17iwl3945: use iwl_tx_cmd_completeAbhijeet Kolekar1-80/+1
2009-03-17iwl3945 : fix rate scalingAbhijeet Kolekar1-39/+88
2009-03-17iwl3945: use iwl_led structureAbhijeet Kolekar8-71/+43