summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2009-04-23iwlwifi: adding interrupt counter in debugfs for debuggingWey-Yi Guy6-3/+141
2009-04-23iwlcore: fix channel display in debugfsMohamed Abbas1-1/+1
2009-04-23iwlwifi: check triple_stream_basic_rates in iwl_full_rxon_requiredDaniel C Halperin1-0/+2
2009-04-23iwlagn: Sync rxon active with changesMohamed Abbas1-1/+7
2009-04-23iwlwifi: do not set dual_stream_ant_msk for 3 streamsDaniel C Halperin1-3/+0
2009-04-23iwlwifi: Display decoded rate/mcs informationWey-Yi Guy2-4/+43
2009-04-23iwl3945: use iwl_mac_reset_tsf from iwlwifiAbhijeet Kolekar4-134/+77
2009-04-23iwl3945: use iwl_mac_get_tx_stats from iwlwifiAbhijeet Kolekar4-71/+39
2009-04-23iwl3945: use iwl_mac_config_interface from iwlwifiAbhijeet Kolekar4-201/+104
2009-04-23iwlwifi: add config_ap lib opAbhijeet Kolekar7-5/+15
2009-04-23iwl3945: use iwl_mac_config from iwlwifiAbhijeet Kolekar4-238/+138
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-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