summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtlwifi
AgeCommit message (Expand)AuthorFilesLines
2022-01-20rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interru...Larry Finger1-0/+1
2021-08-29rtlwifi: rtl8192de: Fix initialization of place in _rtl92c_phy_get_rightchnlp...Nathan Chancellor1-2/+2
2021-08-21rtlwifi: rtl8192de: make arrays static const, makes object smallerColin Ian King1-28/+20
2021-08-21rtlwifi: rtl8192de: Remove redundant variable initializationsColin Ian King1-2/+2
2021-06-22rtlwifi: rtl8192de: Fully initialize curvecount_valKees Cook1-1/+1
2021-06-15rtlwifi: Fix spelling of 'download'Ding Senjie1-1/+1
2021-06-15rtlwifi: Remove redundant assignments to ul_enc_algoYang Li1-1/+1
2021-06-15rtlwifi: rtl8723ae: remove redundant initialization of variable rtstatusColin Ian King1-1/+1
2021-06-15rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codesZhen Lei1-16/+0
2021-06-15rtlwifi: 8821a: btcoexist: add comments to explain why if-else branches are i...Ping-Ke Shih1-0/+4
2021-06-15rtlwifi: Fix wrong function name in commentsYang Shen1-2/+2
2021-05-13net: rtlwifi: properly check for alloc_workqueue() failureGreg Kroah-Hartman1-5/+10
2021-05-13Revert "rtlwifi: fix a potential NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-04-21rtlwifi: implement set_tim by update beacon contentPing-Ke Shih4-0/+37
2021-04-17rtlwifi: rtl8192de: Use DEFINE_SPINLOCK() for spinlockGuobin Huang1-7/+3
2021-04-17rtlwifi: Simplify locking of a skb list accessesChristophe JAILLET2-14/+2
2021-04-17rtlwifi: remove rtl_get_tid_hChristophe JAILLET1-6/+1
2021-04-17rtlwifi: rtl8188ee: remove redundant assignment of variable rtlpriv->btcoexis...Yang Li1-2/+0
2021-04-17rtlwifi: remove redundant assignment to variable errColin Ian King1-1/+0
2021-04-17rtlwifi: Few mundane typo fixesBhaskar Chowdhury1-3/+3
2021-04-17rtlwifi: 8821ae: upgrade PHY and RF parametersPing-Ke Shih1-130/+370
2021-02-10rtlwifi: rtl8821ae: phy: Simplify bool comparisonJiapeng Chong1-1/+1
2021-02-10rtlwifi: rtl8192se: Simplify bool comparisonJiapeng Chong1-2/+2
2021-02-08rtlwifi: rtl8192se: remove redundant initialization of variable rtstatusColin Ian King1-1/+1
2021-02-08rtlwifi: use tasklet_setup to initialize rx_work_taskletEmil Renner Berthing1-2/+1
2021-01-25rtlwifi: rtl8821ae: fix bool comparison in expressionsAditya Srivastava1-4/+4
2021-01-25rtlwifi: rtl8192se: fix bool comparison in expressionsAditya Srivastava1-2/+2
2021-01-25rtlwifi: rtl8188ee: fix bool comparison in expressionsAditya Srivastava2-6/+6
2021-01-25rtlwifi: rtl8192c-common: fix bool comparison in expressionsAditya Srivastava1-2/+2
2021-01-25rtlwifi: rtl_pci: fix bool comparison in expressionsAditya Srivastava1-2/+2
2020-12-17rtlwifi: rise completion at the last step of firmware callbackPing-Ke Shih1-3/+5
2020-12-09rtlwifi: rtl8192de: fix ofdm power compensationPing-Ke Shih1-6/+7
2020-11-24rtlwifi: rtl8723ae: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-3/+3
2020-11-24rtlwifi: rtl8192de: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-2/+4
2020-11-24rtlwifi: rtl8192ce: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-3/+3
2020-11-24rtlwifi: rtl8188ee: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-3/+3
2020-11-24rtlwifi: rtl8192de: remove the useless value assignmentKaixu Xia1-1/+1
2020-11-10rtlwifi: fix spelling typo of workaroundWang Qing1-2/+2
2020-11-07rtlwifi: rtl8821ae: Place braces around empty if() bodyLee Jones1-1/+2
2020-11-07rtlwifi: rtl8821ae: phy: Remove a couple of unused variablesLee Jones1-3/+2
2020-11-07rtlwifi: rtl8723be: Remove set but unused variable 'cck_highpwr'Lee Jones1-3/+1
2020-11-07rtlwifi: halbtc8821a2ant: Remove a bunch of unused variablesLee Jones1-15/+12
2020-11-07rtlwifi: rtl8188ee: Remove set but unused variable 'reg_ea4'Lee Jones1-2/+2
2020-11-07rtlwifi: rtl8723be: Remove set but unused variable 'lc_cal'Lee Jones1-2/+2
2020-11-07rtlwifi: halbtc8821a1ant: Remove set but unused variable 'wifi_rssi_state'Lee Jones1-3/+1
2020-11-07rtlwifi: phy: Remove set but unused variable 'bbvalue'Lee Jones1-3/+1
2020-11-07rtlwifi: halbtc8723b2ant: Remove a bunch of set but unused variablesLee Jones1-24/+24
2020-11-07rtlwifi: rtl8192cu: trx: Demote clear abuse of kernel-doc formatLee Jones1-1/+1
2020-11-07rtlwifi: rtl8192cu: mac: Fix some missing/ill-documented function parametersLee Jones1-4/+3
2020-11-07rtlwifi: Remove in_interrupt() usage in halbtc_send_bt_mp_operation()Sebastian Andrzej Siewior1-3/+0