summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-011-2/+1
|\ \ \ | | |/ | |/|
| * | cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar2013-07-161-2/+1
* | | mwifiex: code rearrangement in sdio.cAmitkumar Karwar2013-07-261-107/+104
* | | mwifiex: handle driver initialization error pathsAmitkumar Karwar2013-07-262-28/+56
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-255-61/+57
|\ \ \ | | |/ | |/|
| * | mwifiex: fix IRQ enable/disableDaniel Drake2013-07-225-61/+57
| |/
* | mwifiex: modify mwifiex_ap_sta_limits to advertise support for P2PAvinash Patil2013-07-241-1/+3
* | mwifiex: remove duplicate structure host_cmd_tlvAmitkumar Karwar2013-07-244-87/+91
* | mwifiex: correction in mwifiex_check_fw_status() return statusAmitkumar Karwar2013-07-241-2/+0
* | mwifiex: replace mdelay with msleepAmitkumar Karwar2013-07-242-2/+2
* | mwifiex: reduce firmware poll retriesAmitkumar Karwar2013-07-242-4/+0
* | mwifiex: add unregister_dev handler for usb interfaceAmitkumar Karwar2013-07-241-0/+8
* | mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar2013-07-242-3/+3
* | mwifiex: remove unnecessary del_timer(cmd_timer)Amitkumar Karwar2013-07-241-2/+0
* | mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar2013-07-242-7/+1
* | mwifiex: add PCIe shutdown handler to avoid system hang on rebootAmitkumar Karwar2013-07-241-0/+9
* | mwifiex: correct max IE length check for WPS IEAvinash Patil2013-07-241-5/+6
* | mwifiex: support to send deauth for P2P clientStone Piao2013-07-241-0/+1
* | mwifiex: skip registering mgmt frame that has already registeredStone Piao2013-07-241-6/+10
* | mwifiex: discard deauth and disassoc event during WPS sessionStone Piao2013-07-241-0/+10
* | mwifiex: add tx info to skb when forming mgmt frameHuawei Yang2013-07-241-0/+5
* | mwifiex: delete AP TX queues when bridged packets reach thresholdAvinash Patil2013-07-244-2/+69
* | mwifiex: maintain outstanding packet count for RA list instead of packet sizeAvinash Patil2013-07-243-7/+7
* | mwifiex: rename pkt_count to ba_pkt_count in mwifiex_ra_list_tbl structAvinash Patil2013-07-242-5/+5
* | mwifiex: remove stop_net_dev_queue operation in AP forwardingHuawei Yang2013-07-241-4/+0
* | wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_opsShuah Khan2013-07-221-9/+17
|/
* mwifiex: channel switch handling for stationAmitkumar Karwar2013-06-196-0/+54
* mwifiex: add basic 11h support for stationAmitkumar Karwar2013-06-198-0/+155
* mwifiex: code rearrangement for better readabilityAmitkumar Karwar2013-06-191-12/+11
* mwifiex: fix memory corruption when unsetting multicast listDaniel Drake2013-06-172-13/+10
* mwifiex: Add module parameter for regdomainAvinash Patil2013-06-171-4/+25
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-06-121-5/+11
|\
| * Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg2013-06-0415-317/+810
| |\
| * | cfg80211: take WoWLAN support information out of wiphy structJohannes Berg2013-06-031-5/+11
* | | mwifiex: enable/disable tx_amsdu support via module parameterAvinash Patil2013-06-121-1/+4
* | | mwifiex: fix regression issue for usb interfaceAmitkumar Karwar2013-06-122-81/+82
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-121-5/+17
|\ \ \ | |_|/ |/| |
| * | mwifiex: debugfs: Fix out of bounds array accessMark A. Greer2013-06-121-5/+17
| |/
* | mwifiex: dump small buffers with help of %*phAndy Shevchenko2013-05-291-3/+2
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-05-294-18/+8
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-104-18/+8
| |\
| | * mwifiex: fix setting of multicast filterDaniel Drake2013-05-081-15/+6
| | * mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar2013-05-082-3/+1
| | * mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao2013-05-081-0/+1
* | | mwifiex: add support for Marvell SD8897 chipsetYogesh Ashok Powar2013-05-223-61/+315
* | | mwifiex: code rearrangement in multiport aggregation pathAmitkumar Karwar2013-05-222-36/+64
* | | mwifiex: remove unnecessary macros in sdio.hAmitkumar Karwar2013-05-221-51/+0
* | | mwifiex: define a macro for MPA base addressAmitkumar Karwar2013-05-222-2/+3
* | | mwifiex: do port calculations separatelyAmitkumar Karwar2013-05-221-12/+12
* | | mwifiex: code rearrangement in mwifiex_get_rd_port()Amitkumar Karwar2013-05-221-14/+15
OpenPOWER on IntegriCloud