iwlwifi: unify iwl_setup_rxon_timing
This patch unifies setup_rxon_timing funcions of AGN and 3945. HWs differ only in supported maximal beacon interval. This is reflected in hw_paras.max_beacon_itrvl Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
4e05c2347a
commit
2c2f3b3388
@ -765,6 +765,8 @@ struct iwl5000_rxon_assoc_cmd {
|
||||
} __attribute__ ((packed));
|
||||
|
||||
#define IWL_CONN_MAX_LISTEN_INTERVAL 10
|
||||
#define IWL_MAX_UCODE_BEACON_INTERVAL 4 /* 4096 */
|
||||
#define IWL39_MAX_UCODE_BEACON_INTERVAL 1 /* 1024 */
|
||||
|
||||
/*
|
||||
* REPLY_RXON_TIMING = 0x14 (command, has simple generic response)
|
||||
|
Reference in New Issue
Block a user