summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtlwifi/wifi.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-07rtlwifi: rtl8821ae: Fix connection lost problem correctlyLarry Finger1-0/+1
2018-01-24rtlwifi: Add spec_ver to check whether use new rate-id or notPing-Ke Shih1-0/+5
2018-01-24rtlwifi: Add ratr_table for newer ICPing-Ke Shih1-0/+18
2018-01-24rtlwifi: btcoex: Add wifi_only series ops to control solo cardPing-Ke Shih1-0/+7
2018-01-24rtlwifi: btcoex: Add switch band notify for btcPing-Ke Shih1-0/+2
2018-01-17rtlwifi: btcoex: Remove global variables from btcoexPing-Ke Shih1-1/+4
2018-01-17rtlwifi: btcoex: Add power_on_setting routinePing-Ke Shih1-0/+1
2018-01-17rtlwifi: Use mutex to replace spin_lock to protect IPS and LPSPing-Ke Shih1-8/+2
2018-01-08rtlwifi: Improve debugging by using debugfsPing-Ke Shih1-0/+9
2017-12-07rtlwifi: Convert individual interrupt results to structLarry Finger1-2/+9
2017-11-08rtlwifi: drop unused ppsc->last_wakeup_timeArnd Bergmann1-2/+0
2017-11-08rtlwifi: use ktime_get_real_seconds() for suspend timeArnd Bergmann1-1/+1
2017-11-08rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISRPing-Ke Shih1-1/+2
2017-11-08rtlwifi: rtl_pci: Add fill_tx_special_desc to issue H2C data, and process TXO...Ping-Ke Shih1-0/+4
2017-10-27rtlwifi: Remove seq_number from rtl_tid_dataPing-Ke Shih1-1/+0
2017-10-13rtlwifi: Add module parameter ASPMPing-Ke Shih1-0/+3
2017-10-13rtlwifi: Add bw_update parameter for RA mask update.Ping-Ke Shih1-1/+2
2017-10-13rtlwifi: Remove BAND_NUM and related fieldsPing-Ke Shih1-16/+0
2017-10-13rtlwifi: Add RSSI and RF type to wifi.h for phydmPing-Ke Shih1-0/+6
2017-10-13rtlwifi: Add TX/RX throughput statistics in periodPing-Ke Shih1-4/+11
2017-10-13rtlwifi: rtl8192ee: Make driver support 64bits DMA.Ping-Ke Shih1-4/+7
2017-10-13rtlwifi: Remove redundant semicolon in wifi.h.Ping-Ke Shih1-3/+3
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller1-25/+24
2017-07-28rtlwifi: move IS_HARDWARE_TYPE_xxx checker to wifi.hPing-Ke Shih1-24/+18
2017-07-28rtlwifi: Rename rtl_desc92_rate to rtl_desc_ratePing-Ke Shih1-1/+1
2017-07-28rtlwifi: Add BT_MP_INFO to c2h handler.Ping-Ke Shih1-0/+2
2017-07-28rtlwifi: Fill in_4way field by driverPing-Ke Shih1-0/+3
2017-07-21Revert "rtlwifi: btcoex: rtl8723be: fix ant_sel not work"Larry Finger1-1/+0
2017-06-28rtlwifi: Add in_4way field for btcoexistPing-Ke Shih1-0/+1
2017-06-28rtlwifi: Fill ap_num field by driverPing-Ke Shih1-0/+13
2017-06-28rtlwifi: Add ap_num field for btcoexistPing-Ke Shih1-0/+2
2017-06-21rtlwifi: btcoexist control to enter/leave LPSPing-Ke Shih1-0/+3
2017-06-21rtlwifi: add btc_is_bt_lps_on() for btcoexistPing-Ke Shih1-0/+1
2017-06-21rtlwifi: Add rx ampdu cfg for btcoexist.Ping-Ke Shih1-0/+2
2017-06-21rtlwifi: Add btcoex record_pwr_modePing-Ke Shih1-0/+1
2017-06-21rtlwifi: Add TX report and disable key to force wait until report acked.Ping-Ke Shih1-0/+10
2017-06-21rtlwifi: btcoex: rtl8723be: fix ant_sel not workPing-Ke Shih1-0/+1
2017-03-20rtlwifi: Update 8821ae new phy parameters and its parser.Ping-Ke Shih1-0/+18
2017-02-08rtlwifi: Move items out of rtl_pci_priv and rtl_usb_privLarry Finger1-0/+1
2017-02-07rtlwifi: rtl8821ae: Fix typo in symbol for bandwidth numbersLarry Finger1-4/+4
2017-02-07rtlwifi: Add work queue for c2h cmd.Ping-Ke Shih1-0/+14
2017-02-07rtlwifi: rtl8723be: btcoex: add package_type function to btcoexPing-Ke Shih1-0/+9
2017-02-07rtlwifi: rtl8723be: btcoexist: Add single_ant_pathPing-Ke Shih1-0/+1
2017-01-20rtlwifi: rtl8192cu: Convert driver to use common macrosLarry Finger1-16/+7
2017-01-20rtlwifi: Convert COMP_XX entries into a proper debugging maskLarry Finger1-12/+3
2016-10-13rtlwifi: Fix regression caused by commit d86e64768859Larry Finger1-2/+0
2016-09-27rtlwifi: Add explicit values to hw_variables enumLarry Finger1-104/+104
2016-06-29rtlwifi: use s8 instead of charArnd Bergmann1-34/+34
2016-05-11rtlwifi: rtl818x: constify rtl_intf_ops structuresJulia Lawall1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1