aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller14-111/+63
2015-06-15rtlwifi: rtl8192c: Add init codes for "fw_version" and "fw_subversion".Taehee Yoo1-1/+2
2015-06-15rtlwifi: rtl8192cu: Fix variable isfirst_ampduTaehee Yoo1-1/+1
2015-06-15rtlwifi: rtl8192cu: debug message change "RTL8192CE" to "RTL8192CU"Taehee Yoo1-5/+5
2015-06-15rtlwifi: rtl8192cu: remove duplicated routine in _rtl92c_phy_rf6052_config_parafileTaehee Yoo1-4/+0
2015-06-15rtlwifi: fix tm_trigger usageHans Ulli Kroll7-29/+21
2015-06-15rtlwifi: rtl8192cu: remove INTF_PCI and INTF_USBTaehee Yoo1-14/+4
2015-06-15rtlwifi: rtl8192cu: remove _InitBeaconParameters().Taehee Yoo3-39/+22
2015-06-15rtlwifi: rtl8192cu: remove IS_HARDWARE_TYPE_8192CE and IS_HARDWARE_TYPE_8192CUTaehee Yoo1-15/+3
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-12/+10
2015-06-08rtlwifi: rtl8192cu: Fix performance issue.Taehee Yoo1-3/+5
2015-05-26rtlwifi: fix typos in KconfigKevin Lo1-1/+1
2015-05-26rtlwifi: Remove the clear interrupt routine from all driversVincent Fann5-83/+0
2015-05-26rtlwifi: rtl8821ae: Fix problem with regulatory informationShao Fu1-2/+2
2015-05-26rtlwifi: rtl8723be: Update driver for regulatory changesShao Fu1-2/+2
2015-05-26rtlwifi: rtl8192ee: Apply the regulatory changes to driverShao Fu1-2/+2
2015-05-26rtlwifi: rtl8188ee: Apply the new regulatory informationShao Fu1-2/+2
2015-05-26rtlwifi: Update regulatory databaseShao Fu2-4/+39
2015-05-26rtlwifi: btcoexist: Fix interference between rtl8723be and BluetoothDaniel Drake1-2/+5
2015-05-26rtlwifi: rtl8192cu: Remove rtl92c_init_beacon_max_error's parameterTaehee Yoo3-3/+3
2015-05-26rtlwifi: rtl8192cu: Remove setting REG_BCN_MAX_ERR code in _rtl92cu_set_media_status().Taehee Yoo1-1/+0
2015-05-26rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path.Lauri Kenttä2-2/+2
2015-05-24Merge tag 'wireless-drivers-next-for-davem-2015-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-2/+2
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-09wireless: fix typos in mwifiex and rtlwifiMasanari Iida2-2/+2
2015-04-28rtlwifi: rtl8192cu: Fix kernel deadlockLarry Finger1-1/+1
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-2/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds38-292/+66
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2015-04-07rtlwifi: Add encryption argument in rtl_is_special_data for checking DHCP packet.Taehee Yoo4-6/+11
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+11
2015-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller14-40/+32
2015-03-30rtlwifi: rtl8192cu: Add new device IDMarek Vasut1-0/+1
2015-03-30rtlwifi: rtl8192cu: Add new USB IDLarry Finger1-0/+1
2015-03-30rtlwifi: Change REG_CR+2 to MSRTaehee Yoo9-11/+11
2015-03-22rtlwifi: Fix IOMMU mapping leak in AP modeLarry Finger1-1/+11
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2015-03-20rtl8188ee: fix build break due to missing rtl_hal_pwrseqcmdparsing definitionJeff Layton1-0/+1
2015-03-16rtlwifi: No need to export rtl_evm_dbm_jaguar anymorePriit Laes3-17/+15
2015-03-16rtlwifi: Clean rtl_evm_db_to_percentage a bitPriit Laes1-9/+2
2015-03-13rtlwifi: rtl8192cu: remove unused arguments from _beacon_function_enable()Taehee Yoo1-3/+2
2015-03-13rtlwifi: Remove duplicated prototypeTaehee Yoo1-1/+0
2015-03-06treewide: Fix typo in printk messagesMasanari Iida2-2/+2
2015-03-06Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller28-243/+20
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-3/+3
2015-03-03rtlwifi: Improve handling of IPv6 packetsLarry Finger1-2/+5
2015-03-03rtlwifi: rtl8192cu: Add case in rtl92cu_get_hw_regTaehee Yoo1-0/+2
2015-03-03rtlwifi: rtl8188ee: missing curly braces in handle_branch1()Dan Carpenter1-1/+2
2015-03-03rtlwifi: rtl8821ae: Remove duplicate hex prefixesRasmus Villemoes1-1/+1
2015-03-03rtlwifi: Remove unused RTL_SUPPORTED_CTRL_FILTER definePriit Laes1-2/+0