summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-02iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach1-3/+9
2012-02-02iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville1-1/+1
2011-12-16iwlwifi: don't accept Tx packets when draining HW queuesEmmanuel Grumbach1-0/+8
2011-12-16iwlwifi: kill iwl_{start,stop}_tx_ba_trans_readyEmmanuel Grumbach1-11/+11
2011-12-16iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach1-18/+16
2011-12-16iwlwifi: transport layer shouldn't access the AGG SMEmmanuel Grumbach1-0/+11
2011-12-16iwlwifi: tid_data logic move to upper layer - seq_numberEmmanuel Grumbach1-3/+27
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach1-22/+13
2011-12-16iwlwifi: tid_data logic move to upper layer - check_emptyEmmanuel Grumbach1-0/+39
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach1-0/+61
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG allocEmmanuel Grumbach1-2/+30
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach1-17/+71
2011-12-16iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach1-2/+26
2011-12-16iwlwifi: fix endianity issue in debug printsEmmanuel Grumbach1-1/+1
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-6/+6
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+4
2011-12-12iwlwifi: do not set the sequence control bit is not neededWey-Yi Guy1-1/+4
2011-12-09iwlwifi: set TX_CMD_FLG_STA_RATE_MSK for BAR frameWey-Yi Guy1-1/+2
2011-12-09iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODEWey-Yi Guy1-1/+1
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