summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-tx.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-19iwlwifi: iwl-tx.c cleanup (remove unused parameter and unused local variable).Rami Rosen1-5/+3
2008-12-12iwlwifi: change email contact informationWinkler, Tomas1-1/+1
2008-12-12iwlwifi: fix time interval misuse in iwl_poll_{direct_}bitZhu, Yi1-1/+1
2008-12-05iwlwifi: fix DMA channel number in iwl_txq_ctx_stopZhu Yi1-6/+5
2008-11-26iwlwifi: TX setup fix confusion between TX queue and TX DMA channelWinkler, Tomas1-5/+0
2008-11-26iwlwifi: some fh document fix and cleanupZhu, Yi1-4/+0
2008-11-26iwlwifi : fix checkpatch.pl errorsAbhijeet Kolekar1-1/+1
2008-11-21iwlwifi: get some more information about command failureWinkler, Tomas1-1/+6
2008-11-21iwlwifi: revamp tx scheduler byte count tables handlingTomas Winkler1-12/+36
2008-11-10iwlwifi: reorganize flow handler bitologyWinkler, Tomas1-2/+2
2008-11-01iwlwifi: run through spell checkerTomas Winkler1-2/+2
2008-11-01iwlwifi: refactor TX response flowTomas Winkler1-19/+20
2008-11-01iwlwifi: tx command must run on same tfd as packetTomas Winkler1-3/+2
2008-11-01iwlwifi: fix TX cmd dma unmappingTomas Winkler1-107/+124
2008-11-01iwlwifi: unify tx antenna togglingTomas Winkler1-10/+4
2008-11-01iwlwifi: add iwl_cmd_queue_free for readabilityTomas Winkler1-13/+40
2008-10-28net: convert print_mac to %pMJohannes Berg1-11/+6
2008-09-25iwlagn: downgrade BUG_ON in interruptJohannes Berg1-4/+3
2008-09-16mac80211: use nl80211 interface typesJohannes Berg1-2/+2
2008-09-11iwlwifi: remove uneeded declarationsEmmanuel Grumbach1-6/+3
2008-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-11/+18
2008-09-08iwlwifi: enable packet injection for iwlagnStefanik Gábor1-8/+5
2008-09-08iwlwifi: fix host command header according the HW specTomas Winkler1-2/+2
2008-09-03iwlwifi: fix Tx cmd memory allocation failure handlingTomas Winkler1-10/+17
2008-09-02iwlwifi: do not use GFP_DMA in iwl_tx_queue_initJohn W. Linville1-1/+1
2008-08-23iwlwifi: use le16 frame control directly, use QOS symbolic constant maskHarvey Harrison1-2/+2
2008-08-23iwlwifi: add level for debugging host commandEsti Kummer1-6/+20
2008-08-23iwl-4965: test below 0 on unsigned num_tbsroel kluin1-1/+1
2008-08-18iwlwifi: fix printk newlinesJiri Slaby1-2/+2
2008-08-07iwlwifi: cleanup iwl_tx_skbTomas Winkler1-22/+18
2008-08-04iwlwifi: memory allocation optimizationGregory Greenman1-22/+54
2008-08-04iwlwifi: bug fix in AGG flow - cast const to ULLEmmanuel Grumbach1-1/+1
2008-08-01iwlwifi: don't stop queue in the middle of fragmented packetTomas Winkler1-4/+4
2008-07-30mac80211: partially fix skb->cb useJohannes Berg1-1/+1
2008-07-14iwlwifi: fixes RTS / CTS supportEmmanuel Grumbach1-7/+1
2008-07-08iwlwifi: fix typo which caused iwl_get_tx_fail_reason to ever return an empty...Helmut Schaa1-1/+1
2008-07-01iwlwifi: setup compressed BA handlerEmmanuel Grumbach1-0/+143
2008-06-14mac80211: remove ieee80211_get_morefragHarvey Harrison1-2/+2
2008-06-14mac80211: add helpers for frame control testingHarvey Harrison1-25/+24
2008-06-14iwlwifi: move rate helpers to iwlcoreTomas Winkler1-1/+1
2008-06-14iwlwifi: removing IWL4965_HT configRon Rindjunsky1-10/+0
2008-06-03iwlwifi: move aggregation code to iwl-tx.cTomas Winkler1-0/+190
2008-06-03iwlwifi: implement txq invalidate byte count tableTomas Winkler1-1/+4
2008-06-03iwlwifi: move tx reclaim flow into iwl-txTomas Winkler1-0/+108
2008-06-03iwlwifi: move tx response common handlers to iwlcoreTomas Winkler1-0/+30
2008-06-03iwlwifi: move txq_ctx_stop into iwl-tx.cTomas Winkler1-23/+65
2008-05-22mac80211: use multi-queue master netdeviceJohannes Berg1-2/+2
2008-05-22mac80211: move TX info into skb->cbJohannes Berg1-21/+19
2008-05-22mac80211: use rate index in TX controlJohannes Berg1-2/+6
2008-05-22iwlwifi: clean up and bug fix for securityEmmanuel Grumbach1-29/+12