summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+10
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-5/+7
2013-10-14mwifiex: use alloc_workqueue() functionAmitkumar Karwar1-1/+3
2013-10-14mwifiex: inform cfg80211 about disconnect for P2P client interfaceAvinash Patil1-1/+2
2013-10-14mwifiex: inform cfg80211 about disconnect if device is removedAvinash Patil1-2/+8
2013-10-10mwifiex: Change variable type to boolPeter Senna Tschudin4-4/+4
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-3/+3
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-14/+6
2013-10-01mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar1-2/+4
2013-09-26mwifiex: Remove casting the return value which is a void pointerJingoo Han1-3/+3
2013-09-26mwifiex: fix NULL pointer dereference in usb suspend handlerBing Zhao1-7/+0
2013-09-26mwifiex: fix hang issue for USB chipsetsAmitkumar Karwar3-4/+4
2013-09-26mwifiex: fix PCIe hs_cfg cancel cmd timeoutBing Zhao1-3/+2
2013-09-25mwifiex: Remove extern from function prototypesJoe Perches1-14/+10
2013-08-28mwifiex: break a long line into two linesBing Zhao1-1/+2
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+2
2013-08-26mwifiex: add missing endian conversionsTobias Waldekranz4-6/+6
2013-08-26mwifiex: drop gratuitous ARP framesAvinash Patil6-0/+67
2013-08-26mwifiex: fix ext_capab IE structure definitionAvinash Patil2-5/+7
2013-08-26mwifiex: fix driver unload problem for usb chipsetsAmitkumar Karwar1-25/+25
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+2
2013-08-22mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao1-14/+0
2013-08-12mwifiex: fix build error when CONFIG_PM is not setBing Zhao1-2/+2
2013-08-09mwifiex: add packet coalesce supportAmitkumar Karwar5-0/+254
2013-08-09mwifiex: increase max supported pattern offsetAmitkumar Karwar1-1/+1
2013-08-09mwifiex: modify mwifiex_is_pattern_supported() routineAmitkumar Karwar1-4/+6
2013-08-09mwifiex: rename mef macrosAmitkumar Karwar3-14/+15
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-9/+12
2013-08-01mwifiex: populate rates in probe request using cfg80211_scan_requestAvinash Patil3-22/+85
2013-08-01mwifiex: fix adapter pointer dereference issueAmitkumar Karwar1-3/+10
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+1
2013-07-31mwifiex: fix command 0x2c timeout during p2p_find or p2p_connectStone Piao1-2/+2
2013-07-31mwifiex: fix wrong data rates in P2P clientAvinash Patil1-1/+2
2013-07-31mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil2-4/+6
2013-07-27mwifiex: Add missing endian conversion.Tomasz Moń1-2/+2
2013-07-27mwifiex: code rearrangement in sdio.cAmitkumar Karwar1-107/+104
2013-07-27mwifiex: handle driver initialization error pathsAmitkumar Karwar2-28/+56
2013-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-61/+57
2013-07-24mwifiex: modify mwifiex_ap_sta_limits to advertise support for P2PAvinash Patil1-1/+3
2013-07-24mwifiex: remove duplicate structure host_cmd_tlvAmitkumar Karwar4-87/+91
2013-07-24mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar1-2/+0
2013-07-24mwifiex: replace mdelay with msleepAmitkumar Karwar2-2/+2
2013-07-24mwifiex: reduce firmware poll retriesAmitkumar Karwar2-4/+0
2013-07-24mwifiex: add unregister_dev handler for usb interfaceAmitkumar Karwar1-0/+8
2013-07-24mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar2-3/+3
2013-07-24mwifiex: remove unnecessary del_timer(cmd_timer)Amitkumar Karwar1-2/+0
2013-07-24mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar2-7/+1
2013-07-24mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar1-0/+9
2013-07-24mwifiex: correct max IE length check for WPS IEAvinash Patil1-5/+6