linux/drivers/net/wireless/iwlwifi/dvm
Emmanuel Grumbach c65dd1477b mac80211: inform the driver about update of dtim_period
Currently, when the driver requires the DTIM period,
mac80211 will wait to hear a beacon before association.
This behavior is suboptimal since some drivers may be
able to deal with knowing the DTIM period after the
association, if they get it at all.

To address this, notify the drivers with bss_info_changed
with the new BSS_CHANGED_DTIM_PERIOD flag when the DTIM
becomes known. This might be when changing to associated,
or later when the entire association was done with only
probe response information.

Rename the hardware flag for the current behaviour to
IEEE80211_HW_NEED_DTIM_BEFORE_ASSOC to more accurately
reflect its behaviour. IEEE80211_HW_NEED_DTIM_PERIOD is
no longer accurate as all drivers get the DTIM period
now, just not before association.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-01-31 14:05:38 +01:00
..
agn.h iwlwifi: fix queue flush confusion 2012-11-05 16:12:24 +01:00
calib.c iwlwifi: Change define and struct names in iwl-eeprom-parse.h 2012-12-06 22:21:38 +01:00
calib.h
commands.h iwlwifi: use __packed 2013-01-03 15:28:52 +01:00
debugfs.c iwlwifi: virtualize SRAM access 2013-01-03 15:30:19 +01:00
dev.h Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next 2012-12-11 16:03:03 -05:00
devices.c Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next 2012-12-11 16:03:03 -05:00
led.c iwlwifi: fix spelling and value in LED registers. 2013-01-03 15:33:29 +01:00
led.h
lib.c iwlwifi: Change define and struct names in iwl-eeprom-parse.h 2012-12-06 22:21:38 +01:00
mac80211.c mac80211: inform the driver about update of dtim_period 2013-01-31 14:05:38 +01:00
main.c iwlwifi: always check that grab_nic_access succeeds 2013-01-03 15:34:11 +01:00
Makefile
power.c
power.h
rs.c iwlwifi: Change define and struct names in iwl-eeprom-parse.h 2012-12-06 22:21:38 +01:00
rs.h
rx.c iwlwifi: initialize rx_status 2012-11-26 14:54:21 -05:00
rxon.c Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next 2012-12-11 16:03:03 -05:00
scan.c iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request 2012-12-10 22:38:58 +01:00
sta.c iwlwifi: Change define and struct names in iwl-eeprom-parse.h 2012-12-06 22:21:38 +01:00
testmode.c
tt.c iwlwifi: always check that grab_nic_access succeeds 2013-01-03 15:34:11 +01:00
tt.h
tx.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless 2013-01-28 13:54:03 -05:00
ucode.c iwlwifi: let the op_mode run a FW while in RFKILL 2013-01-03 15:28:16 +01:00