summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/btcoexist
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: btcoex: remove unused function exhalbtc_stack_operation_notifyYueHaibing2019-05-282-25/+0Star
* rtlwifi: btcoex: Remove set but not used variable 'len' and 'asso_type_v2'YueHaibing2019-05-282-10/+4Star
* rtlwifi: btcoexist: Remove CamelCase variableLarry Finger2019-02-191-2/+0Star
* rtlwifi: btcoex: Replace old-style license informationLarry Finger2019-02-1917-395/+42Star
* rtlwifi: btcoex: remove set but not used variable 'ppsc'YueHaibing2018-11-061-4/+0Star
* rtlwifi: btcoex: Use proper enumerated types for Wi-Fi only interfaceNathan Chancellor2018-10-011-3/+3
* rtlwifi: btcoex: Fix if == else warnings in halbtc8723b2ant.cYueHaibing2018-08-091-144/+36Star
* rtlwifi: remove duplicate codeGustavo A. R. Silva2018-05-291-19/+4Star
* rtlwifi: fix spelling mistake: "dismatch" -> "mismatch"Colin Ian King2018-05-043-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2018-04-261-15/+0Star
|\
| * rtlwifi: cleanup 8723be ant_sel definitionPing-Ke Shih2018-04-241-15/+0Star
* | rtlwifi: btcoex: remove identical statements within if-else branchesPing-Ke Shih2018-04-241-15/+4Star
|/
* rtlwifi: btcoex: Add new but dummy definitions introduced by 8822bPing-Ke Shih2018-03-272-0/+12
* rtlwifi: btcoex: new definitions introduced by 8822bePing-Ke Shih2018-03-271-0/+6
* rtlwifi: btcoex: add assoc type v2 to connection notifyPing-Ke Shih2018-03-272-3/+13
* rtlwifi: btcoex: Add pre- and post- normal LPS functionPing-Ke Shih2018-03-272-0/+24
* rtlwifi: btcoex: Add interaction with phydmPing-Ke Shih2018-03-272-0/+44
* rtlwifi: btcoex: Add rate table for the use of btcoexPing-Ke Shih2018-03-271-0/+94
* rtlwifi: btcoex: Get status of multichannel concurrencePing-Ke Shih2018-03-272-0/+11
* rtlwifi: btcoex: Add customer_id to do special deal to oem vendorPing-Ke Shih2018-03-271-0/+1
* rtlwifi: Add modifier static to functions reported by sparsePing-Ke Shih2018-03-274-38/+6Star
* rtlwifi: btcoex: fix argument typo of if-statement found by CoccinellePing-Ke Shih2018-02-271-1/+1
* rtlwifi: btcoex: Add 8822be btcoex supported files for wifi onlyPing-Ke Shih2018-02-272-0/+80
* rtlwifi: btcoex: add routine to set default port idPing-Ke Shih2018-02-272-0/+24
* rtlwifi: btcoex: Fix some static warnings from SparsePing-Ke Shih2018-01-252-25/+15Star
* rtlwifi: btcoex: add boolean variables dbg_modePing-Ke Shih2018-01-241-0/+2
* rtlwifi: btcoex: Add wifi_only series ops to control solo cardPing-Ke Shih2018-01-244-1/+153
* rtlwifi: btcoex: add scan_notify within ips_notify if RFONPing-Ke Shih2018-01-241-0/+8
* rtlwifi: btcoex: Add variable ant_div_cfg to support antenna diversityPing-Ke Shih2018-01-242-0/+2
* rtlwifi: btcoex: Add switch band notify for btcPing-Ke Shih2018-01-244-0/+51
* rtlwifi: btcoex: extend get_wifi_bw to support bandwidth 80MPing-Ke Shih2018-01-242-22/+16Star
* rtlwifi: btcoex: add rfe_type parameter to btcoexPing-Ke Shih2018-01-172-0/+12
* rtlwifi: btcoex: Add common function for qeurying BT informationPing-Ke Shih2018-01-173-33/+380
* rtlwifi: btcoex: Remove typedef statementsLarry Finger2018-01-171-67/+31Star
* rtlwifi: btcoex: Remove global variables from btcoexPing-Ke Shih2018-01-174-76/+209
* rtlwifi: btcoex: Add power_on_setting routinePing-Ke Shih2018-01-173-0/+8
* rtlwifi: btcoexist: remove redundant variable fw_ps_stateColin Ian King2018-01-161-2/+1Star
* rtlwifi: btcoex: Use seq_file to dump btcoex statusPing-Ke Shih2018-01-0812-632/+664
* rtlwifi: Improve debugging by using debugfsPing-Ke Shih2018-01-084-2/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | rtlwifi: btcoexist: 23b 1ant: fix duplicated code for different branchesLarry Finger2017-09-201-8/+5Star
|/
* rtlwifi: btcoexist: Fix antenna selection codeLarry Finger2017-09-071-7/+16
* rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723beLarry Finger2017-09-071-1/+4
* rtlwifi: btcoex: 23b 1ant: fix duplicated code for different branchesGustavo A. R. Silva2017-08-241-8/+2Star
* rtlwifi: move IS_HARDWARE_TYPE_xxx checker to wifi.hPing-Ke Shih2017-07-281-16/+0Star
* rtlwifi: Add BT_MP_INFO to c2h handler.Ping-Ke Shih2017-07-283-1/+45
* rtlwifi: Add in_4way field for btcoexistPing-Ke Shih2017-06-281-2/+1Star
* rtlwifi: Add ap_num field for btcoexistPing-Ke Shih2017-06-281-4/+1Star
* rtlwifi: Add return value to btc_set.Ping-Ke Shih2017-06-281-1/+3