summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/wmm.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-20mwifiex: clean pcie ring only when device is presentAvinash Patil1-1/+2
2013-11-11mwifiex: potential integer underflow in mwifiex_ret_wmm_get_status()Dan Carpenter1-0/+3
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-10-10mwifiex: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-09-26mwifiex: fix hang issue for USB chipsetsAmitkumar Karwar1-2/+1
2013-07-24mwifiex: maintain outstanding packet count for RA list instead of packet sizeAvinash Patil1-4/+4
2013-07-24mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl structAvinash Patil1-4/+4
2013-06-12mwifiex: enable/disable tx_amsdu support via module parameterAvinash Patil1-1/+4
2013-04-23mwifiex: rework round robin scheduling of bss nodes.Andreas Fenkart1-56/+23
2013-04-23mwifiex: replace ra_list_curr by list rotation.Andreas Fenkart1-61/+36
2013-04-08mwifiex: hold proper locks when accessing ra_list / bss_prio listsAndreas Fenkart1-26/+29
2013-04-08mwifiex: fix infinite loop by removing NO_PKT_PRIO_TIDAndreas Fenkart1-7/+6
2013-04-08mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tblAndreas Fenkart1-4/+4
2013-04-08mwifiex: correct wrong list in list_empty checkAndreas Fenkart1-2/+1
2013-04-01mwifiex: change default tx/rx win_size for BA setupAvinash Patil1-4/+1
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