Skip to content

Commit

Permalink
wl18xx: add runtime configuration parameters
Browse files Browse the repository at this point in the history
Now wlcore requires the lower drivers to set the correct
configuration.  Move the existing private configuration to the proper
place and add all generic configuration parameters.

The important changes are in Tx interrupt pacing and Rx BA window size.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
  • Loading branch information
Luciano Coelho committed Jun 5, 2012
1 parent 169da04 commit 23ee9bf
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 28 deletions.
4 changes: 1 addition & 3 deletions drivers/net/wireless/ti/wl18xx/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ struct wl18xx_conf_phy {
u8 secondary_clock_setting_time;
};

struct wl18xx_conf {
/* TODO: move the wlcore conf here? */

struct wl18xx_priv_conf {
struct wl18xx_conf_phy phy;
};

Expand Down
Loading

0 comments on commit 23ee9bf

Please sign in to comment.