aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-06iwlwifi: move DVM code into subdirectoryJohannes Berg1-1386/+0
2012-06-06iwlwifi: handle race condition in ROC flowIlan Peer1-0/+18
2012-05-15iwlwifi: don't disable AGG queues that are not enabledEmmanuel Grumbach1-3/+9
2012-05-15iwlwifi: don't flood logs when HT debug flag is setEmmanuel Grumbach1-4/+3
2012-04-23iwlwifi: use new mac80211 queue schemeJohannes Berg1-4/+9
2012-04-23iwlwifi: remove TX/RX frame statisticsJohannes Berg1-3/+0
2012-04-23iwlwifi: remove traffic logJohannes Berg1-1/+0
2012-04-18iwlwifi: split between AGG_ON and AGG_STARTINGEmmanuel Grumbach1-3/+17
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach1-8/+8
2012-04-18iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach1-5/+5
2012-04-12iwlwifi: move hw_params into privJohannes Berg1-3/+3
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg1-2/+2
2012-04-09iwlwifi: move queue mapping out of transportJohannes Berg1-21/+111
2012-04-09iwlwifi: add trailing newline to various messagesJohannes Berg1-4/+4
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy1-1/+1
2012-03-08iwlwifi: more status bit factoringDon Fry1-2/+2
2012-03-08iwlwifi: log stop / wake queuesEmmanuel Grumbach1-0/+2
2012-03-08iwlwifi: make tx_cmd_pool kmem cache globalStanislaw Gruszka1-4/+4
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg1-6/+6
2012-03-08iwlwifi: move iwl_sta_id_or_broadcast to userJohannes Berg1-1/+30
2012-03-07iwlwifi: move packet to transportJohannes Berg1-2/+2
2012-03-07iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg1-2/+1
2012-03-06iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg1-2/+2
2012-03-06iwlwifi: use ieee80211_tx_statusJohannes Berg1-10/+18
2012-03-06iwlwifi: move wowlan bool into privJohannes Berg1-1/+1
2012-03-06iwlwifi: remove shared lockJohannes Berg1-9/+0
2012-03-06iwlwifi: make sta lock private & BH lockJohannes Berg1-26/+20
2012-03-06iwlwifi: reduce sta_lock hold time in TXJohannes Berg1-4/+4
2012-03-06iwlwifi: remove an unused argumentJohannes Berg1-5/+4
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg1-1/+5
2012-02-17iwlwifi: move workqueue to privJohannes Berg1-1/+1
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+10
2012-02-01iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach1-3/+9
2012-02-01iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville1-1/+1
2012-01-24iwlwifi: update CopyrightWey-Yi Guy1-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/linville/wirelessJohn W. Linville1-1/+4
2011-12-12iwlwifi: do not set the sequence control bit is not neededWey-Yi Guy1-1/+4