summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex
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-124-28/+28
* 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-1925-162/+1270
|\
| * mwifiex: Empty Tx queue during suspendAmitkumar Karwar2016-03-101-3/+25
| * 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
| * 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
| * mwifiex: fix a reversed conditionDan Carpenter2016-02-061-1/+1
| * mwifiex: fix bandwidth display problemNachiket Kukade2016-02-065-3/+23
| * mwifiex: use SYNC flag for canceling host sleepAmitkumar Karwar2016-01-291-1/+1
| * mwifiex: add RSSI support for net-detectGanapathi Bhat2016-01-293-0/+24