Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
Conflicts: net/nfc/netlink.c Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
commit
c487606f83
148 changed files with 3979 additions and 3473 deletions
|
@ -2056,7 +2056,7 @@ failed:
|
|||
mac80211_hwsim_free();
|
||||
return err;
|
||||
}
|
||||
|
||||
module_init(init_mac80211_hwsim);
|
||||
|
||||
static void __exit exit_mac80211_hwsim(void)
|
||||
{
|
||||
|
@ -2067,7 +2067,4 @@ static void __exit exit_mac80211_hwsim(void)
|
|||
mac80211_hwsim_free();
|
||||
unregister_netdev(hwsim_mon);
|
||||
}
|
||||
|
||||
|
||||
module_init(init_mac80211_hwsim);
|
||||
module_exit(exit_mac80211_hwsim);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue