summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn-tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+16
* 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/+13
* 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
* | iwlwifi: set TX_CMD_FLG_STA_RATE_MSK for BAR frameWey-Yi Guy2011-12-081-1/+2
* | iwlwifi: rename CONFIG_IWLWIFI_DEVICE_SVTOOL to CONFIG_IWLWIFI_DEVICE_TESTMODEWey-Yi Guy2011-12-081-1/+1
* | iwlwifi: fix endianity issues in debug printsEmmanuel Grumbach2011-11-171-4/+2
* | iwlwifi: improve the prints in the reclaim pathEmmanuel Grumbach2011-11-171-0/+1
* | iwlwifi: add debug information on queue stop / wakeEmmanuel Grumbach2011-11-111-1/+2
* | iwlagn: add P2P NoA to probe responsesJohannes Berg2011-11-111-0/+13
|/
* iwlagn: move iwl_enable_rfkill_int and kill iwl-helpers.hEmmanuel Grumbach2011-10-141-1/+0
* iwlagn: merge station management functionsWey-Yi Guy2011-10-141-1/+0
* iwlagn: use low retry limit for WoWLANWey-Yi Guy2011-10-141-11/+17
* iwlagn: set rts retry limitWey-Yi Guy2011-10-141-9/+9
* mac80211: implement uAPSDJohannes Berg2011-09-301-1/+1
* iwlagn: update rate scaling with BA notificationsEmmanuel Grumbach2011-09-271-4/+9
* iwlagn: set the sequence control from the transport layerEmmanuel Grumbach2011-09-271-3/+0
* iwlagn: pending frames musn't be incremented if agg is onEmmanuel Grumbach2011-09-211-0/+3
* iwlagn: simplify the iwl_device_cmd layoutEmmanuel Grumbach2011-09-211-1/+1
* iwlagn: remove the callback in host commandsEmmanuel Grumbach2011-09-211-6/+10
* iwlagn: add documentation to the transport layerEmmanuel Grumbach2011-09-191-1/+1
* iwlagn: fix compilation when debug flags is unsetEmmanuel Grumbach2011-09-141-1/+1
* iwlagn: move tx queues to transport layerEmmanuel Grumbach2011-08-291-21/+2
* iwlagn: move the stop / wake queue logic to transport layerEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: move the disable agg logic to transport layerEmmanuel Grumbach2011-08-291-59/+4
* iwlagn: move the check_empty logic to the transport layerEmmanuel Grumbach2011-08-291-61/+4
* iwlagn: allocate resources for TX BA session in transportEmmanuel Grumbach2011-08-291-72/+5
* iwlagn: move the mapping ac to queue / fifo to transportEmmanuel Grumbach2011-08-291-52/+1
* iwlagn: upper layer uses slabs to allocate tx cmdsEmmanuel Grumbach2011-08-291-3/+16
* iwlagn: set tx_fifo for ampdu in transport layerEmmanuel Grumbach2011-08-291-62/+3
* iwlagn: upper layer stores iwl_rxon_context in skb's CBEmmanuel Grumbach2011-08-291-1/+3
* iwlagn: remove dereferences of priv from transportEmmanuel Grumbach2011-08-291-2/+2
* iwlagn: iwl_tid_data moves to iwl-sharedEmmanuel Grumbach2011-08-291-22/+25
* iwlagn: move all iwl_is_XXX helpers to iwl-shared.hEmmanuel Grumbach2011-08-291-1/+1
* iwlagn: move reclaim related functionsEmmanuel Grumbach2011-08-291-2/+195
* iwlagn: reclaim the packets in transport layerEmmanuel Grumbach2011-08-291-172/+256
* iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-4/+4
* iwlagn: priv->sta_lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-13/+13
* iwlagn: priv->lock moves to iwl_sharedEmmanuel Grumbach2011-08-291-6/+6
OpenPOWER on IntegriCloud