summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
AgeCommit message (Expand)Author
2017-10-08rtl8xxxu: Add additional USB IDs for rtl8192eu devicesAxel Köllhofer
2017-01-09rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnectingJes Sorensen
2016-10-07rtl8xxxu: Fix big-endian problem reporting mactimeJes Sorensen
2016-10-07rtl8xxxu: Fix memory leak in handling rxdesc16 packetsJes Sorensen
2016-09-26rtl8xxxu: Stop log spam from each successful interruptLarry Finger
2016-09-26rtl8xxxu: Use a struct rtl8xxxu_fileops * in rtl8xxxu_init_device()Jes Sorensen
2016-09-26rtl8xxxu: Clean up llt_init() APIJes Sorensen
2016-09-26rtl8xxxu: Fix off by one error calculating pubqJes Sorensen
2016-09-14rtl8xxxu: fix spelling mistake "firmare" -> "firmware"Colin Ian King
2016-09-14rtl8xxxu: Reset device on module unload if still attachedJes Sorensen
2016-09-03rtl8xxxu: Make rtl8xxxu_ampdu_action less chattyHans de Goede
2016-09-03rtl8xxxu: gen1: Fix non static symbol warningWei Yongjun
2016-09-03rtl8xxxu: Split filling of TX descriptors into separate functionsJes Sorensen
2016-09-03rtl8xxxu: Determine need for shore preamble before updating TX descriptorsJes Sorensen
2016-09-03rtl8xxxu: Determine the need for SGI before handling specific TX desc formatsJes Sorensen
2016-09-03rtl8xxxu: Simplify calculating of hw value used for setting TX rateJes Sorensen
2016-09-03rtl8xxxu: Introduce fops bitflag indicating type of thermal meterJes Sorensen
2016-09-03rtl8xxxu: Use flag to indicate whether device has TX report timer supportJes Sorensen
2016-09-03rtl8xxxu: Simplify code setting TX buffer boundaryJes Sorensen
2016-09-03rtl8xxxu: Remove now obsolete rtl8xxxu_old_init_queue_reserved_page()Jes Sorensen
2016-09-03rtl8xxxu: Add TP-Link TL-WN823N v2 to list of supported devicesJes Sorensen
2016-09-03rtl8xxxu: Fix error handling if rtl8xxxu_init_device() failsJes Sorensen
2016-09-03rtl8xxxu: Mark 0x2001:0x3308 as testedJes Sorensen
2016-09-03rtl8xxxu: Mark 0x20f4:0x648b as testedJes Sorensen
2016-07-08rtl8xxxu: gen1: Add module parameters to adjust DMA aggregation parametersJes Sorensen
2016-07-08rtl8xxxu: gen1: Set aggregation timeout (REG_RXDMA_AGG_PG_TH + 1) as wellJes Sorensen
2016-07-08rtl8xxxu: Make DMA aggregation optional by setting a module parameterJes Sorensen
2016-07-08rtl8xxxu: Enable aggregation for rtl8723auJes Sorensen
2016-07-08rtl8xxxu: Adjust RX skb size to include space for phystatsJes Sorensen
2016-07-08rtl8xxxu: Allocate larger RX skbs when aggregation is enabledJes Sorensen
2016-07-08rtl8xxxu: Add support for aggregated RX packets on gen1 partsJes Sorensen
2016-07-08rtl8xxxu: Obtain ieee80211_rx_status within parse_rx_desc()Jes Sorensen
2016-07-08rtl8xxxu: Move skb delivery into parse_tx_desc() handlerJes Sorensen
2016-07-08rtl8xxxu: Set all ieee80211_rx_status values in parse_rx_desc()Jes Sorensen
2016-07-08rtl8xxxu: Reduce console noise when removing the kernel moduleJes Sorensen
2016-05-03rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1Jes Sorensen
2016-05-03rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 versionJes Sorensen
2016-05-03rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu()Jes Sorensen
2016-05-03rtl8xxxu: rename rtl8723a_channel_group() to rtl8xxxu_gen1_channel_to_group()Jes Sorensen
2016-05-03rtl8xxxu: Rename rtl8723a_stop_tx_beacon() to rtl8xxxu_stop_tx_beacon()Jes Sorensen
2016-05-03rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.cJes Sorensen
2016-05-03rtl8xxxu: move rtl8723a related code into rtl8xxxu_8723a.cJes Sorensen
2016-05-03rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.cJes Sorensen
2016-05-03rtl8xxxu: move rtl8192e related code into rtl8xxxu_8192e.cJes Sorensen
2016-05-03rtl8xxxu: Rename rtl8xxxu.c to rtl8xxxu_core.cJes Sorensen