Build fix from Chris Rankin.

This commit is contained in:
solomon 2005-12-05 14:31:27 +00:00
parent bf5fd7de1d
commit eb3d94b742
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@
*
* --------------------------------------------------------------------
0.2.4
- USB Build fix from Chris Rankin.
- Add ability to install prism2 firmware seperately. (Petteri Raty)
- Theoretically the per-frame signal/noise figures are now in dBm.
0.2.3

View file

@ -4186,6 +4186,7 @@ void hfa384x_usbin_txcompl(wlandevice_t *wlandev, hfa384x_usbin_t *usbin)
void hfa384x_usbin_rx(wlandevice_t *wlandev, struct sk_buff *skb)
{
hfa384x_usbin_t *usbin = (hfa384x_usbin_t *) skb->data;
hfa384x_t *hw = wlandev->priv;
int hdrlen;
p80211_rxmeta_t *rxmeta;
UINT16 data_len;