diff options
author | Andres Salomon <dilinger@collabora.co.uk> | 2010-02-26 03:18:47 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-11 01:09:40 +0300 |
commit | c2ef355bf3ef0b8006b96128726684fba47ac928 (patch) | |
tree | f2c483da2b117cc708d7d7bce355012a27e3cc67 /drivers/net/wireless/ath/ath5k/ath5k.h | |
parent | 1da3f88222579135569ad52d1c82a7393cf87178 (diff) | |
download | linux-c2ef355bf3ef0b8006b96128726684fba47ac928.tar.xz |
mac80211: give warning if building w/out rate ctrl algorithm
I discovered that if EMBEDDED=y, one can accidentally build a mac80211 stack
and drivers w/ no rate control algorithm. For drivers like RTL8187 that don't
supply their own RC algorithms, this will cause ieee80211_register_hw to
fail (making the driver unusable).
This will tell kconfig to provide a warning if no rate control algorithms
have been selected. That'll at least warn the user; users that know that
their drivers supply a rate control algorithm can safely ignore the
warning, and those who don't know (or who expect to be using multiple
drivers) can select a default RC algorithm.
Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
0 files changed, 0 insertions, 0 deletions