aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-18mwifiex: cleanup VHT capYogesh Ashok Powar2-85/+1
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
2013-02-11cfg80211: move TSF into IEsJohannes Berg1-1/+1
2013-02-11cfg80211: remove scan ies NULL checkJohannes Berg1-5/+0
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg3-4/+4
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville13-65/+15
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches9-64/+22
2013-02-01mwifiex: remove max_tx_buf_sizeBing Zhao7-10/+3
2013-02-01mwifiex: do not reconfigure tx buffer size in firmware while associatingBing Zhao3-43/+0
2013-01-30mwifiex: avoid out of bounds access in mwifiex_get_common_rates.Cyril Roelandt1-2/+2
2013-01-30mwifiex: do not overwrite error code from lower layer driverBing Zhao2-8/+6
2013-01-30mwifiex: don't return zero on failure paths in mwifiex_pcie_init()Alexey Khoroshilov1-0/+2
2013-01-30mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil1-2/+2
2013-01-30mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao1-4/+5
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville18-282/+639
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-28/+28
2013-01-22mwifiex: correction in status codes used for association failureAmitkumar Karwar2-5/+18
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+2
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil1-1/+1
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+11