diff options
author | Andres Salomon <dilinger@collabora.co.uk> | 2010-02-25 19:18:47 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-07-05 11:15:44 -0700 |
commit | e08018b10218825052b02c0d65cf9b5dd229f5df (patch) | |
tree | d5f9b634361468b52ff35fc1029d3fbe18dafd7a /net/ipv4 | |
parent | 64b914d6daa61a17a8124a9b705de325178d59e0 (diff) |
mac80211: give warning if building w/out rate ctrl algorithm
commit c2ef355bf3ef0b8006b96128726684fba47ac928 upstream.
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>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions