aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/wmm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-5/+2
2013-01-07mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil1-2/+4
2013-01-07mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil1-0/+2
2012-11-14mwifiex: add multi-queue supportAvinash Patil1-6/+6
2012-09-28mwifiex: implement cfg80211 mgmt_tx handlerStone Piao1-3/+4
2012-09-28mwifiex: fix coding style issueStone Piao1-1/+1
2012-09-11mwifiex: update adapter->bss_prio_tbl[j].bss_prio_cur correctlyAmitkumar Karwar1-5/+4
2012-08-06mwifiex: add 11n Block Ack support for uAPAvinash Patil1-5/+54
2012-06-22mwifiex: fix WPS eapol handshake failureStone Piao1-0/+1
2012-06-22mwifiex: fix 11n rx packet drop issueStone Piao1-0/+2
2012-05-16mwifiex: allocate space for one more mwifiex_private structureAvinash Patil1-0/+4
2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar1-5/+13
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 9Yogesh Ashok Powar1-62/+60
2012-03-13mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar1-14/+16
2012-03-13mwifiex: rename long function names to shorter onesYogesh Ashok Powar1-6/+4
2012-01-27mwifiex: pass priv pointer instead of adapterAvinash Patil1-4/+2
2012-01-24mwifiex: use bss_type and bss_num to retrieve privYogesh Ashok Powar1-1/+2
2011-10-12mwifiex: add support for Marvell pcie8766 chipsetAmitkumar Karwar1-2/+2
2011-10-03mwifiex: correct AMSDU aggregation checkAmitkumar Karwar1-8/+24
2011-07-21mwifiex: put multicast/broadcast packets to the same RAAmitkumar Karwar1-0/+2
2011-06-07mwifiex: remove list traversal in mwifiex_num_pkts_in_txqYogesh Ashok Powar1-24/+6
2011-05-19mwifiex: CPU mips optimization with NO_PKT_PRIO_TIDMarc Yang1-0/+6
2011-05-19mwifiex: check mwifiex_wmm_lists_empty() before dequeueMarc Yang1-1/+1
2011-05-19mwifiex: reduce CPU usage by tracking highest_queued_prioMarc Yang1-3/+26
2011-05-19mwifiex: reduce CPU usage by tracking tx_pkts_queuedMarc Yang1-9/+13
2011-05-05mwifiex: remove unnecessary variable initializationYogesh Ashok Powar1-1/+1
2011-04-19mwifiex: remove redundant local variables and commentsYogesh Ashok Powar1-4/+1
2011-04-14mwifiex: rename function mwifiex_is_ba_stream_availBing Zhao1-1/+1
2011-04-14mwifiex: remove unused function parametersAmitkumar Karwar1-9/+8
2011-04-14mwifiex: remove redundant "return" at end of void functionYogesh Ashok Powar1-2/+0
2011-03-30wireless: mwifiex: initial commit for Marvell mwifiex driverBing Zhao1-0/+1237