summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller2016-05-2116-4263/+4520
|\
| * rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx...wang yanqing2016-05-111-1/+1
| * rtlwifi: Remove double check for cnt_after_linkedwang yanqing2016-05-111-8/+4Star
| * rtlwifi: rtl818x: silence uninitialized variable warningDan Carpenter2016-05-111-2/+1Star
| * rtlwifi: Fix logic error in enter/exit power-save modewang yanqing2016-05-111-2/+2
| * rtlwifi: rtl818x: constify rtl_intf_ops structuresJulia Lawall2016-05-114-4/+4
| * rtl8xxxu: Remove the now obsolete mbox_ext_reg info from rtl8xxxu_fileopsJes Sorensen2016-05-035-10/+0Star
| * rtl8xxxu: rtl8xxxu_prepare_calibrate() is never used on gen1Jes Sorensen2016-05-033-11/+4Star
| * rtl8xxxu: Split rtl8723a_h2c_cmd() into a gen1 and a gen2 versionJes Sorensen2016-05-033-29/+72
| * rtl8xxxu: Rename rtl8723a_disabled_to_emu() to rtl8xxxu_disabled_to_emu()Jes Sorensen2016-05-034-4/+4
| * rtl8xxxu: rename rtl8723a_channel_group() to rtl8xxxu_gen1_channel_to_group()Jes Sorensen2016-05-031-2/+2
| * rtl8xxxu: Rename rtl8723a_stop_tx_beacon() to rtl8xxxu_stop_tx_beacon()Jes Sorensen2016-05-031-4/+3Star
| * rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.cJes Sorensen2016-05-034-568/+590
| * rtl8xxxu: move rtl8723a related code into rtl8xxxu_8723a.cJes Sorensen2016-05-034-375/+432
| * rtl8xxxu: move rtl8723b related code into rtl8xxxu_8723b.cJes Sorensen2016-05-034-1651/+1698
| * rtl8xxxu: move rtl8192e related code into rtl8xxxu_8192e.cJes Sorensen2016-05-034-1538/+1629
| * rtl8xxxu: Rename rtl8xxxu.c to rtl8xxxu_core.cJes Sorensen2016-05-032-0/+2
| * rtlwifi: rtl818x: Deinline indexed IO functions, save 21568 bytesDenys Vlasenko2016-05-032-87/+105
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-181-2/+2
|\ \ | |/ |/|
| * treewide: Fix typos in printkMasanari Iida2016-04-181-2/+2
* | Merge tag 'wireless-drivers-next-for-davem-2016-05-02' of git://git.kernel.or...David S. Miller2016-05-035-438/+1977
|\ \
| * | rtl8xxxu: Rename rtl8723au_iqk_phy_iq_bb_regJes Sorensen2016-04-261-4/+4
| * | rtl8xxxu: Rename rtl8723bu_simularity_compare()Jes Sorensen2016-04-261-8/+14
| * | rtl8xxxu: Rename rtl8723b_channel_to_group()Jes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723a_mac_init_table to rtl8xxxu_gen1_mac_init_tableJes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723a_enable_rf() to rtl8xxxu_gen1_enable_rf()Jes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723a_set_tx_power() to rtl8xxxu_gen1_set_tx_power()Jes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723au_init_phy_bb() to rtl8xxxu_gen1_init_phy_bb()Jes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723au_phy_iq_calibrate() to rtl8xxxu_gen1_phy_iq_calibra...Jes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723au_update_rate_mask() to rtl8xxxu_update_rate_mask()Jes Sorensen2016-04-261-4/+4
| * | rtl8xxxu: Rename rtl8723au_config_channel() to rtl8xxxu_gen1_config_channel()Jes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723a_disable_rf() to rtl8xxxu_gen1_disable_rf()Jes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723b_disable_rf() to rtl8xxxu_gen2_disable_rf()Jes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723bu_config_channel() to rtl8xxxu_gen2_config_channel()Jes Sorensen2016-04-261-3/+3
| * | rtl8xxxu: Rename rtl8723au_report_connect() to rtl8xxxu_gen1_report_connect()Jes Sorensen2016-04-261-4/+4
| * | rtl8xxxu: Rename rtl8723bu_report_connect() to rtl8xxxu_gen2_report_connect()Jes Sorensen2016-04-261-4/+4
| * | rtl8xxxu: Rename rtl8723bu_update_rate_mask() to rtl8xxxu_gen2_update_rate_ma...Jes Sorensen2016-04-261-4/+4
| * | rtlwifi: rtl8821ae: Make sure loop counter is signed on all architecturesDavid Müller2016-04-261-1/+1
| * | rtl818x_pci: Fix a memory leak in rtl8180_init_rx_ringJia-Ju Bai2016-04-261-0/+4
| * | rtl8xxxu: hide unused tablesArnd Bergmann2016-04-211-0/+4
| * | rtl8xxxu: Pause TX before calling disable_rf()Jes Sorensen2016-04-151-4/+2Star
| * | rtl8xxxu: Implement rtl8192e_enable_rf()Jes Sorensen2016-04-151-1/+38
| * | rtl8xxxu: Fix OOPS if user tries to add device via /sysJes Sorensen2016-04-151-0/+1
| * | rtl8xxxu: Fix 8188RU supportJes Sorensen2016-04-152-7/+15
| * | rtl8xxxu: Add TX power base values for gen1 partsJes Sorensen2016-04-152-14/+130
| * | rtl8xxxu: Set register 0xfe10 on rtl8192cu based partsJes Sorensen2016-04-151-0/+2
| * | rtl8xxxu: Update copyright statement to include 2016Jes Sorensen2016-04-153-3/+3
| * | rtl8xxxu: Unregister from mac80211 before shutting down the deviceJes Sorensen2016-04-151-10/+4Star
| * | rtl8xxxu: Match 8723bu power down sequence to vendor driverJes Sorensen2016-04-151-4/+12
| * | rtl8xxxu: Use rtl_chip == RTL8188R to identify high PA partsJes Sorensen2016-04-151-7/+5Star