summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2013-08-12mwifiex: Add missing endian conversion.Tomasz Moń1-2/+2
2013-05-19mwifiex: fix setting of multicast filterDaniel Drake1-15/+6
2013-05-19mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao1-0/+1
2013-05-08mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar1-1/+1
2013-05-08mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar1-2/+2
2013-04-12Revert "mwifiex: cancel cmd timer and free curr_cmd in shutdown processGreg Kroah-Hartman1-8/+0
2013-04-05mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao1-0/+8
2013-03-28mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao1-4/+3
2013-03-14mwifiex: correct sleep delay counterAvinash Patil1-1/+1
2013-02-04mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil1-1/+1
2013-01-17mwifiex: check wait_event_interruptible return valueBing Zhao1-11/+10
2012-12-03mwifiex: fix system hang issue in cmd timeout error caseBing Zhao1-3/+8
2012-12-03mwifiex: report error to MMC core if we cannot suspendBing Zhao1-5/+6
2012-08-09mwifiex: correction in mcs index checkAmitkumar Karwar1-2/+2
2012-07-16mwifiex: fix wrong return values in add_virtual_intf() error casesBing Zhao1-12/+9
2012-07-16mwifiex: fix WPS eapol handshake failureStone Piao1-0/+1
2012-07-16mwifiex: fix 11n rx packet drop issueStone Piao3-2/+12
2012-04-13mwifiex: update pcie8766 scratch register addressesBing Zhao1-9/+9
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-15/+3
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville25-1437/+1365
2012-03-14mwifiex: correction in structure name passed to sizeof()Amitkumar Karwar1-1/+1
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 9Yogesh Ashok Powar5-95/+94
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 8Yogesh Ashok Powar2-70/+73
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 7Yogesh Ashok Powar2-121/+114
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 6Yogesh Ashok Powar1-92/+96
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 5Yogesh Ashok Powar1-173/+170
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar3-211/+226
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 3Yogesh Ashok Powar3-101/+98
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 2Yogesh Ashok Powar3-127/+133
2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 1Yogesh Ashok Powar4-43/+43
2012-03-13mwifiex: rename fuctions and variables for better readabilityYogesh Ashok Powar1-87/+73
2012-03-13mwifiex: rearrange if and else blocks to avoid extra indentationYogesh Ashok Powar3-70/+68
2012-03-13mwifiex: use usleep_range instead of udelayYogesh Ashok Powar2-5/+5
2012-03-13mwifiex: merge functions to derive cfp by chan & freq in oneYogesh Ashok Powar5-82/+46
2012-03-13mwifiex: rearrange switch statementYogesh Ashok Powar1-111/+87
2012-03-13mwifiex: rename long function names to shorter onesYogesh Ashok Powar6-53/+43
2012-03-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-79/+74
2012-03-08mwifiex: correction in number of bitratesAmitkumar Karwar1-1/+1
2012-03-06mwifiex: endian bug in mwifiex_drv_change_adhoc_chan()Dan Carpenter2-4/+3
2012-03-06mwifiex: fix bug in wildcard scan handlingAmitkumar Karwar3-33/+27
2012-03-06mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar8-27/+19
2012-03-06mwifiex: correct bitrates advertised to cfg80211Avinash Patil1-4/+2
2012-03-06mwifiex: handle auto authentication mode correctlyAmitkumar Karwar5-10/+22
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-50/+30
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2012-02-29mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar7-44/+29
2012-02-29mwifiex: remove redundant scan operationAmitkumar Karwar1-6/+0
2012-02-29mwifiex: reset encryption mode flag before associationAmitkumar Karwar1-0/+1
2012-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-63/+32
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-7/+24