summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtl818x/rtl8180/dev.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14rtlwifi: rtl818x: Move drivers into new realtek directoryLarry Finger1-1991/+0
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-4/+5
2014-10-07rtl818x_pci: fix response rate may be incorrect.Andrea Merello1-11/+25
2014-09-26rtl818x_pci: add RSSI information for rtl8187SEandrea.merello1-5/+23
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08rtl818x: use pci_zalloc_consistentJoe Perches1-7/+4
2014-07-01rtl818x_pci: fix pci probe returns success when it failsAndrea Merello1-0/+4
2014-07-01rtl818x_pci: handle broken PIO mappingAndrea Merello1-4/+20
2014-07-01rtl8180: disable buggy rate fallback mechanismAndrea Merello1-5/+2
2014-07-01rtl8180: fix incorrect TX retry.Andrea Merello1-1/+1
2014-07-01rtl818x_pci: add comment pointing to the rtl8187se reference codeAndrea Merello1-0/+1
2014-07-01rtl818x_pci: Fix rtl8185 excessive IFS after CTS-to-selfAndrea Merello1-0/+2
2014-07-01rtl818x_pci: Fix BSSID register written incorrectlyAndrea Merello1-3/+4
2014-06-19rtl818x_pci: fix possible RX descriptor invalid data readAndrea Merello1-0/+8
2014-06-19rtl818x_pci: provide dBm signal information for rtl8185Andrea Merello1-4/+8
2014-06-19rtl818x_pci: make RSSI code more readableAndrea Merello1-5/+8
2014-05-07rtl8180: make CTS-to-self protection workAndrea Merello1-5/+10
2014-05-07rtl8180: report mac80211 short preamble RX flagAndrea Merello1-0/+2
2014-04-22rtl8180: be paranoid in stopping unused queues.Andrea Merello1-1/+4
2014-04-22rtl8180: fix enabled interrupt mask for rtl8187seAndrea Merello1-3/+2
2014-03-27rtl8180: enable rtl8187se supportAndrea Merello1-4/+35
2014-03-27rtl8180: detect rtl8187se cardAndrea Merello1-2/+15
2014-03-27rtl8180: add WMM parameters configuration for rtl8187seAndrea Merello1-2/+60
2014-03-27rtl8180: make sure RTL818X_MSR_ENEDCA is set for rtl8187seAndrea Merello1-0/+4
2014-03-27rtl8180: add ERP configuration for rtl8187seAndrea Merello1-6/+10
2014-03-27rtl8180: add rtl8187se HW initializationAndrea Merello1-9/+159
2014-03-27rtl8180: add RF code for rtl8225 zebra v4Andrea Merello1-0/+1
2014-03-27rtl8180: introduce functions for setting ANAPARAM 2 and 3 paramsAndrea Merello1-0/+40
2014-03-27rtl8180: add rtl8187se params to eeprom readingAndrea Merello1-1/+17
2014-03-27rtl8180: config carbus register for rtl8187seAndrea Merello1-7/+21
2014-03-27rtl8180: add TX queue mapping and support for rtl8187seAndrea Merello1-5/+79
2014-03-27rtl8180: don't write MAR registers for rtl8187seAndrea Merello1-2/+7
2014-03-27rtl8180: introduce functions to enable/disable ints and add support for rtl81...Andrea Merello1-3/+33
2014-03-27rtl8180: add ISR for rtl8187seAndrea Merello1-1/+56
2014-03-27rtl8180: support for rtl8187se RX descriptorsAndrea Merello1-13/+39
2014-03-27rtl8180: add basic rate configuration support for rtl8187seAndrea Merello1-1/+5
2014-03-27rtl8180: rationalize TX queuesAndrea Merello1-15/+43
2014-03-27rtl8180: fix DMA register are written two timesAndrea Merello1-6/+0
2014-03-17rtl8180: move eeprom read stuff in a separate functionAndrea Merello1-57/+71
2014-03-17rtl8180: make *IFS and CW tunable by mac80211, and set them in the proper placeAndrea Merello1-2/+81
2014-03-17rtl8180: support for BSS_CHANGED_BASIC_RATESAndrea Merello1-6/+45
2014-03-14rtl8180: prepare to handle more than two chip typesAndrea Merello1-14/+23
2014-03-04rtl818x: make sure TX descriptor writes are done before kicking DMAandrea merello1-0/+6
2014-03-04rtl818x: Make sure the TX descriptor "valid" flag is written by lastandrea merello1-0/+5
2014-02-28rtl818x: add comments to explain few not obvious HW configs.andrea merello1-0/+12
2014-02-28rtl818x: make dev_alloc_skb() null pointer check to really workandrea merello1-3/+4
2014-02-28rtl818x: check for pci_map_single() success when initializing RX ringandrea merello1-0/+7
2014-02-28rtl818x: pci_iomap() should pair with pci_iounmap()andrea merello1-1/+1
2014-02-28rtl818x: Explicitly enable contetion windowandrea merello1-0/+2
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+20