index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
rtl8xxxu: Fix incorrect test for auto LLT failure
Jes Sorensen
1
-4
/
+1
2016-03-10
rtl8xxxu: Init the LLT after we start the firmware
Jes Sorensen
1
-9
/
+9
2016-03-10
rtl8xxxu: Init page boundaries before starting the firmware
Jes Sorensen
1
-34
/
+34
2016-03-10
rtl8xxxu: Add rtl8xxxu_auto_llt_table()
Jes Sorensen
3
-1
/
+36
2016-03-10
rtl8xxxu: Implment rtl8192eu_power_on()
Jes Sorensen
2
-6
/
+133
2016-03-10
rtl8xxxu: Add rtl8192eu_nic.bin to the MODULE_FIRMWARE list
Jes Sorensen
1
-0
/
+1
2016-03-10
rtl8xxxu: Use 1024 byte block loads for 8192eu firmware
Jes Sorensen
1
-1
/
+1
2016-03-10
rtl8xxxu: Identify chip vendors correctly
Jes Sorensen
3
-15
/
+64
2016-03-10
rtl8xxxu: Add initial code to parse rtl8192eu efuse
Jes Sorensen
2
-6
/
+124
2016-03-08
rtlwifi: Fix size of wireless mode variable
Larry Finger
3
-8
/
+7
2016-03-07
rtlwifi: pass struct rtl_stats by reference as it is more efficient
Colin Ian King
12
-16
/
+16
2016-03-07
rtlwifi: Change long delays to sleeps
Larry Finger
1
-32
/
+12
2016-03-07
rtlwifi: rtl8821ae: Silence useless log output
Larry Finger
1
-1
/
+1
2016-03-06
Merge 'net-next/master'
Kalle Valo
3
-6
/
+13
2016-03-01
Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
David S. Miller
2
-6
/
+8
2016-02-25
rtlwifi: rtl8821ae: Convert driver to use common 5G channel table
Larry Finger
3
-40
/
+7
2016-02-25
rtlwifi: rtl8192ee: Convert driver to use new 5G channel tables
Larry Finger
1
-12
/
+0
2016-02-25
rtlwifi: rtl8192de: Convert driver to use common 5G channels
Larry Finger
1
-19
/
+4
2016-02-25
rtlwifi: Prepare for reworking 5G channels
Larry Finger
2
-5
/
+20
2016-02-25
rtlwifi: Remove unnecessary synchronize_irq() before free_irq()
Lars-Peter Clausen
1
-1
/
+0
2016-02-25
rtl8xxxu: Add missing bit define for REG_APS_FSMCO
Jes Sorensen
1
-0
/
+1
2016-02-25
rtl8xxxu: Make device_init kludge 8723au only
Jes Sorensen
1
-8
/
+11
2016-02-25
rtl8xxxu: Do not mask RF registers to 6 bits
Jes Sorensen
1
-2
/
+0
2016-02-25
rtl8xxxu: Remove unused len/cnt variables from rtl8xxxu_rx_complete()
Jes Sorensen
1
-3
/
+1
2016-02-25
rtl8xxxu: Remove unused mgmt variable from rtl8xxxu_rx_complete()
Jes Sorensen
1
-3
/
+0
2016-02-25
rtl8xxxu: Set correct bit to reset MCU IO wrapper
Jes Sorensen
1
-2
/
+2
2016-02-25
rtl8xxxu: rtl8xxxu_set_linktype(): Be consistent aboutregister size REG_MSR
Jes Sorensen
1
-2
/
+2
2016-02-25
rtl8xxxu: Enable data frame reception in rtl8xxxu_start
Bruno Randolf
1
-10
/
+2
2016-02-25
rtl8xxxu: Fix 80 character per line issue
Jes Sorensen
1
-2
/
+3
2016-02-25
rtl8xxxu: Remove duplicate USB ID
Jes Sorensen
1
-2
/
+0
2016-02-25
rtl8xxxu: Document REG_RXFLTMAP registers
Bruno Randolf
1
-6
/
+20
2016-02-25
rtl8xxxu: Enable monitor mode by handling filters
Bruno Randolf
1
-11
/
+45
2016-02-25
rtl8xxxu: Fix cosmetics to quiet down checkpatch police
Jes Sorensen
1
-1
/
+1
2016-02-25
rtl8xxxu: Use REG_EFUSE_TEST register only on multifunctional devices
Jakub Sitnicki
2
-3
/
+7
2016-02-25
rtl8xxxu: Remove unused clutter for handling recursive calls to rtl8xxxu_init_device()
Jes Sorensen
2
-12
/
+1
2016-02-25
rtl8xxxu: Add REG_OFDM0_RX_D_SYNC_PATH definitions
Jes Sorensen
1
-0
/
+3
2016-02-25
rtl8xxxu: Add mbox extension register definitions for 8723B
Jes Sorensen
1
-0
/
+5
2016-02-25
rtl8xxxu: Add definitions for antenna selection registers for 8723BU
Jes Sorensen
1
-0
/
+4
2016-02-25
rtl8xxxu: Implement rtl8xxxu_reset_8051()
Jes Sorensen
1
-12
/
+26
2016-02-25
rtl8xxxu: Check return value of kmemdup()
Tobias Klauser
1
-0
/
+4
2016-02-25
rtl8xxxu: Fix typo in Kconfig help text
Tobias Klauser
1
-1
/
+1
2016-02-25
rtl8xxxu: Add more RCR bits
Jes Sorensen
1
-1
/
+10
2016-02-25
rtl8xxxu: Add REG_TX_REPORT_* defines
Jes Sorensen
1
-0
/
+2
2016-02-25
rtl8xxxu: Define SYS_CFG_SW_OFFLOAD_EN
Jes Sorensen
1
-0
/
+1
2016-02-25
rtl8xxxu: Add RQPN_[NE]PQ_SHIFT values
Jes Sorensen
1
-0
/
+2
2016-02-25
rtl8xxxu: If fw running in RAM, reset the 8051 before trying to download a new one
Jes Sorensen
1
-1
/
+18
2016-02-25
rtl8xxxu: rtl8xxxu_download_firmware(): Cosmetic cleanups
Jes Sorensen
1
-7
/
+12
2016-02-25
rtl8xxxu: Minor cleanup to rtl8xxxu_download_firmware()
Jes Sorensen
1
-1
/
+2
2016-02-15
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2016-02-06
rtlwifi: fix broken VHT support
Larry Finger
1
-0
/
+5
[prev]
[next]