summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2011-09-14iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach3-132/+132
2011-09-14iwlagn: remove lines from the wrong placeWey-Yi Guy1-3/+0
2011-09-14iwlagn: enable 11n support for "_d" skuWey-Yi Guy1-0/+1
2011-09-14iwlagn: disply queue read/write pointer when stuckWey-Yi Guy1-0/+2
2011-09-14iwlagn: iwl-trans.c can't dereference iwl_priv any moreEmmanuel Grumbach10-52/+58
2011-09-14iwlagn: move traffic_log back to upper layerEmmanuel Grumbach2-107/+85
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach15-309/+299
2011-09-14iwlagn: remove priv dereferences from the transport layerEmmanuel Grumbach11-60/+59
2011-09-14iwlagn: merge iwl_pci_down and iwl_pci_removeEmmanuel Grumbach1-12/+6
2011-09-14iwlagn: only perform necessary calibration at init timeWey-Yi Guy1-6/+1
2011-09-13iwlwifi: signedness bug in iwl_trans_pcie_tx_agg_alloc()Dan Carpenter1-1/+1
2011-09-13iwlwifi: fix double assign in iwl_start_tx_ba_trans_ready()Dan Carpenter1-1/+1
2011-08-30iwlwifi: iwl-agn-rs.c: remove old commentGreg Dietsche1-1/+0
2011-08-29iwlagn: handle GO powersaveJohannes Berg3-0/+76
2011-08-29iwlagn: move tx queues to transport layerEmmanuel Grumbach6-139/+136
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach9-74/+93
2011-08-29iwlagn: move check_stuck_queue to transport layerEmmanuel Grumbach5-25/+42
2011-08-29iwlagn: move wait_for_tx_queue_empty to transport layerEmmanuel Grumbach5-34/+42
2011-08-29iwlagn: cosmetics in iwl-trans.hEmmanuel Grumbach5-44/+44
2011-08-29iwlagn: move the disable agg logic to transport layerEmmanuel Grumbach5-80/+92
2011-08-29iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach7-81/+110
2011-08-29iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach7-73/+93
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach10-168/+201
2011-08-29iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach6-51/+55
2011-08-29iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach7-96/+89
2011-08-29iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach5-41/+25
2011-08-29iwlagn: stop the device before freeing itEmmanuel Grumbach3-54/+22
2011-08-29iwlagn: remove dereferences of priv from transportEmmanuel Grumbach10-58/+64
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach9-87/+83
2011-08-29iwlagn: adding special "D" SKU for 2000 seriesWey-Yi Guy3-0/+7
2011-08-29iwlagn: iwl-pci doesn't include iwl-dev any moreEmmanuel Grumbach10-56/+128
2011-08-29iwlagn: fix compile warnings when CONFIG_PM_SLEEP is not setDaniel Halperin1-1/+1
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach24-351/+363
2011-08-29iwlagn: add missing includesEmmanuel Grumbach8-8/+33
2011-08-29iwlagn: move Keep Warm to transport layerEmmanuel Grumbach3-4/+7
2011-08-29iwlagn: iwl-dev.h doesn't include iwl-fh.h any moreEmmanuel Grumbach8-21/+20
2011-08-29iwlagn: remove unused parameters from hw_paramsEmmanuel Grumbach9-38/+7
2011-08-29iwlagn: remove references to priv from the transport layerEmmanuel Grumbach5-69/+70
2011-08-29iwlagn: move dump_csr and dump_fh to transport layerEmmanuel Grumbach6-178/+187
2011-08-29iwlagn: move hcmd_lock to transport layerEmmanuel Grumbach5-7/+8
2011-08-29iwlagn: transport layer should receive iwl_transEmmanuel Grumbach4-239/+251
2011-08-29iwlagn: move iwl_free_pages to iwl-shared.hEmmanuel Grumbach6-14/+11
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach14-101/+100
2011-08-29iwlagn: fix the check of IWLAGN_FIRST_AMPDU_QUEUEEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcieEmmanuel Grumbach4-19/+47
2011-08-29iwlagn: move reclaim related functionsEmmanuel Grumbach6-231/+200
2011-08-29iwlagn: reclaim the packets in transport layerEmmanuel Grumbach8-442/+372
2011-08-29iwlagn: move isr_statistics to transport layerEmmanuel Grumbach9-83/+140
2011-08-29iwlagn: add comments to module parametersWey-Yi Guy1-17/+39
2011-08-29iwlagn: more comments for bt channel inhibitionWey-Yi Guy3-3/+3