summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | mwifiex: replace unnecessary u32 variables with u8 in sdio.cAmitkumar Karwar2013-05-221-13/+13
* | | mwifiex: store SDIO chip specific information in separate structureAmitkumar Karwar2013-05-222-81/+149
* | | mwifiex: use u32 variables for SDIO read/write port bitmapAmitkumar Karwar2013-05-222-25/+25
* | | mwifiex: add calibration data download featureAmitkumar Karwar2013-05-225-0/+101
* | | mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_onAvinash Patil2013-05-221-3/+2
* | | mwifiex: add del_station handlerAvinash Patil2013-05-227-0/+95
* | | mwifiex: avoid deleting all stations during mwifiex_del_sta_entry()Avinash Patil2013-05-221-6/+3
* | | mwifiex: abort remaining scan commands when association startedBing Zhao2013-05-221-1/+2
* | | mwifiex: remove global user_scan_cfg variableAmitkumar Karwar2013-05-225-42/+34
* | | mwifiex: scan delay timer cleanup in unload pathAmitkumar Karwar2013-05-221-0/+10
* | | mwifiex: rename mwifiex_free_adapter() routine in init.cAmitkumar Karwar2013-05-221-10/+8
|/ /
* | drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-071-2/+2
|/
* mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar2013-04-261-2/+2
* mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar2013-04-261-1/+0
* mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar2013-04-261-1/+1
OpenPOWER on IntegriCloud