remarkable-linux/drivers/staging/wlan-ng
Jarod Wilson 9c22b4a34e net: use core MTU range checking in wireless drivers
- set max_mtu in wil6210 driver
- set max_mtu in atmel driver
- set min/max_mtu in cisco airo driver, remove airo_change_mtu
- set min/max_mtu in ipw2100/ipw2200 drivers, remove libipw_change_mtu
- set min/max_mtu in p80211netdev, remove wlan_change_mtu
- set min/max_mtu in net/mac80211/iface.c and remove ieee80211_change_mtu
- set min/max_mtu in wimax/i2400m and remove i2400m_change_mtu
- set min/max_mtu in intersil/hostap and remove prism2_change_mtu
- set min/max_mtu in intersil/orinoco
- set min/max_mtu in tty/n_gsm and remove gsm_change_mtu

CC: netdev@vger.kernel.org
CC: linux-wireless@vger.kernel.org
CC: Maya Erez <qca_merez@qca.qualcomm.com>
CC: Simon Kelley <simon@thekelleys.org.uk>
CC: Stanislav Yakovlev <stas.yakovlev@gmail.com>
CC: Johannes Berg <johannes@sipsolutions.net>
CC: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-10-20 14:51:08 -04:00
..
cfg80211.c staging: wlan-ng: avoid new typedef: p80211item_pstr32_t 2016-09-25 19:54:01 +02:00
hfa384x.h staging: wlang-ng: Fix block comments style warnings in hfa384x.h 2016-10-02 17:06:21 +02:00
hfa384x_usb.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
Kconfig
Makefile
p80211conv.c staging: wlan-ng: avoid new typedef: netdevice_t 2016-09-28 11:32:19 +02:00
p80211conv.h
p80211hdr.h
p80211ioctl.h
p80211metadef.h Staging: wlan-ng: changed definition of DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() macro 2016-09-12 13:19:10 +02:00
p80211metastruct.h staging: wlan-ng: avoid new typedef: p80211item_unk4096_t 2016-09-25 19:54:01 +02:00
p80211mgmt.h
p80211msg.h
p80211netdev.c net: use core MTU range checking in wireless drivers 2016-10-20 14:51:08 -04:00
p80211netdev.h staging: wlan-ng: fix line style warnings in p80211netdev.h 2016-09-28 11:32:19 +02:00
p80211req.c staging: wlan-ng: avoid new typedef: p80211itemd_t 2016-09-25 19:53:06 +02:00
p80211req.h staging: wlan-ng: Remove the typedef to the 'wlandevice' structure 2016-09-18 12:39:31 +02:00
p80211types.h staging: wlan-ng: fix block comments style errors 2016-09-25 19:54:45 +02:00
p80211wep.c staging: wlan-ng: Remove the typedef to the 'wlandevice' structure 2016-09-18 12:39:31 +02:00
prism2fw.c staging: wlang-ng: avoid new typedef: hfa384x_pdrec_t 2016-10-02 17:03:56 +02:00
prism2mgmt.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
prism2mgmt.h staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
prism2mib.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
prism2sta.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
prism2usb.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
README

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- move to use the in-kernel wireless stack

Please send any patches or complaints about this driver to Greg
Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
kernel developers about it, they want nothing to do with it.