summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-18iwlwifi: fix endianity issues in debug printsEmmanuel Grumbach1-4/+2
2011-11-18iwlwifi: improve the prints in the reclaim pathEmmanuel Grumbach1-0/+1
2011-11-11iwlwifi: add debug information on queue stop / wakeEmmanuel Grumbach1-1/+2
2011-11-11iwlagn: add P2P NoA to probe responsesJohannes Berg1-0/+13
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach1-1/+0
2011-10-14iwlagn: merge station management functionsWey-Yi Guy1-1/+0
2011-10-14iwlagn: use low retry limit for WoWLANWey-Yi Guy1-11/+17
2011-10-14iwlagn: set rts retry limitWey-Yi Guy1-9/+9
2011-09-30mac80211: implement uAPSDJohannes Berg1-1/+1
2011-09-27iwlagn: update rate scaling with BA notificationsEmmanuel Grumbach1-4/+9
2011-09-27iwlagn: set the sequence control from the transport layerEmmanuel Grumbach1-3/+0
2011-09-22iwlagn: pending frames musn't be incremented if agg is onEmmanuel Grumbach1-0/+3
2011-09-22iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach1-1/+1
2011-09-22iwlagn: remove the callback in host commandsEmmanuel Grumbach1-6/+10
2011-09-19iwlagn: add documentation to the transport layerEmmanuel Grumbach1-1/+1
2011-09-14iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move tx queues to transport layerEmmanuel Grumbach1-21/+2
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move the disable agg logic to transport layerEmmanuel Grumbach1-59/+4
2011-08-29iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach1-61/+4
2011-08-29iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach1-72/+5
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach1-52/+1
2011-08-29iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach1-3/+16
2011-08-29iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach1-62/+3
2011-08-29iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach1-1/+3
2011-08-29iwlagn: remove dereferences of priv from transportEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach1-22/+25
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: move reclaim related functionsEmmanuel Grumbach1-2/+195
2011-08-29iwlagn: reclaim the packets in transport layerEmmanuel Grumbach1-172/+256
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-4/+4
2011-08-29iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach1-13/+13
2011-08-29iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach1-6/+6
2011-08-29iwlagn: hw_params moves to iwl_sharedEmmanuel Grumbach1-4/+4
2011-08-09iwlagn: support new P2P implementationJohannes Berg1-18/+12
2011-07-21iwlagn: testmode fixed rate available for testmode onlyWey-Yi Guy1-0/+2
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-4/+5
2011-07-21iwlagn: SCD configuration for AMPDU moves to transport layerEmmanuel Grumbach1-221/+4
2011-07-16iwlagn: add tx start API to transport layerEmmanuel Grumbach1-30/+21
2011-07-16iwlagn: simplify TX flags assignmentsJohannes Berg1-11/+7
2011-07-16iwlagn: move Tx datapath to transport layerEmmanuel Grumbach1-146/+12
2011-07-11iwlagn: remove iwlagn_hcmd_utils structure and call directlyDon Fry1-1/+11
2011-07-11iwlagn: separate and enhance the fixed rate fromWey-Yi Guy1-0/+10
2011-07-11iwlagn: remove code duplicationEmmanuel Grumbach1-21/+0
2011-07-11iwlagn: add an API for TX stopEmmanuel Grumbach1-33/+0
2011-07-11iwlagn: add an API to free the TX contextEmmanuel Grumbach1-30/+2
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg1-2/+1
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach1-90/+0
2011-06-18iwlagn: don't use the PCI wrappers for DMA operationEmmanuel Grumbach1-14/+13
2011-06-18iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach1-3/+4