Build fix from Chris Rankin.
This commit is contained in:
parent
bf5fd7de1d
commit
eb3d94b742
1
CHANGES
1
CHANGES
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue