summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/btcoexist (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: btcoex: fix if == else warningGuo Zhengkui2022-04-271-12/+4
* rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codesZhen Lei2021-06-151-16/+0
* rtlwifi: 8821a: btcoexist: add comments to explain why if-else branches are i...Ping-Ke Shih2021-06-151-0/+4
* rtlwifi: halbtc8821a2ant: Remove a bunch of unused variablesLee Jones2020-11-071-15/+12
* rtlwifi: halbtc8821a1ant: Remove set but unused variable 'wifi_rssi_state'Lee Jones2020-11-071-3/+1
* rtlwifi: halbtc8723b2ant: Remove a bunch of set but unused variablesLee Jones2020-11-071-24/+24
* rtlwifi: Remove in_interrupt() usage in halbtc_send_bt_mp_operation()Sebastian Andrzej Siewior2020-11-071-3/+0
* rtlwifi: Remove in_interrupt() usage in is_any_client_connect_to_ap().Sebastian Andrzej Siewior2020-11-071-19/+6
* net: rtlwifi: Replace in_interrupt() for context detectionSebastian Andrzej Siewior2020-09-291-4/+8
* rtlwifi: btcoexist: Replace RT_TRACE with rtl_dbgLarry Finger2020-08-317-1622/+1622
* rtlwifi: btcoex: use %*ph to print small bufferAndy Shevchenko2020-08-021-4/+2
* rtlwifi: btcoex: remove redundant initialization of variables ant_num and sin...Colin Ian King2020-08-021-1/+1
* rtlwifi: btcoex: fix spelling mistake "initilized" -> "initialized"Colin Ian King2020-01-263-3/+3
* rtlwifi: btcoex: Remove set but not used variables 'wifi_busy','bt_info_ext'zhengbin2019-10-091-8/+1
* rtlwifi: btcoex: Remove set but not used variable 'result'zhengbin2019-10-091-9/+0
* rtlwifi: btcoex: fix issue possible condition with no effect (if == else)Hariprasad Kelam2019-07-241-7/+1
* rtlwifi: btcoex: remove unused function exhalbtc_stack_operation_notifyYueHaibing2019-05-282-25/+0
* rtlwifi: btcoex: Remove set but not used variable 'len' and 'asso_type_v2'YueHaibing2019-05-282-10/+4
* rtlwifi: btcoexist: Remove CamelCase variableLarry Finger2019-02-191-2/+0
* rtlwifi: btcoex: Replace old-style license informationLarry Finger2019-02-1917-395/+42
* rtlwifi: btcoex: remove set but not used variable 'ppsc'YueHaibing2018-11-061-4/+0
* 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/+36
* rtlwifi: remove duplicate codeGustavo A. R. Silva2018-05-291-19/+4
* 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/+0
|\
| * rtlwifi: cleanup 8723be ant_sel definitionPing-Ke Shih2018-04-241-15/+0
* | rtlwifi: btcoex: remove identical statements within if-else branchesPing-Ke Shih2018-04-241-15/+4
|/
* 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/+6
* 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/+15
* 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/+16
* 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/+31