1
0
Fork 0
alistair23-linux/drivers/staging/wlan-ng
Linus Torvalds 2f37dd131c Staging and IIO driver update for 4.7-rc1
Here's the big staging and iio driver update for 4.7-rc1.
 
 I think we almost broke even with this release, only adding a few more
 lines than we removed, which isn't bad overall given that there's a
 bunch of new iio drivers added.  The Lustre developers seem to have
 woken up from their sleep and have been doing a great job in cleaning up
 the code and pruning unused or old cruft, the filesystem is almost
 readable :)
 
 Other than that, just a lot of basic coding style cleanups in the churn.
 All have been in linux-next for a while with no reported issues.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2
 
 iEYEABECAAYFAlc/00QACgkQMUfUDdst+ynXYQCdG9oEsw4CCItbjGfQau5YVGbd
 TOcAnA19tZz+Wcg3sLT8Zsm979dgVvDt
 =9UG/
 -----END PGP SIGNATURE-----

Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging and IIO driver updates from Greg KH:
 "Here's the big staging and iio driver update for 4.7-rc1.

  I think we almost broke even with this release, only adding a few more
  lines than we removed, which isn't bad overall given that there's a
  bunch of new iio drivers added.

  The Lustre developers seem to have woken up from their sleep and have
  been doing a great job in cleaning up the code and pruning unused or
  old cruft, the filesystem is almost readable :)

  Other than that, just a lot of basic coding style cleanups in the
  churn.  All have been in linux-next for a while with no reported
  issues"

* tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (938 commits)
  Staging: emxx_udc: emxx_udc: fixed coding style issue
  staging/gdm724x: fix "alignment should match open parenthesis" issues
  staging/gdm724x: Fix avoid CamelCase
  staging: unisys: rename misleading var ii with frag
  staging: unisys: visorhba: switch success handling to error handling
  staging: unisys: visorhba: main path needs to flow down the left margin
  staging: unisys: visorinput: handle_locking_key() simplifications
  staging: unisys: visorhba: fail gracefully for thread creation failures
  staging: unisys: visornic: comment restructuring and removing bad diction
  staging: unisys: fix format string %Lx to %llx for u64
  staging: unisys: remove unused struct members
  staging: unisys: visorchannel: correct variable misspelling
  staging: unisys: visorhba: replace functionlike macro with function
  staging: dgnc: Need to check for NULL of ch
  staging: dgnc: remove redundant condition check
  staging: dgnc: fix 'line over 80 characters'
  staging: dgnc: clean up the dgnc_get_modem_info()
  staging: lustre: lnet: enable configuration per NI interface
  staging: lustre: o2iblnd: properly set ibr_why
  staging: lustre: o2iblnd: remove last of kiblnd_tunables_fini
  ...
2016-05-20 22:20:48 -07:00
..
Kconfig
Makefile
README
cfg80211.c Staging and IIO driver update for 4.7-rc1 2016-05-20 22:20:48 -07:00
hfa384x.h Staging: wlan-ng: Remove unused functions and prototypes 2016-02-20 14:53:27 -08:00
hfa384x_usb.c staging: wlan-ng: rewrite NULL comparison 2016-04-29 17:43:15 -07:00
p80211conv.c Staging: wlan-ng: no need for memcpy() since its arguments are already equal 2016-03-29 12:43:14 -07:00
p80211conv.h staging/wlan-ng : Remove duplicated defines from p80211 2015-09-12 18:24:52 -07:00
p80211hdr.h staging: wlan-ng: Fix incorrect type in assignments 2014-10-28 15:41:43 +08:00
p80211ioctl.h
p80211metadef.h
p80211metastruct.h
p80211mgmt.h
p80211msg.h
p80211netdev.c Staging and IIO driver update for 4.7-rc1 2016-05-20 22:20:48 -07:00
p80211netdev.h Staging: wlan-ng: removed "next" member of wlandevice_t since it is not used anywhere in code. 2016-03-29 14:41:15 -07:00
p80211req.c staging: wlan-ng: Fix typo in comments and printk 2015-01-17 16:10:48 -08:00
p80211req.h
p80211types.h
p80211wep.c Staging: wlan-ng: Remove multiple assignments 2016-02-14 16:34:08 -08:00
prism2fw.c Staging: wlan-ng: memory allocated inside mkimage() is not freed if subsequent calls fails. 2016-04-29 17:43:15 -07:00
prism2mgmt.c staging: wlan-ng: prism2mgmt.c: Drop void pointer cast 2016-03-11 22:09:09 -08:00
prism2mgmt.h Staging: wlan-ng: Remove function prototype 2016-02-14 16:34:08 -08:00
prism2mib.c staging: wlan-ng: prism2mib.c: Drop void pointer cast 2016-03-11 22:09:09 -08:00
prism2sta.c Staging: wlan-ng: Do not print message if kzalloc() failed. 2016-03-11 22:09:09 -08:00
prism2usb.c Staging: wlan-ng: convert usb_prism_tbl[] array into a const array 2016-03-29 12:43:14 -07: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.