瀏覽代碼

iwlwifi: remove IWL_MULTICAST_ID

This constant is not used, and incorrect, since
the broadcast ID must be used for multicast too.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Johannes Berg 15 年之前
父節點
當前提交
94adfaa406
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/net/wireless/iwlwifi/iwl-commands.h

+ 0 - 1
drivers/net/wireless/iwlwifi/iwl-commands.h

@@ -952,7 +952,6 @@ struct iwl_qosparam_cmd {
 
 /* Special, dedicated locations within device's station table */
 #define	IWL_AP_ID		0
-#define IWL_MULTICAST_ID	1
 #define	IWL_STA_ID		2
 #define	IWL3945_BROADCAST_ID	24
 #define IWL3945_STATION_COUNT	25