summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
AgeCommit message (Expand)Author
2012-06-06iwlwifi: move DVM code into subdirectoryJohannes Berg
2012-06-06iwlwifi: handle race condition in ROC flowIlan Peer
2012-05-15iwlwifi: don't disable AGG queues that are not enabledEmmanuel Grumbach
2012-05-15iwlwifi: don't flood logs when HT debug flag is setEmmanuel Grumbach
2012-04-23iwlwifi: use new mac80211 queue schemeJohannes Berg
2012-04-23iwlwifi: remove TX/RX frame statisticsJohannes Berg
2012-04-23iwlwifi: remove traffic logJohannes Berg
2012-04-18iwlwifi: split between AGG_ON and AGG_STARTINGEmmanuel Grumbach
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach
2012-04-18iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach
2012-04-12iwlwifi: move hw_params into privJohannes Berg
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg
2012-04-09iwlwifi: move queue mapping out of transportJohannes Berg
2012-04-09iwlwifi: add trailing newline to various messagesJohannes Berg
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy
2012-03-08iwlwifi: more status bit factoringDon Fry
2012-03-08iwlwifi: log stop / wake queuesEmmanuel Grumbach
2012-03-08iwlwifi: make tx_cmd_pool kmem cache globalStanislaw Gruszka
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg
2012-03-08iwlwifi: move iwl_sta_id_or_broadcast to userJohannes Berg
2012-03-07iwlwifi: move packet to transportJohannes Berg
2012-03-07iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg
2012-03-06iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg
2012-03-06iwlwifi: use ieee80211_tx_statusJohannes Berg
2012-03-06iwlwifi: move wowlan bool into privJohannes Berg
2012-03-06iwlwifi: remove shared lockJohannes Berg
2012-03-06iwlwifi: make sta lock private & BH lockJohannes Berg
2012-03-06iwlwifi: reduce sta_lock hold time in TXJohannes Berg
2012-03-06iwlwifi: remove an unused argumentJohannes Berg
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg
2012-02-17iwlwifi: move workqueue to privJohannes Berg
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-01iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach
2012-02-01iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville
2012-01-24iwlwifi: update CopyrightWey-Yi Guy
2011-12-16iwlwifi: don't accept Tx packets when draining HW queuesEmmanuel Grumbach
2011-12-16iwlwifi: kill iwl_{start,stop}_tx_ba_trans_readyEmmanuel Grumbach
2011-12-16iwlwifi: tid_data moves to iwl_privEmmanuel Grumbach
2011-12-16iwlwifi: transport layer shouldn't access the AGG SMEmmanuel Grumbach
2011-12-16iwlwifi: tid_data logic move to upper layer - seq_numberEmmanuel Grumbach
2011-12-16iwlwifi: tid_data logic move to upper layer - txqidEmmanuel Grumbach
2011-12-16iwlwifi: tid_data logic move to upper layer - check_emptyEmmanuel Grumbach
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG setupEmmanuel Grumbach
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG allocEmmanuel Grumbach
2011-12-16iwlwifi: tid_data logic move to upper layer - tx AGG stopEmmanuel Grumbach
2011-12-16iwlwifi: don't count the tfds in HW queue any moreEmmanuel Grumbach
2011-12-16iwlwifi: fix endianity issue in debug printsEmmanuel Grumbach
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-12iwlwifi: do not set the sequence control bit is not neededWey-Yi Guy