aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-02brcmsmac: Use udelay instead of usleep_rangeNiels Ole Salscheider1-2/+2
2012-11-30brcmsmac: support 4313iPAPiotr Haber2-162/+271
2012-11-30brcmsmac: move PHY functionsPiotr Haber1-50/+52
2012-07-10brcmsmac: handle non PCI devices in the phy codeHauke Mehrtens1-2/+8
2012-07-10brcmsmac: fix read in write_phy_regHauke Mehrtens1-1/+1
2012-07-10brcmsmac: add some workarounds for other chips againHauke Mehrtens1-42/+89
2012-07-10brcmsmac: use chip and package id constants from bcmaHauke Mehrtens2-15/+15
2012-07-10brcmsmac: remove si_pmu_spuravoid_pllupdate()Hauke Mehrtens1-1/+2
2012-06-05brcm80211: remove an unneeded NULL checkDan Carpenter1-1/+1
2012-05-16brcmsmac: remove ai_gpiocontrol()Hauke Mehrtens1-1/+1
2012-05-16brcmsmac: use sprom from bcmaHauke Mehrtens2-266/+132
2012-04-12brcm80211: replace open-coded ARRAY_SIZE with the macroJim Cromie2-32/+12
2012-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-24/+4
2012-02-22brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphyArend van Spriel1-20/+1
2012-02-22brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057()Arend van Spriel1-4/+3
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-1/+1
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-0/+2
2012-01-24brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-2/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-16/+16
2011-12-15brcm80211: smac: precendence bug in wlc_phy_attach()Dan Carpenter1-2/+2
2011-12-13brcm80211: smac: remove ai_switch_core() functionArend van Spriel1-6/+1
2011-12-13brcm80211: smac: use bcma core control functionsArend van Spriel1-2/+2
2011-12-13brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel2-21/+21
2011-12-13brcm80211: smac: use bcma functions for register access in phy codeArend van Spriel5-175/+158
2011-12-13brcm80211: smac: use inline access functions for struct si_pub fieldsArend van Spriel3-6/+0
2011-11-28brcm80211: smac: fix channel frequencyAlwin Beukers1-1/+1
2011-11-11brcm80211: smac: remove code under unused macro definitionsArend van Spriel1-8/+0
2011-11-08brcm80211: smac: remove phy api bypass in rate.hArend van Spriel1-1/+1
2011-11-08brcm80211: smac: remove obsolete srom variables from n-phyArend van Spriel2-40/+2
2011-11-08brcm80211: removed duplicate definesAlwin Beukers1-0/+1
2011-10-14brcm80211: smac: removed redundant timer function parametersRoland Vossen1-6/+6
2011-10-11net: wireless: add brcm80211 driversArend van Spriel14-0/+54643