summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2017-08-03rtlwifi: rtl8723be: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-03rtlwifi: rtl8723ae: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-03rtlwifi: rtl8821ae: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-03rtlwifi: rtl8192se: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-03rtlwifi: rtl8192de: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-03rtlwifi: Fix fallback firmware loadingSven Joachim2-24/+10
2017-08-03rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapterMalcolm Priestley1-2/+2
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+0
2017-07-28rtlwifi: rtl8821ae: Fix HW_VAR_NAV_UPPER operationDan Carpenter1-1/+1
2017-07-28rtlwifi: Fix memory leak when firmware request failsSouptick Joarder9-0/+24
2017-07-28rtlwifi: Remove unused dummy functionSouptick Joarder3-16/+1
2017-07-28rtlwifi: remove dummy function callSouptick Joarder1-5/+0
2017-07-28rtlwifi: move IS_HARDWARE_TYPE_xxx checker to wifi.hPing-Ke Shih3-42/+19
2017-07-28rtlwifi: Uses addr1 instead DA to determine broadcast and multicast addr.Ping-Ke Shih1-2/+2
2017-07-28rtlwifi: Rename rtl_desc92_rate to rtl_desc_ratePing-Ke Shih1-1/+1
2017-07-28rtlwifi: Update 8723be new phy parameters and its parser.Ping-Ke Shih3-286/+281
2017-07-28rtlwifi: add amplifier type for 8812aePing-Ke Shih1-1/+40
2017-07-28rtlwifi: Add board type for 8723be and 8192eePing-Ke Shih2-0/+12
2017-07-28rtlwifi: Add BT_MP_INFO to c2h handler.Ping-Ke Shih7-8/+71
2017-07-28rtlwifi: Fill in_4way field by driverPing-Ke Shih3-0/+16
2017-07-27rtlwifi: kfree entry until after entry->bssid has been accessedColin Ian King1-1/+1
2017-07-21Revert "rtlwifi: btcoex: rtl8723be: fix ant_sel not work"Larry Finger2-4/+0
2017-07-20rtlwifi: remove useless codeGustavo A. R. Silva1-6/+0
2017-06-28rtlwifi: Add in_4way field for btcoexistPing-Ke Shih2-2/+2
2017-06-28rtlwifi: Fill ap_num field by driverPing-Ke Shih5-0/+123
2017-06-28rtlwifi: Add ap_num field for btcoexistPing-Ke Shih3-4/+4
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 retu...Ping-Ke Shih1-7/+17
2017-06-28rtlwifi: Modify power mode parameters of 8723be and 8821ae.Ping-Ke Shih2-4/+4
2017-06-28rtlwifi: Do IQK only once to reduce wifi occupy antennaPing-Ke Shih3-4/+9
2017-06-28rtlwifi: Fix a2dp choppy while BT RSSI stays on threshold.Ping-Ke Shih4-12/+30
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller39-390/+1358
2017-06-21rtlwifi: btcoexist control to enter/leave LPSPing-Ke Shih8-26/+203
2017-06-21rtlwifi: add btc_is_bt_lps_on() for btcoexistPing-Ke Shih3-0/+8
2017-06-21rtlwifi: Add rx ampdu cfg for btcoexist.Ping-Ke Shih6-2/+58
2017-06-21rtlwifi: Add btcoex record_pwr_modePing-Ke Shih9-6/+43
2017-06-21rtlwifi: Revise special packet notification to be readable format.Ping-Ke Shih1-4/+9
2017-06-21rtlwifi: Add TX report and disable key to force wait until report acked.Ping-Ke Shih16-25/+194
2017-06-21rtlwifi: extend debug_comp to u64Ping-Ke Shih2-4/+4
2017-06-21rtlwifi: Correct power save capability while init mac80211Ping-Ke Shih2-1/+6
2017-06-21rtlwifi: btcoex: rtl8723be: fix ant_sel not workPing-Ke Shih2-0/+4
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-21rtlwifi: fix REG_USTIME_TSF register definitionKevin Lo6-6/+6
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-20net: replace more place to skb_put_[data:zero]yuan linyu6-14/+7
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg3-6/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg4-9/+6
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-4/+2