summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: add platform specific wakeup interrupt supportXinming Hu2016-04-264-3/+106
* mwifiex: make mwifiex_insert_cmd_to_free_q local staticAndreas Fenkart2016-04-152-43/+41Star
* mwifiex: factor out mwifiex_cancel_pending_scan_cmdAndreas Fenkart2016-04-154-53/+27Star
* mwifiex: scan: replace pointer arithmetic with array accessAndreas Fenkart2016-04-151-10/+7Star
* mwifiex: scan: factor out dbg_security_flagsAndreas Fenkart2016-04-151-49/+25Star
* mwifiex: scan: simplify ternary operators using gnu extensionAndreas Fenkart2016-04-151-5/+2Star
* mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdrAndreas Fenkart2016-04-151-29/+23Star
* mwifiex: scan: simplify dereference of bss_desc fieldsAndreas Fenkart2016-04-151-52/+46Star
* mwifiex: fix the incorrect WARN_ON during suspendVishal Thanki2016-04-141-1/+1
* mwifiex: fix incorrect ht capability problemAmitkumar Karwar2016-04-141-1/+43
* mwifiex: do not wait on semaphore during card removalXinming Hu2016-04-141-1/+1
* mwifiex: add default setting for pcie firmware downloadShengzhen Li2016-04-142-0/+5
* mwifiex: add pcie usb/uart firmware download supportShengzhen Li2016-04-142-4/+20
* mwifiex: missing break statementAmitkumar Karwar2016-04-141-0/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-128-81/+81
* mwifiex: dump pcie scratch registersXinming Hu2016-04-073-3/+49
* mwifiex: AMSDU Rx frame handling in AP modeXinming Hu2016-04-073-1/+96
* mwifiex: schedule main workqueue for transmitting bridge packetsXinming Hu2016-04-071-0/+2
* mwifiex: remove redundant GFP_DMA flagXinming Hu2016-04-071-4/+3Star
* mwifiex: check revision id while choosing PCIe firmwareShengzhen Li2016-04-072-11/+61
* mwifiex: add support for wakeup on GTK rekey failureGanapathi Bhat2016-04-072-1/+7
* mwifiex: add support for GTK rekey offloadGanapathi Bhat2016-04-075-1/+55
* mwifiex: fix NULL pointer dereference errorWei-Ning Huang2016-04-071-1/+2
* mwifiex: ie_list is an array, so no need to check if NULLColin Ian King2016-04-071-1/+1
* mwifiex: advertise low priority scan featureAmitkumar Karwar2016-04-061-0/+1
* mwifiex: fix Tx timeout issue during suspend testAmitkumar Karwar2016-04-061-2/+8
* mwifiex: Spelling s/minmum/minimum/, s/bandwidth/bandwith/Geert Uytterhoeven2016-04-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1933-203/+1340
|\
| * mwifiex: Empty Tx queue during suspendAmitkumar Karwar2016-03-101-3/+25
| * libertas: fix an error code in probeDan Carpenter2016-03-101-1/+2
| * mwifiex: Added missing spaces around bracketsUjjal Roy2016-03-071-2/+2
| * mwifiex: Removed extra spaces before commasUjjal Roy2016-03-072-2/+2
| * mwifiex: Fixed incorrect indentation issueUjjal Roy2016-03-071-1/+1
| * mwifiex: do not set multiport flag for tx/rx single packetXinming Hu2016-03-071-0/+6
| * mwifiex: add sdio multiport aggregation debug informationXinming Hu2016-03-074-0/+41
| * mwifiex: fix corner case association failureAmitkumar Karwar2016-03-071-0/+1
| * mwifiex: add delay when tdls confirm frame is queuedXinming Hu2016-03-071-0/+7
| * mwifiex: Use to_delayed_work()Amitoj Kaur Chawla2016-03-071-4/+2Star
| * Merge 'net-next/master'Kalle Valo2016-03-061-4/+6
| |\
| | * Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-011-4/+6
| | |\
| | | * mac80211: pass block ack session timeout to to driverSara Sharon2016-01-141-4/+6
| * | | mwifiex: fix an indenting mistakeDan Carpenter2016-02-251-1/+1
| |/ /
| * | mwifiex: firmware dump support for w8997 chipsetXinming Hu2016-02-073-11/+33
| * | mwifiex: increase the priority of firmware dump messageAmitkumar Karwar2016-02-071-2/+2
| * | mwifiex: dynamically increase preallocated firmware dump memory sizeXinming Hu2016-02-072-5/+18
| * | mwifiex: use an extensible framework for firmware dump solutionXinming Hu2016-02-072-21/+33
| * | mwifiex: keep original structure in decl header fileXinming Hu2016-02-073-20/+22
| * | mwifiex: skip firmware dump when read_regs() failsXinming Hu2016-02-071-0/+4
| * | mwifiex: process pcie io memory read failure caseXinming Hu2016-02-071-0/+2
| * | mwifiex: display right transmit packet delayXinming Hu2016-02-072-0/+2