aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-09-12 01:48:33 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-09-24 15:54:29 -0400
commited627be38a1a07c6986a9f17c299f6afc86ac6b7 (patch)
treea6e49bcc9b00fb0aa38fb94ef39903bddc56ce9d /include/net/mac80211.h
parent651b52254fc061f02d965524e71de4333a009a5a (diff)
downloadkernel_samsung_smdk4412-ed627be38a1a07c6986a9f17c299f6afc86ac6b7.zip
kernel_samsung_smdk4412-ed627be38a1a07c6986a9f17c299f6afc86ac6b7.tar.gz
kernel_samsung_smdk4412-ed627be38a1a07c6986a9f17c299f6afc86ac6b7.tar.bz2
airo: remove "basic_rate" module option
The "basic_rate" module option is not implemented correctly. If the rate was set to zero it was supposed to set it to "basic_rate | 0x80". Unfortunately the check to see if what zero was wrong and it checked "!ai->config.rates" (which is always false) instead of "!ai->config.rates[i]". This option was just used for development and it wasn't documented anywhere. Instead of fixing it, we can just remove it. Reported-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/mac80211.h')
0 files changed, 0 insertions, 0 deletions