linux/drivers/net/wireless/ipw2x00
Dan Carpenter 9fdc723abf ipw2x00: clean up a condition
The original condition was "(PAGE_SIZE - len)" when "(len < PAGE_SIZE)"
is intended.

This condition is not really sufficient, but also not really needed...
If "len > PAGE_SIZE" then it we will print a warning message in dmesg
but there are no other effects.  Maybe we should just remove the
condition?

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-10-27 14:16:14 -04:00
..
ipw.h net/wireless: ipw2x00: add supported cipher suites to wiphy initialization 2012-04-12 15:10:48 -04:00
ipw2100.c wireless: ipw2x00: print SSID via %*pE 2014-10-14 02:18:27 +02:00
ipw2100.h ipw2x00: simplify scan_event handling 2013-02-09 11:30:48 -08:00
ipw2200.c ipw2x00: clean up a condition 2014-10-27 14:16:14 -04:00
ipw2200.h wireless: delete non-required instances of include <linux/init.h> 2014-01-03 15:37:01 -05:00
Kconfig drivers/net/wireless/ipw2x00: remove depends on CONFIG_EXPERIMENTAL 2013-01-22 12:01:35 -08:00
libipw.h ipw2x00: remove unused ->ibss_dfs pointer 2014-10-27 14:16:13 -04:00
libipw_geo.c net/wireless: ipw2x00: remove unreachable code 2012-11-16 14:29:06 -05:00
libipw_module.c ipw2x00: remove unused ->ibss_dfs pointer 2014-10-27 14:16:13 -04:00
libipw_rx.c ipw2x00: remove unused ->ibss_dfs pointer 2014-10-27 14:16:13 -04:00
libipw_tx.c
libipw_wx.c wireless: ipw2x00: print SSID via %*pE 2014-10-14 02:18:27 +02:00
Makefile