summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/phy
Commit message (Expand)AuthorAgeFilesLines
* brcm80211: Remove extern from function prototypesJoe Perches2013-09-252-312/+278Star
* brcmsmac: add support for BCM4313 iPA variantArend van Spriel2013-08-221-20/+53
* brcmsmac: reinitialize TSSI power control upon channel switchArend van Spriel2013-08-221-0/+2
* brcmsmac: correct phy registers for TSSI-based power controlArend van Spriel2013-08-221-0/+20
* brcmsmac: rework switch control table init including iPA BT-comboArend van Spriel2013-08-223-15/+89
* brcmsmac: avoid calling set_txpwr_by_index() twiceArend van Spriel2013-08-221-1/+1
* brcmsmac: fix TSSI idle estimationArend van Spriel2013-08-221-0/+9
* brcmsmac: change lcnphy receive i/q calibration routineArend van Spriel2013-08-221-20/+58
* brcmsmac: update transmit gain table for lcn phyArend van Spriel2013-08-221-108/+108
* brcmsmac: use ARRAY_SIZE in phytbl_lcn.cArend van Spriel2013-08-221-73/+44Star
* brcmsmac: change pa_gain for bcm4313 iPAArend van Spriel2013-08-221-5/+2Star
* brcmsmac: cosmetic change in phy_lcn.cArend van Spriel2013-08-221-107/+106Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-292-271/+162Star
|\
| * Revert "brcmsmac: support 4313iPA"John W. Linville2013-03-272-271/+162Star
* | brcmsmac: remove some pmu functions and use the bcma equivalentsHauke Mehrtens2013-03-274-47/+43Star
|/
* brcmsmac: Use udelay instead of usleep_rangeNiels Ole Salscheider2013-01-021-2/+2
* brcmsmac: support 4313iPAPiotr Haber2012-11-302-162/+271
* brcmsmac: move PHY functionsPiotr Haber2012-11-301-50/+52
* brcmsmac: handle non PCI devices in the phy codeHauke Mehrtens2012-07-101-2/+8
* brcmsmac: fix read in write_phy_regHauke Mehrtens2012-07-101-1/+1
* brcmsmac: add some workarounds for other chips againHauke Mehrtens2012-07-101-42/+89
* brcmsmac: use chip and package id constants from bcmaHauke Mehrtens2012-07-102-15/+15
* brcmsmac: remove si_pmu_spuravoid_pllupdate()Hauke Mehrtens2012-07-101-1/+2
* brcm80211: remove an unneeded NULL checkDan Carpenter2012-06-051-1/+1
* brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens2012-05-161-1/+1
* brcmsmac: use sprom from bcmaHauke Mehrtens2012-05-162-266/+132Star
* brcm80211: replace open-coded ARRAY_SIZE with the macroJim Cromie2012-04-122-32/+12Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-051-24/+4Star
|\
| * brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphyArend van Spriel2012-02-221-20/+1Star
| * brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057()Arend van Spriel2012-02-221-4/+3Star
* | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-1/+1
|/
* brcm80211: Use pr_fmt and pr_<level>Joe Perches2012-01-241-0/+2
* brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-01-241-2/+1Star
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-16/+16
* brcm80211: smac: precendence bug in wlc_phy_attach()Dan Carpenter2011-12-151-2/+2
* brcm80211: smac: remove ai_switch_core() functionArend van Spriel2011-12-131-6/+1Star
* brcm80211: smac: use bcma core control functionsArend van Spriel2011-12-131-2/+2
* brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel2011-12-132-21/+21
* brcm80211: smac: use bcma functions for register access in phy codeArend van Spriel2011-12-135-175/+158Star
* brcm80211: smac: use inline access functions for struct si_pub fieldsArend van Spriel2011-12-133-6/+0Star
* brcm80211: smac: fix channel frequencyAlwin Beukers2011-11-281-1/+1
* brcm80211: smac: remove code under unused macro definitionsArend van Spriel2011-11-111-8/+0Star
* brcm80211: smac: remove phy api bypass in rate.hArend van Spriel2011-11-081-1/+1
* brcm80211: smac: remove obsolete srom variables from n-phyArend van Spriel2011-11-082-40/+2Star
* brcm80211: removed duplicate definesAlwin Beukers2011-11-081-0/+1
* brcm80211: smac: removed redundant timer function parametersRoland Vossen2011-10-141-6/+6
* net: wireless: add brcm80211 driversArend van Spriel2011-10-1114-0/+54643