Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159168
b: refs/heads/master
c: da3c821
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Weil authored and John W. Linville committed Jul 24, 2009
1 parent fef3d96 commit 5b23f33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: 4951348109c334f2b839816bd161522d089cb782
refs/heads/master: da3c821f549419e09b4b64f07d99f52174daae6d
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1251_acx.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ int wl1251_acx_default_key(struct wl1251 *wl, u8 key_id)
ret = wl1251_cmd_configure(wl, DOT11_DEFAULT_KEY,
default_key, sizeof(*default_key));
if (ret < 0) {
wl1251_error("Couldnt set default key");
wl1251_error("Couldn't set default key");
goto out;
}

Expand Down Expand Up @@ -231,7 +231,7 @@ int wl1251_acx_feature_cfg(struct wl1251 *wl)
ret = wl1251_cmd_configure(wl, ACX_FEATURE_CFG,
feature, sizeof(*feature));
if (ret < 0) {
wl1251_error("Couldnt set HW encryption");
wl1251_error("Couldn't set HW encryption");
goto out;
}

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1251_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static void wl1251_irq_work(struct work_struct *work)
wl->rx_counter =
wl1251_mem_read32(wl, wl->data_path->rx_control_addr);

/* We handle a frmware bug here */
/* We handle a firmware bug here */
switch ((wl->rx_counter - wl->rx_handled) & 0xf) {
case 0:
wl1251_debug(DEBUG_IRQ, "RX: FW and host in sync");
Expand Down Expand Up @@ -575,7 +575,7 @@ static int wl1251_hw_init_data_path_config(struct wl1251 *wl)
wl->data_path = kzalloc(sizeof(struct acx_data_path_params_resp),
GFP_KERNEL);
if (!wl->data_path) {
wl1251_error("Couldnt allocate data path parameters");
wl1251_error("Couldn't allocate data path parameters");
return -ENOMEM;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/wl1251_rx.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct wl1251_rx_descriptor {
u8 type;

/*
* Recevied Rate:
* Received Rate:
* 0x0A - 1MBPS
* 0x14 - 2MBPS
* 0x37 - 5_5MBPS
Expand Down

0 comments on commit 5b23f33

Please sign in to comment.