aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-3/+11
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 Fenkart2-8/+6
2013-04-08mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tblAndreas Fenkart3-9/+5
2013-04-08mwifiex: correct wrong list in list_empty checkAndreas Fenkart1-2/+1
2013-04-08mwifiex: fix negative cmd_pending countBing Zhao6-16/+29
2013-04-03mwifiex: complete last internal scanBing Zhao1-2/+9
2013-04-01mwifiex: use separate AMPDU tx/rx window sizes in 11ac networksAvinash Patil5-0/+55
2013-04-01mwifiex: change default tx/rx win_size for BA setupAvinash Patil4-6/+29
2013-04-01mwifiex: limit channel number not to overflow memoryStone Piao1-1/+2
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville6-20/+33
2013-03-27mwifiex: use fw_status register to wake up PCIe cardAvinash Patil1-13/+24
2013-03-27mwifiex: avoid waking up device in awake stateAvinash Patil1-3/+4
2013-03-27mwifiex: do not enable PCIe interrupt in Power Save sleep stateAvinash Patil1-1/+2
2013-03-25mwifiex: add support to configure VHT for AP modeYogesh Ashok Powar9-0/+129
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil1-0/+1
2013-03-18mwifiex: cleanup VHT capYogesh Ashok Powar2-85/+1
2013-03-18mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao1-0/+8
2013-03-18mwifiex: skip pending commands after function shutdownBing Zhao1-3/+14
2013-03-18mwifiex: fix race when queuing commandsAmitkumar Karwar4-17/+10
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-5/+4
2013-03-08mwifiex: fix potential null dereference 'mef_entry'Bing Zhao1-1/+4
2013-03-08mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan3-3/+19
2013-03-08mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao1-4/+3
2013-03-06mwifiex: add WOWLAN supportAmitkumar Karwar6-0/+292
2013-03-06mwifiex: add "ethtool wol" command supportAmitkumar Karwar5-0/+78
2013-03-06mwifiex: shorten the host sleep configuration macro namesAmitkumar Karwar5-14/+14
2013-03-06mwifiex: modify skb->truesize for PCIE RxAvinash Patil1-2/+3
2013-03-06mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.cBing Zhao1-2/+2
2013-03-06mwifiex: fix [-Wunused-function] warnings on pcie suspend/resumeBing Zhao1-0/+2
2013-03-06mwifiex: remove static forward declarations in pcie.cBing Zhao1-76/+74
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-1/+1
2013-02-27mwifiex: correct sleep delay counterAvinash Patil1-1/+1
2013-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-28/+2
2013-02-22mwifiex: fix system freeze while reloading driverAvinash Patil1-10/+1
2013-02-22mwifiex: don't drop carrier flag over suspendDaniel Drake2-18/+1
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds32-670/+2088
2013-02-19Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+4
2013-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville17-56/+836
2013-02-18mwifiex: add 802.11AC supportYogesh Ashok Powar16-42/+830
2013-02-18mwifiex: coding style cleanup in bss parameter updateYogesh Ashok Powar1-10/+5
2013-02-18mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil1-4/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville6-314/+689
2013-02-14mwifiex: device specific sleep cookie handling for PCIeAvinash Patil2-8/+25
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+5
2013-02-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville3-10/+5
2013-02-11mwifiex: add PCIe8897 supportAvinash Patil3-70/+275
2013-02-11mwifiex: define generic data type for PCIe ring buffersAvinash Patil2-26/+35
2013-02-11mwifiex: separate ring initialization and ring creation routinesAvinash Patil1-133/+194
2013-02-11mwifiex: store card specific data in PCI device table entryAvinash Patil2-118/+206