summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)Author
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
2013-07-24mwifiex: add tx info to skb when forming mgmt frameHuawei Yang
2013-07-24mwifiex: delete AP TX queues when bridged packets reach thresholdAvinash Patil
2013-07-24mwifiex: maintain outstanding packet count for RA list instead of packet sizeAvinash Patil
2013-07-24mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl structAvinash Patil
2013-07-24mwifiex: remove stop_net_dev_queue operation in AP forwardingHuawei Yang
2013-07-22wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_opsShuah Khan
2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake
2013-06-19mwifiex: channel switch handling for stationAmitkumar Karwar
2013-06-19mwifiex: add basic 11h support for stationAmitkumar Karwar
2013-06-19mwifiex: code rearrangement for better readabilityAmitkumar Karwar
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake
2013-06-17mwifiex: Add module parameter for regdomainAvinash Patil
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-06-12mwifiex: enable/disable tx_amsdu support via module parameterAvinash Patil
2013-06-12mwifiex: fix regression issue for usb interfaceAmitkumar Karwar
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-12mwifiex: debugfs: Fix out of bounds array accessMark A. Greer
2013-06-04Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg
2013-05-29mwifiex: dump small buffers with help of %*phAndy Shevchenko
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville
2013-05-22mwifiex: add support for Marvell SD8897 chipsetYogesh Ashok Powar
2013-05-22mwifiex: code rearrangement in multiport aggregation pathAmitkumar Karwar
2013-05-22mwifiex: remove unnecessary macros in sdio.hAmitkumar Karwar
2013-05-22mwifiex: define a macro for MPA base addressAmitkumar Karwar
2013-05-22mwifiex: do port calculations separatelyAmitkumar Karwar
2013-05-22mwifiex: code rearrangement in mwifiex_get_rd_port()Amitkumar Karwar
2013-05-22mwifiex: replace unnecessary u32 variables with u8 in sdio.cAmitkumar Karwar
2013-05-22mwifiex: store SDIO chip specific information in separate structureAmitkumar Karwar
2013-05-22mwifiex: use u32 variables for SDIO read/write port bitmapAmitkumar Karwar
2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar
2013-05-22mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_onAvinash Patil
2013-05-22mwifiex: add del_station handlerAvinash Patil