aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/wmm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18mwifiex: move under marvell vendor directoryKalle Valo1-1531/+0
2015-10-14mwifiex: remove unnecessary NULL checkXinming Hu1-1/+1
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-11/+41
2015-10-05mwifiex: avoid gettimeofday in ba_threshold settingArnd Bergmann1-11/+4
2015-09-29mwifiex: complete usb tx data with multi endpointsZhaoyang Liu1-4/+34
2015-09-29mwifiex: move usb specific data_sent update to usb.cZhaoyang Liu1-5/+0
2015-09-29mwifiex: fix tx data_sent issue for usb interfaceZhaoyang Liu1-2/+2
2015-09-29mwifiex: correct paused tx data packet counterZhaoyang Liu1-2/+7
2015-07-21mwifiex: enable traffic only when port is openAvinash Patil1-1/+4
2015-07-21mwifiex: support for bypass tx queueAvinash Patil1-0/+53
2015-07-21mwifiex: enhance tdls link setup conditionXinming Hu1-2/+5
2015-07-21mwifiex: process tdls channel switch eventXinming Hu1-0/+45
2015-07-21mwifiex: do not increase tx_pkts_queued if receive address tx pausedXinming Hu1-1/+4
2015-07-21mwifiex: block data traffic to tx paused receive addressXinming Hu1-1/+2
2015-07-21mwifiex: add tx data pause supportAvinash Patil1-0/+38
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu1-46/+52
2015-05-09revert "mwifiex: enable aggregation for TID 6 and 7 streams"Avinash Patil1-0/+9
2015-03-16mwifiex: preprocess packets from TX queueZhaoyang Liu1-4/+17
2015-03-16mwifiex: remove_bss_prio_lockZhaoyang Liu1-9/+2
2015-03-16mwifiex: get rid of BA setup helper functionsZhaoyang Liu1-7/+9
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-03mwifiex: fix memory leak in mwifiex_send_processed_packet()Amitkumar Karwar1-0/+3
2014-12-05mwifiex: guard station nodes access by station list lockAvinash Patil1-3/+3
2014-12-05mwifiex: delete peer station's RA list upon deauthenticationAvinash Patil1-0/+26
2014-11-25mwifiex: add Tx status support for EAPOL packetsAmitkumar Karwar1-0/+10
2014-06-25wireless: mwifiex: Use the proper interfacesThomas Gleixner1-8/+1
2014-06-25Revert "mwifiex: Use the proper interfaces"Bing Zhao1-1/+8
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-06-20mwifiex: Use the proper interfacesThomas Gleixner1-8/+1
2014-05-29mwifiex: set TDLS link for newly created RA listAvinash Patil1-0/+1
2014-05-22mwifiex: avoid TDLS check for packets destined to APAvinash Patil1-1/+1
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-5/+5
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg1-5/+5
2014-04-22mwifiex: enable aggregation for TID 6 and 7 streamsAmitkumar Karwar1-9/+0
2014-03-14mwifiex: add AMSDU inside AMPDU supportAmitkumar Karwar1-11/+26
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+2
2014-02-20mwifiex: clean pcie ring only when device is presentAvinash Patil1-1/+2
2014-02-12mwifiex: AMPDU support for TDLS linkAvinash Patil1-1/+8
2014-02-12mwifiex: tdls related handling for data packets addressed to TDLS peerAvinash Patil1-6/+36
2014-02-12mwifiex: provision for holding and restoring packets during TDLS setupAvinash Patil1-0/+4
2014-02-12mwifiex: parse TDLS action frames during RXAvinash Patil1-3/+2
2014-02-12mwifiex: make tos_to_tid_inv part of mwifiex_private structureAvinash Patil1-23/+11
2014-02-12mwifiex: handle AMPDU supported check for AP interfaceAvinash Patil1-1/+1
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/linville/wireless-next into for-davemJohn 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