summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)Author
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-14mwifiex: use alloc_workqueue() functionAmitkumar Karwar
2013-10-10mwifiex: Change variable type to boolPeter Senna Tschudin
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-30mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar
2013-09-26mwifiex: Remove casting the return value which is a void pointerJingoo Han
2013-09-26mwifiex: fix NULL pointer dereference in usb suspend handlerBing Zhao
2013-09-26mwifiex: fix hang issue for USB chipsetsAmitkumar Karwar
2013-09-26mwifiex: fix PCIe hs_cfg cancel cmd timeoutBing Zhao
2013-09-24mwifiex: Remove extern from function prototypesJoe Perches
2013-08-28mwifiex: break a long line into two linesBing Zhao
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-08-26mwifiex: add missing endian conversionsTobias Waldekranz
2013-08-26mwifiex: drop gratuitous ARP framesAvinash Patil
2013-08-26mwifiex: fix ext_capab IE structure definitionAvinash Patil
2013-08-26mwifiex: fix driver unload problem for usb chipsetsAmitkumar Karwar
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev
2013-08-22mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao
2013-08-12mwifiex: fix build error when CONFIG_PM is not setBing Zhao
2013-08-09mwifiex: add packet coalesce supportAmitkumar Karwar
2013-08-09mwifiex: increase max supported pattern offsetAmitkumar Karwar
2013-08-09mwifiex: modify mwifiex_is_pattern_supported() routineAmitkumar Karwar
2013-08-09mwifiex: rename mef macrosAmitkumar Karwar
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-08-01mwifiex: populate rates in probe request using cfg80211_scan_requestAvinash Patil
2013-08-01mwifiex: fix adapter pointer dereference issueAmitkumar Karwar
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-07-31mwifiex: fix command 0x2c timeout during p2p_find or p2p_connectStone Piao
2013-07-31mwifiex: fix wrong data rates in P2P clientAvinash Patil
2013-07-31mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil
2013-07-26mwifiex: Add missing endian conversion.Tomasz Moń
2013-07-26mwifiex: code rearrangement in sdio.cAmitkumar Karwar
2013-07-26mwifiex: handle driver initialization error pathsAmitkumar Karwar
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-07-24mwifiex: modify mwifiex_ap_sta_limits to advertise support for P2PAvinash Patil
2013-07-24mwifiex: remove duplicate structure host_cmd_tlvAmitkumar Karwar
2013-07-24mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar
2013-07-24mwifiex: replace mdelay with msleepAmitkumar Karwar
2013-07-24mwifiex: reduce firmware poll retriesAmitkumar Karwar
2013-07-24mwifiex: add unregister_dev handler for usb interfaceAmitkumar Karwar
2013-07-24mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar
2013-07-24mwifiex: remove unnecessary del_timer(cmd_timer)Amitkumar Karwar
2013-07-24mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar
2013-07-24mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar
2013-07-24mwifiex: correct max IE length check for WPS IEAvinash Patil
2013-07-24mwifiex: support to send deauth for P2P clientStone Piao
2013-07-24mwifiex: skip registering mgmt frame that has already registeredStone Piao
2013-07-24mwifiex: discard deauth and disassoc event during WPS sessionStone Piao