summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-12-10mwifiex: remove redundant goto exit_remove statementAmitkumar Karwar1-6/+2
2013-12-10mwifiex: update statistics for bridged packets on AP interfaceUjjal Roy1-1/+14
2013-12-10mwifiex: correct TX byte count statisticsUjjal Roy5-1/+5
2013-12-10mwifiex: correct RX byte count statisticsUjjal Roy1-2/+3
2013-12-10mwifiex: fix rx_pending count imbalanceUjjal Roy6-31/+19
2013-12-10mwifiex: avoid using variable name eth_hdrBing Zhao1-10/+10
2013-12-10mwifiex: fix an issue with Appletalk devicesAmitkumar Karwar2-4/+12
2013-12-10mwifiex: remove rfc1042_eth_hdr variableAmitkumar Karwar2-6/+4
2013-12-10mwifiex: declare snap_type as __be16 variableAmitkumar Karwar2-4/+4
2013-12-10mwifiex: use little-endian variables in firmware structuresUjjal Roy3-17/+17
2013-12-10bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-12-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville6-123/+54
2013-12-10Merge tag 'for-linville-20131203' of git://github.com/kvalo/athJohn W. Linville18-406/+1413
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville19-44/+134
2013-12-06ath: fix dynamic user regulatory domain supportLuis R. Rodriguez1-6/+22
2013-12-06ath: dynamic user allow check helper to the topLuis R. Rodriguez1-12/+11
2013-12-06ath: move dynamic_country_user_possible() to the topLuis R. Rodriguez1-72/+72
2013-12-06ath: fix usage of freq_reg_info()Luis R. Rodriguez1-1/+1
2013-12-06ath: move the channel for ath_reg_apply_beaconing_flags() into helperLuis R. Rodriguez1-19/+20
2013-12-06ath: simplify ath_reg_apply_beaconing_flags()Luis R. Rodriguez1-21/+10
2013-12-06ath: rename ath_reg_apply_active_scan_flags() to ath_reg_apply_ir_flags()Luis R. Rodriguez1-3/+3
2013-12-06ath: clean up ath_reg_apply_active_scan_flags()Luis R. Rodriguez1-38/+63
2013-12-06ath: fix logic on ath_reg_apply_active_scan_flags()Luis R. Rodriguez1-6/+6
2013-12-05wcn36xx: fix typo errorChun-Yeow Yeoh2-3/+3
2013-12-05rtlwifi: rtl8188ee: Fix typo in codeLarry Finger1-1/+1
2013-12-05bcma: pci: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-05wireless: libertas: remove unnecessary spi_set_drvdata()Jingoo Han1-1/+0
2013-12-05wireless: rt2x00: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-12-05wireless: prism54: remove unnecessary pci_set_drvdata()Jingoo Han2-3/+0
2013-12-05wireless: ipw2100: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-05brcmsmac: remove dependency on CRC8 and CRC_CCITTHauke Mehrtens1-2/+0
2013-12-05ath9k: fix retry chain initialization in tx99 codeLorenzo Bianconi1-0/+1
2013-12-05wcn36xx: set self STA default HT parametersChun-Yeow Yeoh1-0/+17
2013-12-05libertas sdio: claim device before calling sdio_disable_func()Alexey Khoroshilov1-2/+2
2013-12-05rtlwifi: rtl8192cu: Update table.cMark Cave-Ayland1-20/+20
2013-12-05rtlwifi: rtl8192cu: Bring rtl92cu_phy_bb_config() up to dateMark Cave-Ayland1-1/+5
2013-12-05rtlwifi: Bring _rtl92c_phy_iq_calibrate() in line with the vendor driverMark Cave-Ayland2-12/+29
2013-12-05rtlwifi: rtl8192c: Update dynamic gain calculationsLarry Finger1-98/+193
2013-12-05rtlwifi: Add missing code to PWDB statics routineLarry Finger1-0/+14
2013-12-05rtlwifi: rtl8192cu: Fix some code in RF handlingLarry Finger1-13/+16
2013-12-05rtlwifi: rtl8192cu: Update the power index registersLarry Finger2-0/+12
2013-12-05rtlwifi: rtl8192c: Add routines to save/restore power index registersLarry Finger1-0/+36
2013-12-05rtlwifi: Update beacon statistics for USB driverLarry Finger1-0/+2
2013-12-05rtlwifi: Increase the RX queue length for USB driversLarry Finger1-1/+1
2013-12-05rtlwifi: rtl8192c: Add new definitions in the dm_common headerLarry Finger1-0/+14
2013-12-05rtlwifi: Set the link stateLarry Finger1-0/+1
2013-12-05rtlwifi: Redo register save locationsLarry Finger1-16/+16
2013-12-05rtlwifi: rtl8192cu: Add new firmwareLarry Finger3-3/+24
2013-12-05rtlwifi: rtl8192c: Prevent reconnect attempts if not connectedLarry Finger1-1/+2
2013-12-05rt2x00: rt2800lib: no need to write RF register 3 twice for RT5592Kevin Lo1-1/+0