linux/drivers/net/wireless/brcm80211/brcmsmac
Seth Forshee 7f38e5bc93 brcmsmac: use channel flags to restrict OFDM
brcmsmac cannot call freq_reg_info() during channel changes as it does
not hold cfg80211_lock, and as a result it generates a lockdep warning.
freq_reg_info() is being used to determine whether OFDM is allowed on
the current channel, so we can avoid the errant call by using the new
IEEE80211_CHAN_NO_OFDM for this purpose instead.

Reported-by: Josh Boyer <jwboyer@redhat.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-08-02 13:51:48 -04:00
..
phy brcmsmac: handle non PCI devices in the phy code 2012-07-10 12:16:57 -04:00
aiutils.c brcmsmac: remove some redundant chip common workarounds 2012-07-10 12:16:51 -04:00
aiutils.h brcmsmac: use chip and package id constants from bcma 2012-07-10 12:16:52 -04:00
ampdu.c brcmsmac: restructure info->control.sta handling as it is goning to be removed soon. 2012-07-12 15:27:17 -04:00
ampdu.h
antsel.c brcmsmac: use sprom from bcma 2012-05-16 12:45:23 -04:00
antsel.h
brcms_trace_events.c
brcms_trace_events.h
channel.c brcmsmac: use channel flags to restrict OFDM 2012-08-02 13:51:48 -04:00
channel.h brcm80211: smac: use current regulatory domain when checking whether OFDM is allowed 2012-06-20 15:14:40 -04:00
d11.h
dma.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem 2012-07-12 13:44:50 -04:00
dma.h
mac80211_if.c brcmsmac: use channel flags to restrict OFDM 2012-08-02 13:51:48 -04:00
mac80211_if.h
main.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem 2012-07-20 12:30:48 -04:00
main.h
Makefile brcmsmac: remove nicpci.c 2012-05-16 12:45:25 -04:00
phy_shim.c brcmsmac: remove brcmsmac own sprom parsing 2012-05-16 12:45:23 -04:00
phy_shim.h brcmsmac: remove brcmsmac own sprom parsing 2012-05-16 12:45:23 -04:00
pmu.c brcmsmac: use chip and package id constants from bcma 2012-07-10 12:16:52 -04:00
pmu.h brcmsmac: remove si_pmu_spuravoid_pllupdate() 2012-07-10 12:16:50 -04:00
pub.h brcmsmac: extend brcms_c_chipmatch() to also handle non PCIe devices 2012-07-10 12:16:56 -04:00
rate.c
rate.h
scb.h
stf.c brcmsmac: use sprom from bcma 2012-05-16 12:45:23 -04:00
stf.h
types.h
ucode_loader.c
ucode_loader.h