#ifndef __REGDB_H__ #define __REGDB_H__ /* * Copyright 2009 John W. Linville * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ extern const struct ieee80211_regdomain *reg_regdb[]; extern int reg_regdb_size; #endif /* __REGDB_H__ */ ' value='09e99bca8324c3335794b86802486bb5191861d5'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-02-28 18:39:33 +0800
committerMark Brown <broonie@linaro.org>2014-03-13 09:47:05 +0000
commit09e99bca8324c3335794b86802486bb5191861d5 (patch)
tree7ec8af731667aae1757272a1ac1f14e55138e2d9 /Documentation
parentc5c67e31bc1b96658169b5b553b9be42e2ca6368 (diff)
spi: sc18is602: Convert to let spi core validate transfer speed
Set master->max_speed_hz and master->min_speed_hz then spi core will handle checking transfer speed. So we can remove the same checking in this driver. This patch also remove testing if hz is 0 because spi->max_speed_hz will be default set to master->min_speed_hz if it was not set. So the transfer speed will never set to 0. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')