aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29mwifiex: separate function for parsing head and tail IEsAvinash Patil1-1/+1
2015-01-29mwifiex: support conversion to any virtual interface typeAvinash Patil1-1/+1
2015-01-29mwifiex: store permanant mac address in adapter structureAvinash Patil1-0/+1
2015-01-29mwifiex: do not declare wdev as pointerAvinash Patil1-2/+3
2015-01-29mwifiex: remove redundant nick_name variableAvinash Patil1-1/+0
2015-01-27mwifiex: set netif carrier off in ndo_openJohannes Berg1-1/+2
2015-01-07mwifiex: main: Use setup_timerJulia Lawall1-3/+2
2015-01-06mwifiex: add wakeup timer based recovery mechanismAmitkumar Karwar1-0/+2
2015-01-06mwifiex: Adjust calling place of mwifiex_terminate_workqueueMarc Yang1-2/+2
2015-01-06mwifiex: remove redundant flag MWIFIEX_HW_STATUS_FW_READYAmitkumar Karwar1-4/+2
2015-01-06mwifiex: save sdio register values before firmware dumpXinming Hu1-0/+6
2015-01-06mwifiex: save driver information to file when firmware dumpXinming Hu1-0/+102
2015-01-06mwifiex: add rx histogram statistics supportXinming Hu1-0/+8
2014-11-25mwifiex: add Tx status support for ACTION framesAmitkumar Karwar1-3/+7
2014-11-25mwifiex: add Tx status support for EAPOL packetsAmitkumar Karwar1-0/+48
2014-11-25mwifiex: skip delay main work logic for USB interface.Amitkumar Karwar1-6/+10
2014-11-17mwifiex: add auto TDLS supportAvinash Patil1-0/+7
2014-11-17mwifiex: module load parameter for interface creationAvinash Patil1-0/+32
2014-11-11mwifiex: fix out of memory issue observed for USB chipsetsAmitkumar Karwar1-0/+2
2014-11-11mwifiex: rx workqueue support for USB interfaceAvinash Patil1-7/+1
2014-10-31mwifiex: channel statistics support for mwifiexAvinash Patil1-0/+6
2014-09-30mwifiex: do not decrement rx_pending count twiceAvinash Patil1-6/+2
2014-09-30mwifiex: fix soft lockup during iperf UDP RXAvinash Patil1-1/+2
2014-09-15mwifiex: add rx workqueue supportAvinash Patil1-0/+91
2014-09-15mwifiex: remove low priority scan handlingAmitkumar Karwar1-95/+1
2014-09-15mwifiex: process TX even when scan is ongoingAvinash Patil1-3/+5
2014-07-15mwifiex: fix corner case system hang issueAmitkumar Karwar1-5/+11
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2014-06-25wireless: mwifiex: Use the proper interfacesThomas Gleixner1-3/+1
2014-06-25Revert "mwifiex: Use the proper interfaces"Bing Zhao1-1/+3
2014-06-25mwifiex: update Copyright to 2014Xinming Hu1-1/+1
2014-06-25mwifiex: add firmware dump feature for PCIeAmitkumar Karwar1-0/+2
2014-06-25mwifiex: fix Tx timeout issueAmitkumar Karwar1-0/+1
2014-06-20mwifiex: Use the proper interfacesThomas Gleixner1-3/+1
2014-04-24Revert "mwifiex: add firmware dump feature for PCIe"John W. Linville1-2/+0
2014-04-22mwifiex: add firmware dump feature for PCIeAmitkumar Karwar1-0/+2
2014-04-22mwifiex: remove redundant 'fw_load' completion structureAmitkumar Karwar1-2/+0
2014-04-15mwifiex: process event before command responseAmitkumar Karwar1-6/+6
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+2
2014-03-27mwifiex: corner case NULL pointer dereference fixAmitkumar Karwar1-1/+2
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-4/+3
2014-02-28mwifiex: remove global variable cmd_wait_q_requiredBing Zhao1-3/+2
2014-02-24mwifiex: use del_timer_sync instead of del_timerAvinash Patil1-1/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-1/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park1-1/+1
2013-12-09mwifiex: remove redundant goto exit_remove statementAmitkumar Karwar1-6/+2
2013-12-09mwifiex: correct TX byte count statisticsUjjal Roy1-0/+1
2013-11-15mwifiex: fix potential mem leak in .del_virtual_intfAmitkumar Karwar1-6/+0