Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246906
b: refs/heads/master
c: e339807
h: refs/heads/master
v: v3
  • Loading branch information
Wey-Yi Guy committed Apr 18, 2011
1 parent 9f0efa7 commit e65707f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 119ea186cad7643ea82b7290374ebb8e780c35b6
refs/heads/master: e339807d97bcb4e214c9137bb5bbb2f685054624
10 changes: 0 additions & 10 deletions trunk/drivers/net/wireless/iwlwifi/iwl-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,21 +195,11 @@ struct iwl_nic_ops {
void (*additional_nic_config)(struct iwl_priv *priv);
};

struct iwl_legacy_ops {
void (*post_associate)(struct iwl_priv *priv);
void (*config_ap)(struct iwl_priv *priv);
/* station management */
int (*update_bcast_stations)(struct iwl_priv *priv);
int (*manage_ibss_station)(struct iwl_priv *priv,
struct ieee80211_vif *vif, bool add);
};

struct iwl_ops {
const struct iwl_lib_ops *lib;
const struct iwl_hcmd_ops *hcmd;
const struct iwl_hcmd_utils_ops *utils;
const struct iwl_nic_ops *nic;
const struct iwl_legacy_ops *legacy;
};

struct iwl_mod_params {
Expand Down

0 comments on commit e65707f

Please sign in to comment.