aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09-30mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar1-2/+4
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-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/jberg/mac80211-nextJohn 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/linville/wirelessJohn 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/jberg/mac80211-nextJohn 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-26mwifiex: Add missing endian conversion.Tomasz Moń1-2/+2
2013-07-26mwifiex: code rearrangement in sdio.cAmitkumar Karwar1-107/+104
2013-07-26mwifiex: handle driver initialization error pathsAmitkumar Karwar2-28/+56
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn 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
2013-07-24mwifiex: support to send deauth for P2P clientStone Piao1-0/+1
2013-07-24mwifiex: skip registering mgmt frame that has already registeredStone Piao1-6/+10
2013-07-24mwifiex: discard deauth and disassoc event during WPS sessionStone Piao1-0/+10
2013-07-24mwifiex: add tx info to skb when forming mgmt frameHuawei Yang1-0/+5
2013-07-24mwifiex: delete AP TX queues when bridged packets reach thresholdAvinash Patil4-2/+69
2013-07-24mwifiex: maintain outstanding packet count for RA list instead of packet sizeAvinash Patil3-7/+7
2013-07-24mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl structAvinash Patil2-5/+5
2013-07-24mwifiex: remove stop_net_dev_queue operation in AP forwardingHuawei Yang1-4/+0
2013-07-22wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_opsShuah Khan1-9/+17