summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
AgeCommit message (Expand)Author
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
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
2011-12-08iwlwifi: set TX_CMD_FLG_STA_RATE_MSK for BAR frameWey-Yi Guy
2011-12-08iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODEWey-Yi Guy
2011-11-17iwlwifi: fix endianity issues in debug printsEmmanuel Grumbach
2011-11-17iwlwifi: improve the prints in the reclaim pathEmmanuel Grumbach
2011-11-11iwlwifi: add debug information on queue stop / wakeEmmanuel Grumbach
2011-11-11iwlagn: add P2P NoA to probe responsesJohannes Berg
2011-10-14iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach
2011-10-14iwlagn: merge station management functionsWey-Yi Guy
2011-10-14iwlagn: use low retry limit for WoWLANWey-Yi Guy
2011-10-14iwlagn: set rts retry limitWey-Yi Guy
2011-09-30mac80211: implement uAPSDJohannes Berg
2011-09-27iwlagn: update rate scaling with BA notificationsEmmanuel Grumbach
2011-09-27iwlagn: set the sequence control from the transport layerEmmanuel Grumbach
2011-09-21iwlagn: pending frames musn't be incremented if agg is onEmmanuel Grumbach
2011-09-21iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach
2011-09-21iwlagn: remove the callback in host commandsEmmanuel Grumbach
2011-09-19iwlagn: add documentation to the transport layerEmmanuel Grumbach
2011-09-14iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach
2011-08-29iwlagn: move tx queues to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move the disable agg logic to transport layerEmmanuel Grumbach
2011-08-29iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach
2011-08-29iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach
2011-08-29iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach
2011-08-29iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach
2011-08-29iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach
2011-08-29iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach
2011-08-29iwlagn: remove dereferences of priv from transportEmmanuel Grumbach
2011-08-29iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach
2011-08-29iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach
2011-08-29iwlagn: move reclaim related functionsEmmanuel Grumbach
2011-08-29iwlagn: reclaim the packets in transport layerEmmanuel Grumbach
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach