summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtl8xxxu: 8192eu Fix bug in LDPC RX hang fixJes Sorensen2016-04-151-1/+1
* rtl8xxxu: Remove unneeded 8192eu hackJes Sorensen2016-04-151-9/+6
* rtl8xxxu: Split USB quirks into gen1 and gen2 quirksJes Sorensen2016-04-152-40/+56
* rtl8xxxu: Make PBP tuning a fileops parameterJes Sorensen2016-04-152-7/+12
* rtl8xxxu: Do not backup RF_MODE_AG when it's never being usedJes Sorensen2016-04-152-4/+0
* rtl8xxxu: Store device specific TRXFF boundary in the fileopsJes Sorensen2016-04-152-6/+6
* rtl8xxxu: REG_LDOA15_CTRL is only used on gen1 partsJes Sorensen2016-04-151-13/+9
* rtl8xxxu: Move loading of AGC table to device specific functionJes Sorensen2016-04-151-14/+12
* rtl8xxxu: Load AGC table before patching for 1T2R partsJes Sorensen2016-04-151-14/+14
* rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functionsJes Sorensen2016-04-152-58/+77
* rtl8xxxu: Use descriptive bits for setting RX paths for 1T2R partsJes Sorensen2016-04-152-1/+7
* rtl8xxxu: Correctly mask what was read from REG_CCK0_AFE_SETTINGJes Sorensen2016-04-151-1/+1
* rtl8xxxu: Remove unused 8723bu path B IQ calibration codeJes Sorensen2016-04-151-73/+3
* rtl8xxxu: Remove misleading warning from rtl8192eu_phy_iqcalibrate()Jes Sorensen2016-04-151-2/+0
* rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24Jes Sorensen2016-04-152-18/+25
* rtl8xxxu: byteswap the entire RX descriptor for 24 byte RX descriptorsJes Sorensen2016-04-151-6/+13
* rtl8xxxu: Use has_s0s1 for REG_S0S1 issues onlyJes Sorensen2016-04-151-3/+4
* rtl8xxxu: Implment rtl8192e_set_tx_power()Jes Sorensen2016-04-151-1/+77
* rtl8xxxu: Do not try to set REG_LEDCFG2 on 8192euJes Sorensen2016-04-151-3/+5
* rtl8xxxu: Do not init FPGA0_TX_INFO on 8192euJes Sorensen2016-04-151-1/+1
* rtl8xxxu: Do not set REG_PBP on 8192euJes Sorensen2016-04-151-1/+2
* rtl8xxxu: Reorder chip quirks to follow flow of 8192eu driverJes Sorensen2016-04-151-21/+21
* rtl8xxxu: Implement generic init_queue_reserved_page() functionJes Sorensen2016-04-153-15/+71
* rtl8xxxu: Reorg more code to match the flow of the 8192eu vendor driverJes Sorensen2016-04-151-53/+56
* rtl8xxxu: Reorder parts of init code to match the 8192eu vendor code flowJes Sorensen2016-04-151-15/+20
* mwifiex: make mwifiex_insert_cmd_to_free_q local staticAndreas Fenkart2016-04-152-43/+41
* mwifiex: factor out mwifiex_cancel_pending_scan_cmdAndreas Fenkart2016-04-154-53/+27
* mwifiex: scan: replace pointer arithmetic with array accessAndreas Fenkart2016-04-151-10/+7
* mwifiex: scan: factor out dbg_security_flagsAndreas Fenkart2016-04-151-49/+25
* mwifiex: scan: simplify ternary operators using gnu extensionAndreas Fenkart2016-04-151-5/+2
* mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdrAndreas Fenkart2016-04-151-29/+23
* mwifiex: scan: simplify dereference of bss_desc fieldsAndreas Fenkart2016-04-151-52/+46
* 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
* brcmfmac: create common function for handling brcmf_proto_hdrpull()Arend van Spriel2016-04-141-22/+21
* brcmfmac: revise handling events in receive pathArend van Spriel2016-04-145-20/+19
* brcmfmac: cleanup ampdu-rx host reorder codeArend van Spriel2016-04-147-216/+239
* brcmfmac: screening firmware event packetFranky Lin2016-04-146-39/+90
* brcmfmac: fix p2p scan abort null pointer exceptionHante Meuleman2016-04-141-1/+1
* brcmfmac: insert default boardrev in nvram data if missingHante Meuleman2016-04-141-2/+28
* brcmfmac: fix clearing wowl wake indicatorsHante Meuleman2016-04-141-1/+2
* brcmfmac: clear eventmask array before using itHante Meuleman2016-04-141-0/+1
* rtl8xxxu: Adjust AFE crystal value on 8192euJes Sorensen2016-04-142-0/+43
* rtl8xxxu: Implement IQK calibration for 8192euJes Sorensen2016-04-142-1/+608
* rtl8xxxu: Use proper register name for REG_PAD_CTRL1Jes Sorensen2016-04-141-2/+2
* rtl8xxxu: Implement 8192eu device specific quirksJes Sorensen2016-04-142-0/+15