summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-tx.c
Commit message (Expand)AuthorAgeFilesLines
* iwlagn: downgrade BUG_ON in interruptJohannes Berg2008-09-241-4/+3
* mac80211: use nl80211 interface typesJohannes Berg2008-09-151-2/+2
* iwlwifi: remove uneeded declarationsEmmanuel Grumbach2008-09-111-6/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-081-11/+18
|\
| * iwlwifi: fix Tx cmd memory allocation failure handlingTomas Winkler2008-09-031-10/+17
| * iwlwifi: do not use GFP_DMA in iwl_tx_queue_initJohn W. Linville2008-09-021-1/+1
* | iwlwifi: enable packet injection for iwlagnStefanik Gábor2008-09-081-8/+5
* | iwlwifi: fix host command header according the HW specTomas Winkler2008-09-081-2/+2
* | iwlwifi: use le16 frame control directly, use QOS symbolic constant maskHarvey Harrison2008-08-221-2/+2
* | iwlwifi: add level for debugging host commandEsti Kummer2008-08-221-6/+20
* | iwl-4965: test below 0 on unsigned num_tbsroel kluin2008-08-221-1/+1
|/
* iwlwifi: fix printk newlinesJiri Slaby2008-08-181-2/+2
* iwlwifi: cleanup iwl_tx_skbTomas Winkler2008-08-071-22/+18
* iwlwifi: memory allocation optimizationGregory Greenman2008-08-041-22/+54
* iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach2008-08-041-1/+1
* iwlwifi: don't stop queue in the middle of fragmented packetTomas Winkler2008-08-011-4/+4
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-1/+1
* iwlwifi: fixes RTS / CTS supportEmmanuel Grumbach2008-07-141-7/+1
* iwlwifi: fix typo which caused iwl_get_tx_fail_reason to ever return an empty...Helmut Schaa2008-07-081-1/+1
* iwlwifi: setup compressed BA handlerEmmanuel Grumbach2008-06-301-0/+143
* mac80211: remove ieee80211_get_morefragHarvey Harrison2008-06-141-2/+2
* mac80211: add helpers for frame control testingHarvey Harrison2008-06-141-25/+24
* iwlwifi: move rate helpers to iwlcoreTomas Winkler2008-06-141-1/+1
* iwlwifi: removing IWL4965_HT configRon Rindjunsky2008-06-141-10/+0
* iwlwifi: move aggregation code to iwl-tx.cTomas Winkler2008-06-031-0/+190
* iwlwifi: implement txq invalidate byte count tableTomas Winkler2008-06-031-1/+4
* iwlwifi: move tx reclaim flow into iwl-txTomas Winkler2008-06-031-0/+108
* iwlwifi: move tx response common handlers to iwlcoreTomas Winkler2008-06-031-0/+30
* iwlwifi: move txq_ctx_stop into iwl-tx.cTomas Winkler2008-06-031-23/+65
* mac80211: use multi-queue master netdeviceJohannes Berg2008-05-211-2/+2
* mac80211: move TX info into skb->cbJohannes Berg2008-05-211-21/+19
* mac80211: use rate index in TX controlJohannes Berg2008-05-211-2/+6
* iwlwifi: clean up and bug fix for securityEmmanuel Grumbach2008-05-211-29/+12
* iwlwifi: move TX code into iwl-tx.cTomas Winkler2008-05-211-0/+662
* iwlwifi: rename iwl4965_queue to iwl_queueTomas Winkler2008-05-211-2/+2
* iwlwifi: remove 4965 prefix from iwl4965_kw and iwl4965_tx_queueRon Rindjunsky2008-05-141-6/+5
* iwlwifi: move NIC init and Tx queues init to iwlcoreRon Rindjunsky2008-05-141-0/+374