summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: move DVM code into subdirectoryJohannes Berg2012-06-061-1386/+0Star
* iwlwifi: handle race condition in ROC flowIlan Peer2012-06-061-0/+18
* iwlwifi: don't disable AGG queues that are not enabledEmmanuel Grumbach2012-05-151-3/+9
* iwlwifi: don't flood logs when HT debug flag is setEmmanuel Grumbach2012-05-151-4/+3Star
* iwlwifi: use new mac80211 queue schemeJohannes Berg2012-04-231-4/+9
* iwlwifi: remove TX/RX frame statisticsJohannes Berg2012-04-231-3/+0Star
* iwlwifi: remove traffic logJohannes Berg2012-04-231-1/+0Star
* iwlwifi: split between AGG_ON and AGG_STARTINGEmmanuel Grumbach2012-04-181-3/+17
* iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach2012-04-181-8/+8
* iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach2012-04-181-5/+5
* iwlwifi: move hw_params into privJohannes Berg2012-04-121-3/+3
* mac80211: remove antenna_sel_tx TX info fieldJohannes Berg2012-04-101-2/+2
* iwlwifi: move queue mapping out of transportJohannes Berg2012-04-091-21/+111
* iwlwifi: add trailing newline to various messagesJohannes Berg2012-04-091-4/+4
* iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy2012-03-091-1/+1
* iwlwifi: more status bit factoringDon Fry2012-03-081-2/+2
* iwlwifi: log stop / wake queuesEmmanuel Grumbach2012-03-081-0/+2
* iwlwifi: make tx_cmd_pool kmem cache globalStanislaw Gruszka2012-03-081-4/+4
* iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg2012-03-081-6/+6
* iwlwifi: move iwl_sta_id_or_broadcast to userJohannes Berg2012-03-081-1/+30
* iwlwifi: move packet to transportJohannes Berg2012-03-071-2/+2
* iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg2012-03-071-2/+1Star
* iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg2012-03-061-2/+2
* iwlwifi: use ieee80211_tx_statusJohannes Berg2012-03-061-10/+18
* iwlwifi: move wowlan bool into privJohannes Berg2012-03-061-1/+1
* iwlwifi: remove shared lockJohannes Berg2012-03-061-9/+0Star
* iwlwifi: make sta lock private & BH lockJohannes Berg2012-03-061-26/+20Star
* iwlwifi: reduce sta_lock hold time in TXJohannes Berg2012-03-061-4/+4
* iwlwifi: remove an unused argumentJohannes Berg2012-03-061-5/+4Star
* mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-291-1/+5
* iwlwifi: move workqueue to privJohannes Berg2012-02-171-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-151-4/+10
|\
| * iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach2012-02-011-3/+9
| * iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville2012-02-011-1/+1
* | iwlwifi: update CopyrightWey-Yi Guy2012-01-241-1/+1
|/
* iwlwifi: don't accept Tx packets when draining HW queuesEmmanuel Grumbach2011-12-161-0/+8
* iwlwifi: kill iwl_{start,stop}_tx_ba_trans_readyEmmanuel Grumbach2011-12-161-11/+11
* iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach2011-12-161-18/+16Star
* iwlwifi: transport layer shouldn't access the AGG SMEmmanuel Grumbach2011-12-161-0/+11
* iwlwifi: tid_data logic move to upper layer - seq_numberEmmanuel Grumbach2011-12-161-3/+27
* iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach2011-12-161-22/+13Star
* iwlwifi: tid_data logic move to upper layer - check_emptyEmmanuel Grumbach2011-12-161-0/+39
* iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach2011-12-161-0/+61
* iwlwifi: tid_data logic move to upper layer - tx AGG allocEmmanuel Grumbach2011-12-161-2/+30
* iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach2011-12-161-17/+71
* iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach2011-12-161-2/+26
* iwlwifi: fix endianity issue in debug printsEmmanuel Grumbach2011-12-161-1/+1
* iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry2011-12-161-6/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-141-1/+4
|\
| * iwlwifi: do not set the sequence control bit is not neededWey-Yi Guy2011-12-121-1/+4