summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
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/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
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
2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake5-61/+57
2013-07-16cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar1-2/+1
2013-06-19mwifiex: channel switch handling for stationAmitkumar Karwar6-0/+54
2013-06-19mwifiex: add basic 11h support for stationAmitkumar Karwar8-0/+155
2013-06-19mwifiex: code rearrangement for better readabilityAmitkumar Karwar1-12/+11
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake2-13/+10
2013-06-17mwifiex: Add module parameter for regdomainAvinash Patil1-4/+25
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-5/+11
2013-06-12mwifiex: enable/disable tx_amsdu support via module parameterAvinash Patil1-1/+4
2013-06-12mwifiex: fix regression issue for usb interfaceAmitkumar Karwar2-81/+82
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+17
2013-06-12mwifiex: debugfs: Fix out of bounds array accessMark A. Greer1-5/+17
2013-06-04Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg15-317/+810
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg1-5/+11
2013-05-29mwifiex: dump small buffers with help of %*phAndy Shevchenko1-3/+2
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville4-18/+8
2013-05-22mwifiex: add support for Marvell SD8897 chipsetYogesh Ashok Powar3-61/+315
2013-05-22mwifiex: code rearrangement in multiport aggregation pathAmitkumar Karwar2-36/+64
2013-05-22mwifiex: remove unnecessary macros in sdio.hAmitkumar Karwar1-51/+0
2013-05-22mwifiex: define a macro for MPA base addressAmitkumar Karwar2-2/+3
2013-05-22mwifiex: do port calculations separatelyAmitkumar Karwar1-12/+12
2013-05-22mwifiex: code rearrangement in mwifiex_get_rd_port()Amitkumar Karwar1-14/+15
2013-05-22mwifiex: replace unnecessary u32 variables with u8 in sdio.cAmitkumar Karwar1-13/+13
2013-05-22mwifiex: store SDIO chip specific information in separate structureAmitkumar Karwar2-81/+149
2013-05-22mwifiex: use u32 variables for SDIO read/write port bitmapAmitkumar Karwar2-25/+25
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar5-0/+101
2013-05-22mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_onAvinash Patil1-3/+2
2013-05-22mwifiex: add del_station handlerAvinash Patil7-0/+95