linux/net/mac80211
Johannes Berg 57c4d7b4c4 mac80211: clean up beacon interval settings
We currently have two beacon interval configuration knobs:
hw.conf.beacon_int and vif.bss_info.beacon_int. This is
rather confusing, even though the former is used when we
beacon ourselves and the latter when we are associated to
an AP.

This just deprecates the hw.conf.beacon_int setting in favour
of always using vif.bss_info.beacon_int. Since it touches all
the beaconing IBSS code anyway, we can also add support for
the cfg80211 IBSS beacon interval configuration easily.

NOTE: The hw.conf.beacon_int setting is retained for now due
      to drivers still using it -- I couldn't untangle all
      drivers, some are updated in this patch.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-05-06 15:14:33 -04:00
..
aes_ccm.c
aes_ccm.h
aes_cmac.c
aes_cmac.h
agg-rx.c
agg-tx.c
cfg.c mac80211: clean up beacon interval settings 2009-05-06 15:14:33 -04:00
cfg.h
debugfs_key.c
debugfs_key.h
debugfs_netdev.c
debugfs_netdev.h
debugfs_sta.c
debugfs_sta.h
debugfs.c nl80211: Add set/get for frag/rts threshold and retry limits 2009-04-22 16:57:17 -04:00
debugfs.h
event.c nl80211: Add Michael MIC failure event 2009-04-22 16:54:28 -04:00
ht.c cfg80211: clean up includes 2009-04-22 16:57:17 -04:00
ibss.c mac80211: clean up beacon interval settings 2009-05-06 15:14:33 -04:00
ieee80211_i.h mac80211: fix scan races and rework scanning 2009-05-06 15:14:31 -04:00
iface.c mac80211: convert to cfg80211 IBSS API 2009-04-22 16:57:17 -04:00
Kconfig mac80211: enable PS by default 2009-04-22 16:57:16 -04:00
key.c
key.h
led.c
led.h
main.c mac80211: clean up beacon interval settings 2009-05-06 15:14:33 -04:00
Makefile
mesh_hwmp.c
mesh_pathtbl.c
mesh_plink.c
mesh.c
mesh.h
michael.c
michael.h
mlme.c mac80211: clean up beacon interval settings 2009-05-06 15:14:33 -04:00
pm.c mac80211: add hardware restart function 2009-04-22 16:57:14 -04:00
rate.c
rate.h
rc80211_minstrel_debugfs.c
rc80211_minstrel.c
rc80211_minstrel.h
rc80211_pid_algo.c
rc80211_pid_debugfs.c
rc80211_pid.h
rx.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 2009-04-25 16:36:46 -07:00
scan.c mac80211: fix scan races and rework scanning 2009-05-06 15:14:31 -04:00
spectmgmt.c cfg80211: clean up includes 2009-04-22 16:57:17 -04:00
sta_info.c mac80211: clean up beacon interval settings 2009-05-06 15:14:33 -04:00
sta_info.h mac80211: convert to cfg80211 IBSS API 2009-04-22 16:57:17 -04:00
tkip.c
tkip.h
tx.c mac80211: clean up beacon interval settings 2009-05-06 15:14:33 -04:00
util.c mac80211: validate TIM IE length (redux) 2009-04-22 16:57:18 -04:00
wep.c
wep.h
wext.c mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUT 2009-04-22 16:57:20 -04:00
wme.c
wme.h
wpa.c nl80211: Add Michael MIC failure event 2009-04-22 16:54:28 -04:00
wpa.h