aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/channel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18brcm80211: move under broadcom vendor directoryKalle Valo1-774/+0
2013-12-05brcm80211: fix usage of freq_reg_info()Luis R. Rodriguez1-1/+2
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez1-2/+2
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez1-20/+11
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+2
2013-02-14brcmsmac: fix brcms_c_country_valid()Dan Carpenter1-2/+1
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-4/+2
2013-01-03regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg1-4/+3
2013-01-03regulatory: remove handling of channel bandwidthJohannes Berg1-1/+1
2012-11-20brcmsmac: Use debug macros for general error and debug statementsSeth Forshee1-5/+5
2012-09-10brcmsmac: fix mismatch in number of custom regulatory rulesArend van Spriel1-1/+1
2012-08-02brcmsmac: use channel flags to restrict OFDMSeth Forshee1-4/+1
2012-07-09brcmsmac: fix brcms_c_regd_init() which crashed after 11ad patchArend van Spriel1-10/+7
2012-06-22brcmsmac: fix NULL pointer crash in brcms_c_regd_init()Arend van Spriel1-0/+5
2012-06-20brcm80211: smac: use current regulatory domain when checking whether OFDM is allowedSeth Forshee1-118/+14
2012-06-20brcm80211: smac: don't validate channels against internal regulatory dataSeth Forshee1-338/+6
2012-06-20brcm80211: smac: use mac80211 channel data for tx power limitsSeth Forshee1-59/+14
2012-06-20brcm80211: smac: enable/disable radio on regulatory updatesSeth Forshee1-41/+26
2012-06-20brcm80211: smac: inform mac80211 of the X2 regulatory domainSeth Forshee1-178/+207
2012-06-20brcm80211: smac: clean up channel.cSeth Forshee1-133/+5
2012-06-20brcm80211: smac: remove unused code for 40MHz channelsSeth Forshee1-116/+0
2012-06-20brcm80211: smac: don't set up tx power limits during initializationSeth Forshee1-8/+0
2012-05-16brcmsmac: use sprom from bcmaHauke Mehrtens1-4/+3
2012-04-13brcm80211: smac: only provide valid regulatory hintArend van Spriel1-1/+35
2011-11-11brcm80211: smac: remove code under unused macro definitionsArend van Spriel1-118/+0
2011-10-14brcm80211: moved function brcmu_chspec_malformedAlwin Beukers1-1/+27
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+1565