commit | 0024a1e73404b06a302f39eb3ceb15d9d741c552 | [log] [tgz] |
---|---|---|
author | Przemo Firszt <przemo@firszt.eu> | Mon Dec 10 23:21:22 2012 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 11 16:39:11 2013 -0800 |
tree | 4328b0d9798eded48fd5c903145721a09f3aa49d | |
parent | 87a573ada017b40facab87b149fcbb3344eab9e8 [diff] |
rtl8712: replace min with min_t I've changed the ugly casting here and used min_t() instead. I also changed the u16 to a u32 because ->network.Ssid.SsidLength is 32 bits. It doesn't make a difference, but truncating the upper bits away is sloppy. Signed-off-by: Przemo Firszt <przemo@firszt.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>