linux/drivers/net/wireless/iwlwifi/dvm
David S. Miller d98cae64e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
	drivers/net/wireless/ath/ath9k/Kconfig
	drivers/net/xen-netback/netback.c
	net/batman-adv/bat_iv_ogm.c
	net/wireless/nl80211.c

The ath9k Kconfig conflict was a change of a Kconfig option name right
next to the deletion of another option.

The xen-netback conflict was overlapping changes involving the
handling of the notify list in xen_netbk_rx_action().

Batman conflict resolution provided by Antonio Quartulli, basically
keep everything in both conflict hunks.

The nl80211 conflict is a little more involved.  In 'net' we added a
dynamic memory allocation to nl80211_dump_wiphy() to fix a race that
Linus reported.  Meanwhile in 'net-next' the handlers were converted
to use pre and post doit handlers which use a flag to determine
whether to hold the RTNL mutex around the operation.

However, the dump handlers to not use this logic.  Instead they have
to explicitly do the locking.  There were apparent bugs in the
conversion of nl80211_dump_wiphy() in that we were not dropping the
RTNL mutex in all the return paths, and it seems we very much should
be doing so.  So I fixed that whilst handling the overlapping changes.

To simplify the initial returns, I take the RTNL mutex after we try
to allocate 'tb'.

Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-19 16:49:39 -07:00
..
agn.h iwlwifi: dvm: constify configuration structs 2013-05-27 13:12:51 +02:00
calib.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
calib.h iwlwifi: a few fixes in license 2013-03-06 16:46:59 +01:00
commands.h Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next 2013-05-29 14:51:50 -04:00
debugfs.c iwlwifi: remove unneeded goto from iwl_dbgfs_log_event_read 2013-04-18 13:34:30 +02:00
dev.h iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
devices.c iwlwifi: dvm: constify configuration structs 2013-05-27 13:12:51 +02:00
led.c iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
led.h iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
lib.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
mac80211.c iwlwifi: mvm: implement D3 testing 2013-05-29 21:56:57 +02:00
main.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
Makefile
power.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
power.h iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
rs.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-06-19 16:49:39 -07:00
rs.h iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
rx.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
rxon.c iwlwifi: dvm: fix chain noise calibration 2013-06-04 13:14:08 +02:00
scan.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
sta.c iwlwifi: dvm: fix zero LQ CMD sending avoidance 2013-05-27 11:33:57 +02:00
testmode.c iwlwifi: a few fixes in license 2013-03-06 16:46:59 +01:00
tt.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
tt.h iwlwifi: update copyright 2013-01-24 13:00:55 +01:00
tx.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00
ucode.c iwlwifi: move some configuration parameters into DVM 2013-05-27 13:11:42 +02:00