aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/rtl8723be (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-13rtlwifi: rtl8723be: Convert inline routines to little-endian wordsLarry Finger2-169/+175
2019-09-13rtlwifi: rtl8723be: Convert macros that set descriptorLarry Finger2-272/+470
2019-09-13rtlwifi: rtl8723be: Replace local bit manipulation macrosLarry Finger1-75/+74
2019-09-13rtlwifi: rtl8723be: Remove unused SET_XXX and GET_XXX macrosLarry Finger1-165/+2
2019-07-24rtlwifi: remove assignment to itselfPing-Ke Shih1-4/+0
2019-04-13rtlwifi: Convert the wake_match variable to localLarry Finger1-7/+7
2019-04-13rtlwifi: Fix duplicate tests of one of the RX descriptorsLarry Finger1-1/+1
2019-04-04rtlwifi: fix potential NULL pointer dereferencePing-Ke Shih1-0/+2
2019-02-28rtlwifi: rtl8723be: Remove set but not used variable 'b_last_is_cur_rdlstate'YueHaibing1-3/+0
2019-02-19rtlwifi: rtl8723{be,ae}: Remove CamelCase variablesLarry Finger1-7/+7
2019-02-19rtlwifi: Remove CamelCase variables from base codeLarry Finger1-2/+2
2019-02-19rtlwifi: rtl8723be: Replace old-style license informationLarry Finger22-528/+44
2019-02-01wireless: remove unneeded semicolonYueHaibing1-3/+3
2018-05-29rtlwifi: remove hal_op c2h_content_parsingPing-Ke Shih1-1/+0
2018-05-29rtlwifi: remove hal_op rx_command_packetPing-Ke Shih3-28/+0
2018-05-29rtlwifi: remove duplicate C2H handlerPing-Ke Shih4-75/+2
2018-05-29rtlwifi: remove duplicate C2H definitionPing-Ke Shih2-16/+6
2018-05-29rtlwifi: remove duplicate rx_packet_type definitionPing-Ke Shih1-8/+0
2018-05-29rtlwifi: support accurate nullfunc frame tx ack reportTzu-En Huang1-2/+3
2018-04-24rtlwifi: cleanup 8723be ant_sel definitionPing-Ke Shih1-4/+7
2018-03-27rtlwifi: correct commentKevin Lo1-2/+2
2018-02-25rtlwifi: rtl8723be: Fix loss of signalLarry Finger1-1/+2
2017-12-08wireless: use ARRAY_SIZEJérémy Lefaure3-19/+16
2017-12-07rtlwifi: Convert individual interrupt results to structLarry Finger2-9/+7
2017-11-08rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISRPing-Ke Shih2-2/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13rtlwifi: Remove unused cur_rfstate variablesChristos Gkekas1-3/+1
2017-10-13rtlwifi: Add module parameter ASPMPing-Ke Shih1-1/+5
2017-10-13rtlwifi: Add bw_update parameter for RA mask update.Ping-Ke Shih3-6/+7
2017-10-13rtlwifi: rtl8192ee: Make driver support 64bits DMA.Ping-Ke Shih3-3/+6
2017-08-31rtlwifi: rtl8723be: fix duplicated code for different branchesGustavo A. R. Silva1-6/+2
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-299/+301
2017-08-03rtlwifi: rtl8723be: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-03rtlwifi: Fix fallback firmware loadingSven Joachim1-12/+5
2017-07-28rtlwifi: Fix memory leak when firmware request failsSouptick Joarder1-0/+2
2017-07-28rtlwifi: Update 8723be new phy parameters and its parser.Ping-Ke Shih3-286/+281
2017-07-28rtlwifi: Add board type for 8723be and 8192eePing-Ke Shih1-0/+7
2017-07-28rtlwifi: Add BT_MP_INFO to c2h handler.Ping-Ke Shih1-2/+7
2017-07-21Revert "rtlwifi: btcoex: rtl8723be: fix ant_sel not work"Larry Finger1-3/+0
2017-06-28rtlwifi: Modify power mode parameters of 8723be and 8821ae.Ping-Ke Shih1-2/+2
2017-06-28rtlwifi: Do IQK only once to reduce wifi occupy antennaPing-Ke Shih2-3/+7
2017-06-28rtlwifi: Fix a2dp choppy while BT RSSI stays on threshold.Ping-Ke Shih1-2/+6
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-12/+86
2017-06-21rtlwifi: btcoexist control to enter/leave LPSPing-Ke Shih1-8/+55
2017-06-21rtlwifi: Add btcoex record_pwr_modePing-Ke Shih2-2/+10
2017-06-21rtlwifi: Add TX report and disable key to force wait until report acked.Ping-Ke Shih3-2/+18
2017-06-21rtlwifi: btcoex: rtl8723be: fix ant_sel not workPing-Ke Shih1-0/+3
2017-06-21rtlwifi: fix REG_USTIME_TSF register definitionKevin Lo1-1/+1
2017-06-20net: replace more place to skb_put_[data:zero]yuan linyu1-2/+1