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 Feb 3, 2012
1 parent 6338b51 commit a811804
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 27 deletions.
4 changes: 1 addition & 3 deletions drivers/net/wireless/ti/wl18xx/conf.h
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

0 comments on commit a811804

Please sign in to comment.