| c312fb4a | 24-Jun-2012 |
Adrian Chadd <[email protected]> |
In a complete lack of foresight on my part, my previous commit broke the assumption that ath_softc doesn't change size based on build time configuration.
I picked up on this because suddenly radar s
In a complete lack of foresight on my part, my previous commit broke the assumption that ath_softc doesn't change size based on build time configuration.
I picked up on this because suddenly radar stuff didn't work; and although the ath_dfs code was setting sc_dodfs=1, the main ath driver saw sc_dodfs=0.
So for now, include opt_ath.h in driver source files. This seems like the sane thing to do anyway.
I'll have to do a pass over the code at some later stage and turn the radiotap TX/RX structs into malloc'ed memory, rather than in-line inside of ath_softc. I'd rather like to keep ath_softc the same layout regardless of configuration parameters.
Pointy hat to: adrian
show more ...
|