index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rtl818x
/
rtl8180
/
dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtlwifi: rtl818x: Move drivers into new realtek directory
Larry Finger
2015-10-14
1
-1991
/
+0
*
mac80211: convert HW flags to unsigned long bitmap
Johannes Berg
2015-06-10
1
-4
/
+5
*
rtl818x_pci: fix response rate may be incorrect.
Andrea Merello
2014-10-07
1
-11
/
+25
*
rtl818x_pci: add RSSI information for rtl8187SE
andrea.merello
2014-09-26
1
-5
/
+23
*
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-08-12
1
-1
/
+1
*
rtl818x: use pci_zalloc_consistent
Joe Perches
2014-08-08
1
-7
/
+4
*
rtl818x_pci: fix pci probe returns success when it fails
Andrea Merello
2014-07-01
1
-0
/
+4
*
rtl818x_pci: handle broken PIO mapping
Andrea Merello
2014-07-01
1
-4
/
+20
*
rtl8180: disable buggy rate fallback mechanism
Andrea Merello
2014-07-01
1
-5
/
+2
*
rtl8180: fix incorrect TX retry.
Andrea Merello
2014-07-01
1
-1
/
+1
*
rtl818x_pci: add comment pointing to the rtl8187se reference code
Andrea Merello
2014-07-01
1
-0
/
+1
*
rtl818x_pci: Fix rtl8185 excessive IFS after CTS-to-self
Andrea Merello
2014-07-01
1
-0
/
+2
*
rtl818x_pci: Fix BSSID register written incorrectly
Andrea Merello
2014-07-01
1
-3
/
+4
*
rtl818x_pci: fix possible RX descriptor invalid data read
Andrea Merello
2014-06-19
1
-0
/
+8
*
rtl818x_pci: provide dBm signal information for rtl8185
Andrea Merello
2014-06-19
1
-4
/
+8
*
rtl818x_pci: make RSSI code more readable
Andrea Merello
2014-06-19
1
-5
/
+8
*
rtl8180: make CTS-to-self protection work
Andrea Merello
2014-05-07
1
-5
/
+10
*
rtl8180: report mac80211 short preamble RX flag
Andrea Merello
2014-05-07
1
-0
/
+2
*
rtl8180: be paranoid in stopping unused queues.
Andrea Merello
2014-04-22
1
-1
/
+4
*
rtl8180: fix enabled interrupt mask for rtl8187se
Andrea Merello
2014-04-22
1
-3
/
+2
*
rtl8180: enable rtl8187se support
Andrea Merello
2014-03-27
1
-4
/
+35
*
rtl8180: detect rtl8187se card
Andrea Merello
2014-03-27
1
-2
/
+15
*
rtl8180: add WMM parameters configuration for rtl8187se
Andrea Merello
2014-03-27
1
-2
/
+60
*
rtl8180: make sure RTL818X_MSR_ENEDCA is set for rtl8187se
Andrea Merello
2014-03-27
1
-0
/
+4
*
rtl8180: add ERP configuration for rtl8187se
Andrea Merello
2014-03-27
1
-6
/
+10
*
rtl8180: add rtl8187se HW initialization
Andrea Merello
2014-03-27
1
-9
/
+159
*
rtl8180: add RF code for rtl8225 zebra v4
Andrea Merello
2014-03-27
1
-0
/
+1
*
rtl8180: introduce functions for setting ANAPARAM 2 and 3 params
Andrea Merello
2014-03-27
1
-0
/
+40
*
rtl8180: add rtl8187se params to eeprom reading
Andrea Merello
2014-03-27
1
-1
/
+17
*
rtl8180: config carbus register for rtl8187se
Andrea Merello
2014-03-27
1
-7
/
+21
*
rtl8180: add TX queue mapping and support for rtl8187se
Andrea Merello
2014-03-27
1
-5
/
+79
*
rtl8180: don't write MAR registers for rtl8187se
Andrea Merello
2014-03-27
1
-2
/
+7
*
rtl8180: introduce functions to enable/disable ints and add support for rtl81...
Andrea Merello
2014-03-27
1
-3
/
+33
*
rtl8180: add ISR for rtl8187se
Andrea Merello
2014-03-27
1
-1
/
+56
*
rtl8180: support for rtl8187se RX descriptors
Andrea Merello
2014-03-27
1
-13
/
+39
*
rtl8180: add basic rate configuration support for rtl8187se
Andrea Merello
2014-03-27
1
-1
/
+5
*
rtl8180: rationalize TX queues
Andrea Merello
2014-03-27
1
-15
/
+43
*
rtl8180: fix DMA register are written two times
Andrea Merello
2014-03-27
1
-6
/
+0
*
rtl8180: move eeprom read stuff in a separate function
Andrea Merello
2014-03-17
1
-57
/
+71
*
rtl8180: make *IFS and CW tunable by mac80211, and set them in the proper place
Andrea Merello
2014-03-17
1
-2
/
+81
*
rtl8180: support for BSS_CHANGED_BASIC_RATES
Andrea Merello
2014-03-17
1
-6
/
+45
*
rtl8180: prepare to handle more than two chip types
Andrea Merello
2014-03-14
1
-14
/
+23
*
rtl818x: make sure TX descriptor writes are done before kicking DMA
andrea merello
2014-03-04
1
-0
/
+6
*
rtl818x: Make sure the TX descriptor "valid" flag is written by last
andrea merello
2014-03-04
1
-0
/
+5
*
rtl818x: add comments to explain few not obvious HW configs.
andrea merello
2014-02-28
1
-0
/
+12
*
rtl818x: make dev_alloc_skb() null pointer check to really work
andrea merello
2014-02-28
1
-3
/
+4
*
rtl818x: check for pci_map_single() success when initializing RX ring
andrea merello
2014-02-28
1
-0
/
+7
*
rtl818x: pci_iomap() should pair with pci_iounmap()
andrea merello
2014-02-28
1
-1
/
+1
*
rtl818x: Explicitly enable contetion window
andrea merello
2014-02-28
1
-0
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-02-13
1
-3
/
+20
|
\
[next]