aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/btcoexist (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-24rtlwifi: btcoex: 23b 1ant: fix duplicated code for different branchesGustavo A. R. Silva1-8/+2
2017-07-28rtlwifi: move IS_HARDWARE_TYPE_xxx checker to wifi.hPing-Ke Shih1-16/+0
2017-07-28rtlwifi: Add BT_MP_INFO to c2h handler.Ping-Ke Shih3-1/+45
2017-06-28rtlwifi: Add in_4way field for btcoexistPing-Ke Shih1-2/+1
2017-06-28rtlwifi: Add ap_num field for btcoexistPing-Ke Shih1-4/+1
2017-06-28rtlwifi: Add return value to btc_set.Ping-Ke Shih1-1/+3
2017-06-28rtlwifi: Update some cases in btc_get function -- roam, 5G, AP mode, and return value.Ping-Ke Shih1-7/+17
2017-06-21rtlwifi: btcoexist control to enter/leave LPSPing-Ke Shih3-1/+27
2017-06-21rtlwifi: add btc_is_bt_lps_on() for btcoexistPing-Ke Shih2-0/+7
2017-06-21rtlwifi: Add rx ampdu cfg for btcoexist.Ping-Ke Shih3-2/+28
2017-06-21rtlwifi: Add btcoex record_pwr_modePing-Ke Shih2-0/+14
2017-06-21rtlwifi: btcoex: set correct interface type and parameter.Ping-Ke Shih3-7/+15
2017-06-21rtlwifi: btcoex: call bind to setup btcoexPing-Ke Shih2-0/+2
2017-06-13rtlwifi: btcoex: let btcoex get wifi rssi and link statusYan-Hsuan Chuang3-104/+292
2017-06-13rtlwifi: btcoex: remove unused display functionsYan-Hsuan Chuang1-38/+0
2017-06-13rtlwifi: btcoex: bind BT coex information with wifi driverYan-Hsuan Chuang3-21/+72
2017-06-13rtlwifi: btcoex: hook external functions for newer chipsYan-Hsuan Chuang2-62/+280
2017-06-13rtlwifi: btcoex: add settings before the hardware is readyYan-Hsuan Chuang3-0/+17
2017-06-13rtlwifi: btcoex: hook external PnP notify by chip for wifi driverYan-Hsuan Chuang2-0/+19
2017-06-13rtlwifi: btcoex: settings before firmware is downloadedYan-Hsuan Chuang4-0/+17
2017-06-13rtlwifi: btcoex: rename ex_halbtc*ant to ex_btc*antYan-Hsuan Chuang5-92/+95
2017-06-13rtlwifi: btcoex: add macros to check chip typeYan-Hsuan Chuang1-0/+22
2017-05-24rtlwifi: btcoex: 23b 1ant: initialize bt_disabled to falseDan Carpenter1-1/+1
2017-05-24rtlwifi: btcoex: 23b 1ant: turn off ps and tdma mechanism when concurrent modeYan-Hsuan Chuang2-28/+91
2017-05-24rtlwifi: btcoex: 23b 1ant: fine tune for bt_sco_hid busyPing-Ke Shih1-1/+1
2017-05-24rtlwifi: btcoex: 23b 1ant: fine tune for wifi not connectedPing-Ke Shih1-14/+23
2017-05-24rtlwifi: btcoex: 23b 1ant: fine tune for wifi connectedPing-Ke Shih2-37/+79
2017-05-24rtlwifi: btcoex: 23b 1ant: coex table fine tunePing-Ke Shih1-6/+50
2017-05-24rtlwifi: btcoex: 23b 1ant: Add coex_table_type to logPing-Ke Shih2-0/+6
2017-05-24rtlwifi: btcoex: 23b 1ant: remove verbose log from periodic functionPing-Ke Shih1-33/+0
2017-05-24rtlwifi: btcoex: 23b 1ant: check more cases when bt is queingPing-Ke Shih2-18/+40
2017-05-24rtlwifi: btcoex: 23b 1ant: define wifi in high priority task.Ping-Ke Shih2-0/+16
2017-05-24rtlwifi: btcoex: 23b 1ant: Special packets statistic in notificationPing-Ke Shih2-1/+27
2017-05-24rtlwifi: btcoex: 23b 1ant: Revise media status notify to fix no scan result issuePing-Ke Shih1-2/+37
2017-05-24rtlwifi: btcoex: 23b 1ant: fine tune connect notifyPing-Ke Shih1-1/+16
2017-05-24rtlwifi: btcoex: 23b 1ant: Add rf status notificationPing-Ke Shih3-0/+42
2017-05-24rtlwifi: btcoex: 23b 1ant: Setup register for BT WHCK testPing-Ke Shih2-0/+26
2017-05-24rtlwifi: btcoex: 23b 1ant: parse more BT information from C2HPing-Ke Shih2-12/+91
2017-05-24rtlwifi: btcoex: 23b 1ant: Add power_on_settingPing-Ke Shih2-0/+70
2017-05-24rtlwifi: btcoex: 23b 1ant: add wifi_only argument to init_hwconfigPing-Ke Shih2-59/+47
2017-05-24rtlwifi: btcoex: 23b 1ant: adjust wifi duration for bt a2dpPing-Ke Shih2-82/+246
2017-05-24rtlwifi: btcoex: 23b 1ant: need these information when scanPing-Ke Shih2-2/+29
2017-05-24rtlwifi: btcoex: 23b 1ant: Switch antenna to wifi or BT.Ping-Ke Shih2-131/+198
2017-05-18rtlwifi: btcoex: 23b 1ant: check PS state before setting tdma durationPing-Ke Shih2-0/+4
2017-05-18rtlwifi: btcoex: 23b 1ant: monitor bt is enabled or disabledPing-Ke Shih1-4/+4
2017-05-18rtlwifi: btcoex: 23b 1ant: check if BT high priority packet existPing-Ke Shih3-0/+13
2017-05-18rtlwifi: btcoex: 23b 1ant: monitor wifi and BT counterPing-Ke Shih2-11/+145
2017-05-18rtlwifi: btcoex: 23b 1ant: TDMA duration for ACL busyPing-Ke Shih1-23/+31
2017-05-18rtlwifi: btcoex: 23b 1ant: rename and coding style modification.Ping-Ke Shih2-46/+44
2017-05-18rtlwifi: btcoex: Restore 23b 1ant routine for tdma adjustmentLarry Finger1-1/+176