aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rw-r--r--README2
-rw-r--r--at76_usb.c2
-rw-r--r--at76_usb.spec (renamed from at76c503a.spec)0
4 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2e90fe3..665906c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,15 +33,15 @@ KERNELRELEASE = $(shell sed -ne 's/"//g;s/^\#define UTS_RELEASE //p' \
obj-m = at76_usb.o
-SRCS = at76c503.c at76c503.h
+SRCS = at76_usb.c at76_usb.h at76_usb_ids.h
-SPECFILE = at76c503a.spec
+SPECFILE = at76_usb.spec
DISTFILES = $(SRCS) Makefile README COPYING CHANGELOG kernel_patch.diff
-# get the version from at76c503.h
+# get the version from at76_usb.h
ifndef M
-VERSION = $(shell sed -n 's/^\#define.*DRIVER_VERSION.*"\(.*\)".*$$/\1/p' at76c503.h)
+VERSION = $(shell sed -n 's/^\#define.*DRIVER_VERSION.*"\(.*\)".*$$/\1/p' at76_usb.h)
DISTNAME = at76_usb-$(VERSION)
DISTDIR = $(DISTNAME)
endif
diff --git a/README b/README
index 1b34105..24a3152 100644
--- a/README
+++ b/README
@@ -152,7 +152,7 @@ Following are some of the supported parameters:
- long preamble: iwpriv wlanX short_preamble 0
- short preamble: iwpriv wlanX short_preamble 1
- amount of debug messages: iwpriv wlanX set_debug N
- with N a combination of bits, see DBG_* in at76c503.h
+ with N a combination of bits, see DBG_* in at76_usb.h
- power save mode: iwpriv wlanX powersave_mode N (numbers 1, 2, 3 for
for none, save and smart save respectively)
- scan channel time: iwpriv wlanX scan_times <min_ch_time> <max_ch_time>
diff --git a/at76_usb.c b/at76_usb.c
index 5ba2460..c372f53 100644
--- a/at76_usb.c
+++ b/at76_usb.c
@@ -3844,7 +3844,7 @@ static void rx_data(struct at76c503 *dev)
if ((skb=check_for_rx_frags(dev)) == NULL)
return;
- /* if an skb is returned, the at76c503a_rx_header and the FCS is already removed */
+ /* if an skb is returned, the at76c503_rx_buffer and the FCS is already removed */
i802_11_hdr = (struct ieee80211_hdr_3addr *)skb->data;
skb->dev = netdev;
diff --git a/at76c503a.spec b/at76_usb.spec
index 81ddf8f..81ddf8f 100644
--- a/at76c503a.spec
+++ b/at76_usb.spec