summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: Add in_4way field for btcoexistPing-Ke Shih2017-06-282-2/+2
* rtlwifi: Fill ap_num field by driverPing-Ke Shih2017-06-285-0/+123
* rtlwifi: Add ap_num field for btcoexistPing-Ke Shih2017-06-283-4/+4
* rtlwifi: Add return value to btc_set.Ping-Ke Shih2017-06-281-1/+3
* rtlwifi: Update some cases in btc_get function -- roam, 5G, AP mode, and retu...Ping-Ke Shih2017-06-281-7/+17
* rtlwifi: Modify power mode parameters of 8723be and 8821ae.Ping-Ke Shih2017-06-282-4/+4
* rtlwifi: Do IQK only once to reduce wifi occupy antennaPing-Ke Shih2017-06-283-4/+9
* rtlwifi: Fix a2dp choppy while BT RSSI stays on threshold.Ping-Ke Shih2017-06-284-12/+30
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-2539-390/+1358
|\
| * rtlwifi: btcoexist control to enter/leave LPSPing-Ke Shih2017-06-218-26/+203
| * rtlwifi: add btc_is_bt_lps_on() for btcoexistPing-Ke Shih2017-06-213-0/+8
| * rtlwifi: Add rx ampdu cfg for btcoexist.Ping-Ke Shih2017-06-216-2/+58
| * rtlwifi: Add btcoex record_pwr_modePing-Ke Shih2017-06-219-6/+43
| * rtlwifi: Revise special packet notification to be readable format.Ping-Ke Shih2017-06-211-4/+9
| * rtlwifi: Add TX report and disable key to force wait until report acked.Ping-Ke Shih2017-06-2116-25/+194
| * rtlwifi: extend debug_comp to u64Ping-Ke Shih2017-06-212-4/+4
| * rtlwifi: Correct power save capability while init mac80211Ping-Ke Shih2017-06-212-1/+6
| * rtlwifi: btcoex: rtl8723be: fix ant_sel not workPing-Ke Shih2017-06-212-0/+4
| * rtlwifi: btcoex: set correct interface type and parameter.Ping-Ke Shih2017-06-213-7/+15
| * rtlwifi: btcoex: call bind to setup btcoexPing-Ke Shih2017-06-212-0/+2
| * rtlwifi: fix REG_USTIME_TSF register definitionKevin Lo2017-06-216-6/+6
| * rtlwifi: btcoex: let btcoex get wifi rssi and link statusYan-Hsuan Chuang2017-06-133-104/+292
| * rtlwifi: btcoex: remove unused display functionsYan-Hsuan Chuang2017-06-131-38/+0Star
| * rtlwifi: btcoex: bind BT coex information with wifi driverYan-Hsuan Chuang2017-06-133-21/+72
| * rtlwifi: btcoex: hook external functions for newer chipsYan-Hsuan Chuang2017-06-132-62/+280
| * rtlwifi: btcoex: add settings before the hardware is readyYan-Hsuan Chuang2017-06-133-0/+17
| * rtlwifi: btcoex: hook external PnP notify by chip for wifi driverYan-Hsuan Chuang2017-06-132-0/+19
| * rtlwifi: btcoex: settings before firmware is downloadedYan-Hsuan Chuang2017-06-134-0/+17
| * rtlwifi: btcoex: rename ex_halbtc*ant to ex_btc*antYan-Hsuan Chuang2017-06-135-92/+95
| * rtlwifi: btcoex: add macros to check chip typeYan-Hsuan Chuang2017-06-131-0/+22
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1Star
* | net: replace more place to skb_put_[data:zero]yuan linyu2017-06-206-14/+7Star
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-6/+4Star
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-164-9/+6Star
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-4/+2Star
|/
* rtlwifi: btcoex: 23b 1ant: initialize bt_disabled to falseDan Carpenter2017-05-241-1/+1
* rtlwifi: btcoex: 23b 1ant: turn off ps and tdma mechanism when concurrent modeYan-Hsuan Chuang2017-05-242-28/+91
* rtlwifi: btcoex: 23b 1ant: fine tune for bt_sco_hid busyPing-Ke Shih2017-05-241-1/+1
* rtlwifi: btcoex: 23b 1ant: fine tune for wifi not connectedPing-Ke Shih2017-05-241-14/+23
* rtlwifi: btcoex: 23b 1ant: fine tune for wifi connectedPing-Ke Shih2017-05-242-37/+79
* rtlwifi: btcoex: 23b 1ant: coex table fine tunePing-Ke Shih2017-05-241-6/+50
* rtlwifi: btcoex: 23b 1ant: Add coex_table_type to logPing-Ke Shih2017-05-242-0/+6
* rtlwifi: btcoex: 23b 1ant: remove verbose log from periodic functionPing-Ke Shih2017-05-241-33/+0Star
* rtlwifi: btcoex: 23b 1ant: check more cases when bt is queingPing-Ke Shih2017-05-242-18/+40
* rtlwifi: btcoex: 23b 1ant: define wifi in high priority task.Ping-Ke Shih2017-05-242-0/+16
* rtlwifi: btcoex: 23b 1ant: Special packets statistic in notificationPing-Ke Shih2017-05-242-1/+27
* rtlwifi: btcoex: 23b 1ant: Revise media status notify to fix no scan result i...Ping-Ke Shih2017-05-241-2/+37
* rtlwifi: btcoex: 23b 1ant: fine tune connect notifyPing-Ke Shih2017-05-241-1/+16
* rtlwifi: btcoex: 23b 1ant: Add rf status notificationPing-Ke Shih2017-05-243-0/+42