summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtlwifi
AgeCommit message (Expand)Author
2023-03-06wifi: rtlwifi: rtl8192se: Remove some unused variablesJiapeng Chong
2023-02-22wifi: rtlwifi: rtl8192de: Remove the unused variable bcnfunc_enableJiapeng Chong
2023-02-22wifi: rtlwifi: rtl8192ce: fix dealing empty EEPROM valuesLu jicong
2023-01-16wifi: rtlwifi: rtl8723ae: fix obvious spelling error tyep->typeKonstantin Ryabitsev
2022-12-14wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_lim...Li Zetao
2022-12-14wifi: rtlwifi: rtl8723be: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-14wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-14wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-08wifi: rtlwifi: btcoexist: fix conditions branches that are never executedPeter Kosyh
2022-12-08wifi: rtlwifi: rtl8192se: remove redundant rtl_get_bbreg() callPeter Kosyh
2022-11-04wifi: rtlwifi: rtl8192ee: remove static variable stop_report_cntColin Ian King
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel
2022-08-09wifi: rtlwifi: 8192de: correct checking of IQK reloadPing-Ke Shih
2022-07-27wifi: rtlwifi: Remove duplicate word and Fix typoZhang Jiaming
2022-07-18wifi: rtl8192se: fix repeated words in commentsJilin Yuan
2022-07-18wifi: rtlwifi: fix repeated words in commentsJilin Yuan
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-30wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c()Dan Carpenter
2022-05-22wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski
2022-05-13rtlwifi: Use pr_warn instead of WARN_ONCEDongliang Mu
2022-04-27rtlwifi: btcoex: fix if == else warningGuo Zhengkui
2022-04-12rtlwifi: rtl8192cu: Fix spelling mistake "writting" -> "writing"Lv Ruyi
2022-04-12rtlwifi: Fix spelling mistake "cacluated" -> "calculated"Lv Ruyi
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-04-06rtlwifi: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-16rtlwifi: rtl8821ae: fix typos in commentsJulia Lawall
2022-03-16rtlwifi: rtl8192cu: Add On Networks N150Jonathan Teh
2022-03-10rtlwifi: rtl8192ce: remove duplicated function '_rtl92ce_phy_set_rf_sleep'Lu Jicong
2022-02-01rtlwifi: remove redundant initialization of variable ul_encalgoColin Ian King
2021-12-20rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interru...Larry Finger
2021-11-29rtlwifi: rtl8192de: Style clean-upsKees Cook
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-13rtlwifi: rtl8192ee: Remove redundant initialization of variable versionColin Ian King
2021-08-29rtlwifi: rtl8192de: Fix initialization of place in _rtl92c_phy_get_rightchnlp...Nathan Chancellor
2021-08-21rtlwifi: rtl8192de: make arrays static const, makes object smallerColin Ian King
2021-08-21rtlwifi: rtl8192de: Remove redundant variable initializationsColin Ian King
2021-06-22rtlwifi: rtl8192de: Fully initialize curvecount_valKees Cook
2021-06-15rtlwifi: Fix spelling of 'download'Ding Senjie
2021-06-15rtlwifi: Remove redundant assignments to ul_enc_algoYang Li
2021-06-15rtlwifi: rtl8723ae: remove redundant initialization of variable rtstatusColin Ian King
2021-06-15rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codesZhen Lei
2021-06-15rtlwifi: 8821a: btcoexist: add comments to explain why if-else branches are i...Ping-Ke Shih
2021-06-15rtlwifi: Fix wrong function name in commentsYang Shen
2021-05-13net: rtlwifi: properly check for alloc_workqueue() failureGreg Kroah-Hartman
2021-05-13Revert "rtlwifi: fix a potential NULL pointer dereference"Greg Kroah-Hartman
2021-04-21rtlwifi: implement set_tim by update beacon contentPing-Ke Shih