aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/rtl8192ee (follow)
AgeCommit message (Expand)AuthorFilesLines
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-80/+2
2018-05-29rtlwifi: Add hal_op c2h_ra_report_handler for special processPing-Ke Shih3-3/+7
2018-05-29rtlwifi: remove duplicate C2H definitionPing-Ke Shih2-19/+8
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-05-09rtlwifi: remove duplicate definition of antenna number for btcoexPing-Ke Shih1-2/+2
2018-03-27rtlwifi: correct commentKevin Lo1-2/+2
2017-12-07rtlwifi: cleanup the code that check whether TX ring is availablePing-Ke Shih1-45/+6
2017-12-07rtlwifi: fix the wrong size to calculate fifo spacePing-Ke Shih1-2/+4
2017-12-07rtlwifi: Convert individual interrupt results to structLarry Finger2-8/+6
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: Add module parameter ASPMPing-Ke Shih1-1/+5
2017-10-13rtlwifi: Add bw_update parameter for RA mask update.Ping-Ke Shih3-6/+9
2017-10-13rtlwifi: rtl8192ee: Make driver support 64bits DMA.Ping-Ke Shih4-145/+78
2017-09-20rtlwifi: rtl8192ee: Fix memory leak when loading firmwareLarry Finger1-2/+4
2017-08-03rtlwifi: rtl8192ee: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-28rtlwifi: Fix memory leak when firmware request failsSouptick Joarder1-0/+2
2017-07-28rtlwifi: Add board type for 8723be and 8192eePing-Ke Shih1-0/+5
2017-07-28rtlwifi: Add BT_MP_INFO to c2h handler.Ping-Ke Shih1-2/+7
2017-07-19rtlwifi: remove useless codeGustavo A. R. Silva1-6/+0
2017-06-28rtlwifi: Do IQK only once to reduce wifi occupy antennaPing-Ke Shih1-1/+2
2017-06-28rtlwifi: Fix a2dp choppy while BT RSSI stays on threshold.Ping-Ke Shih1-2/+8
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. Miller5-17/+75
2017-06-21rtlwifi: btcoexist control to enter/leave LPSPing-Ke Shih1-8/+55
2017-06-21rtlwifi: Add btcoex record_pwr_modePing-Ke Shih2-2/+9
2017-06-21rtlwifi: Add TX report and disable key to force wait until report acked.Ping-Ke Shih4-8/+12
2017-06-20net: replace more place to skb_put_[data:zero]yuan linyu1-2/+1
2017-05-18rtlwifi: fix spelling mistake: "Pairwiase" -> "Pairwise"Colin Ian King1-1/+1
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-2/+2
2017-03-20rtlwifi: Add QoS-NULL and BT-QoS-NULL to reserved page.Ping-Ke Shih3-3/+69
2017-02-08rtlwifi: Move items out of rtl_pci_priv and rtl_usb_privLarry Finger2-11/+9
2017-02-07rtlwifi: Add work queue for c2h cmd.Ping-Ke Shih3-4/+15
2017-01-20rtlwifi: Download firmware as bytes rather than as dwordsLarry Finger1-63/+5
2017-01-20rtlwifi: Convert COMP_XX entries into a proper debugging maskLarry Finger1-5/+6
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-72/+48
2016-12-30rtlwifi: Fix alignment issuesPing-Ke Shih1-1/+1
2016-12-30rtlwifi: Remove some redundant codeLarry Finger1-17/+2
2016-12-30rtlwifi: rtl8192ee: Remove all instances of DBG_EMERGLarry Finger5-40/+28
2016-12-30rtlwifi: Replace local debug macro RT_ASSERTLarry Finger4-16/+19
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-2/+0
2016-10-13rtlwifi: Fix regression caused by commit d86e64768859Larry Finger1-4/+4
2016-09-27rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routinesLarry Finger1-0/+2
2016-09-27rtlwifi: Add switch variable to 'switch case not processed' messagesJoe Perches4-12/+15
2016-09-14rtlwifi: rtl818x: constify local structuresJulia Lawall1-1/+1
2016-07-08rtlwifi: rtl8192ee: Convert driver to use common hardware info routineLarry Finger1-61/+12