summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtl818x
Commit message (Expand)AuthorAgeFilesLines
* rtl818x_pci: fix response rate may be incorrect.Andrea Merello2014-10-071-11/+25
* rtl818x_pci: add RSSI information for rtl8187SEandrea.merello2014-09-261-5/+23
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* rtl818x: use pci_zalloc_consistentJoe Perches2014-08-091-7/+4Star
* rtl818x_pci: fix pci probe returns success when it failsAndrea Merello2014-07-011-0/+4
* rtl818x_pci: handle broken PIO mappingAndrea Merello2014-07-012-4/+21
* rtl8180: disable buggy rate fallback mechanismAndrea Merello2014-07-011-5/+2Star
* rtl8180: fix incorrect TX retry.Andrea Merello2014-07-011-1/+1
* rtl818x_pci: add comment pointing to the rtl8187se reference codeAndrea Merello2014-07-011-0/+1
* rtl818x_pci: Fix rtl8185 excessive IFS after CTS-to-selfAndrea Merello2014-07-011-0/+2
* rtl818x_pci: Fix BSSID register written incorrectlyAndrea Merello2014-07-011-3/+4
* rtl818x_pci: fix possible RX descriptor invalid data readAndrea Merello2014-06-191-0/+8
* rtl818x_pci: provide dBm signal information for rtl8185Andrea Merello2014-06-191-4/+8
* rtl818x_pci: make RSSI code more readableAndrea Merello2014-06-191-5/+8
* rtl8187: make CTS-to-self protection workAndrea Merello2014-05-071-1/+8
* rtl8180: make CTS-to-self protection workAndrea Merello2014-05-071-5/+10
* rtl8180: report mac80211 short preamble RX flagAndrea Merello2014-05-071-0/+2
* rtl8187: report mac80211 short preamble RX flagAndrea Merello2014-05-071-0/+2
* rtl8180: be paranoid in stopping unused queues.Andrea Merello2014-04-221-1/+4
* rtl8180: add parentheses to REG_ADDR macrosAndrea Merello2014-04-221-3/+3
* rtl8180: fix enabled interrupt mask for rtl8187seAndrea Merello2014-04-221-3/+2Star
* rtl8180: change module name in rtl818x_pciLarry Finger [ original patch ]2014-04-221-2/+2
* rtl8187: fix use after free on failure path in rtl8187_probe()Alexey Khoroshilov2014-03-311-2/+2
* rtl8180: don't use weird trick to access "far" registersAndrea Merello2014-03-311-10/+4Star
* rtl8187: fix compile warningAndrea Merello2014-03-311-1/+1
* rtl818x: Update Kconfig for rtl8187seAndrea Merello2014-03-271-2/+2
* rtl8180: enable rtl8187se supportAndrea Merello2014-03-271-4/+35
* rtl8180: detect rtl8187se cardAndrea Merello2014-03-271-2/+15
* rtl8180: add WMM parameters configuration for rtl8187seAndrea Merello2014-03-272-2/+61
* rtl8180: make sure RTL818X_MSR_ENEDCA is set for rtl8187seAndrea Merello2014-03-271-0/+4
* rtl8180: add ERP configuration for rtl8187seAndrea Merello2014-03-271-6/+10
* rtl8180: add rtl8187se HW initializationAndrea Merello2014-03-271-9/+159
* rtl8180: add RF code for rtl8225 zebra v4Andrea Merello2014-03-274-1/+538
* rtl8180: introduce functions for setting ANAPARAM 2 and 3 paramsAndrea Merello2014-03-273-0/+42
* rtl8180: add rtl8187se params to eeprom readingAndrea Merello2014-03-272-1/+24
* rtl8180: config carbus register for rtl8187seAndrea Merello2014-03-271-7/+21
* rtl8180: add TX queue mapping and support for rtl8187seAndrea Merello2014-03-272-6/+88
* rtl8180: don't write MAR registers for rtl8187seAndrea Merello2014-03-271-2/+7
* rtl8180: introduce functions to enable/disable ints and add support for rtl81...Andrea Merello2014-03-271-3/+33
* rtl8180: add ISR for rtl8187seAndrea Merello2014-03-271-1/+56
* rtl8180: support for rtl8187se RX descriptorsAndrea Merello2014-03-272-18/+57
* rtl8180: add basic rate configuration support for rtl8187seAndrea Merello2014-03-271-1/+5
* rtl8180: add rtl8187se fields to TX descriptorAndrea Merello2014-03-271-2/+14
* rtl8180: add rtl8187se chip typeAndrea Merello2014-03-271-0/+1
* rtl818x: add registers for rtl8187seAndrea Merello2014-03-271-49/+217
* rtl8180: rationalize TX queuesAndrea Merello2014-03-272-16/+49
* rtl8180: fix DMA register are written two timesAndrea Merello2014-03-271-6/+0Star
* rtl818x: remove unused conf_erp callback from RF ops structAndrea Merello2014-03-191-1/+0Star
* rtl8180: move eeprom read stuff in a separate functionAndrea Merello2014-03-172-58/+73
* rtl8180: make *IFS and CW tunable by mac80211, and set them in the proper placeAndrea Merello2014-03-173-24/+83