From: Jiri Slaby Date: Sun, 12 Oct 2008 20:54:10 +0000 (+0200) Subject: Ath5k: add AP mode X-Git-Tag: v2.6.29-rc1~581^2~886 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da966bcae70e4012b7d999820b728dd6502047e0;p=pandora-kernel.git Ath5k: add AP mode Add support for AP mode. This involves: - enablement in ath5k_beacon_config -- initialize beacon timer - add AP to the supported modes in ath5k_add_interface - handle beacon change even for AP in ath5k_config_interface - remove useless test for IBSS in ath5k_beacon_update Note that it doesn't enable the AP mode for the driver. It must be enabled by NL80211_IFTYPE_AP bit added to interface_modes. v2: Fixed opmode constant (IEEE80211_ to NL80211_) Signed-off-by: Jiri Slaby Cc: Nick Kossifidis Cc: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed