]> Pileus Git - ~andy/linux/commit
mac80211: Introduce a generic commit() to apply changes
authorAlina Friedrichsen <x-alina@gmx.net>
Sat, 21 Feb 2009 00:27:29 +0000 (01:27 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:52:54 +0000 (14:52 -0500)
commit79f6440c527c61bcd84edfbdeb390841b9fe5095
tree90d86bb64fade58b3acdc8b5954b9e9148c963bd
parent5f9724dd94d63e26edb02d9f6a4ce1ce35737f14
mac80211: Introduce a generic commit() to apply changes

This patch introduces a generic commit() function which initiate a
new network joining process. It should be called after some interface
config changes, so that the changes get applied more cleanly. Currently
set_ssid() and set_bssid() call it. Others can be added in future
patches.

In version 1 the header files was forgotten, sorry.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ibss.c
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c