summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: implement uAPSDJohannes Berg2011-09-301-1/+1
* iwlagn: update rate scaling with BA notificationsEmmanuel Grumbach2011-09-271-4/+9
* iwlagn: set the sequence control from the transport layerEmmanuel Grumbach2011-09-271-3/+0Star
* iwlagn: pending frames musn't be incremented if agg is onEmmanuel Grumbach2011-09-211-0/+3
* iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach2011-09-211-1/+1
* iwlagn: remove the callback in host commandsEmmanuel Grumbach2011-09-211-6/+10
* iwlagn: add documentation to the transport layerEmmanuel Grumbach2011-09-191-1/+1
* iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach2011-09-141-1/+1
* iwlagn: move tx queues to transport layerEmmanuel Grumbach2011-08-291-21/+2Star
* iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: move the disable agg logic to transport layerEmmanuel Grumbach2011-08-291-59/+4Star
* iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach2011-08-291-61/+4Star
* iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach2011-08-291-72/+5Star
* iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach2011-08-291-52/+1Star
* iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach2011-08-291-3/+16
* iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach2011-08-291-62/+3Star
* iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach2011-08-291-1/+3
* iwlagn: remove dereferences of priv from transportEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach2011-08-291-22/+25
* iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: move reclaim related functionsEmmanuel Grumbach2011-08-291-2/+195
* iwlagn: reclaim the packets in transport layerEmmanuel Grumbach2011-08-291-172/+256
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-4/+4
* iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-13/+13
* iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-6/+6
* iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach2011-08-291-4/+4
* iwlagn: support new P2P implementationJohannes Berg2011-08-081-18/+12Star
* iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy2011-07-211-0/+2
* iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach2011-07-211-4/+5
* iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach2011-07-211-221/+4Star
* iwlagn: add tx start API to transport layerEmmanuel Grumbach2011-07-161-30/+21Star
* iwlagn: simplify TX flags assignmentsJohannes Berg2011-07-161-11/+7Star
* iwlagn: move Tx datapath to transport layerEmmanuel Grumbach2011-07-161-146/+12Star
* iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry2011-07-111-1/+11
* iwlagn: separate and enhance the fixed rate fromWey-Yi Guy2011-07-111-0/+10
* iwlagn: remove code duplicationEmmanuel Grumbach2011-07-111-21/+0Star
* iwlagn: add an API for TX stopEmmanuel Grumbach2011-07-111-33/+0Star
* iwlagn: add an API to free the TX contextEmmanuel Grumbach2011-07-111-30/+2Star
* mac80211: fix TKIP races, make API easier to useJohannes Berg2011-07-081-2/+1Star
* iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach2011-07-011-90/+0Star
* iwlagn: don't use the PCI wrappers for DMA operationEmmanuel Grumbach2011-06-181-14/+13Star
* iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach2011-06-181-3/+4
* iwlagn: change log to better represent the state of aggregation processWey-Yi Guy2011-06-011-2/+2
* iwlwifi: disambiguate invalid DMA index warningsDaniel Halperin2011-06-011-3/+3
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-9/+7Star
|\
| * iwlagn: remove unused pad argumentJohannes Berg2011-05-131-2/+2
| * iwlagn: clean up TXQ indirectionJohannes Berg2011-05-131-9/+7Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-171-49/+56
|\|
| * iwlagn: check DMA mapping errorsJohannes Berg2011-05-061-25/+35
| * iwlagn: remove bytecount indirectionJohannes Berg2011-05-061-9/+8Star