Michael Büsch
eb032b9837
Update my e-mail address
...
Signed-off-by: Michael Buesch <m@bues.ch >
Signed-off-by: Jiri Kosina <jkosina@suse.cz >
2011-07-07 15:18:01 +02:00
Arnd Bergmann
2b18ab36cf
net/wireless: use generic_file_llseek in debugfs
...
The default llseek operation is changing from
default_llseek to no_llseek, so all code relying on
the current behaviour needs to make that explicit.
The wireless driver infrastructure and some of the drivers
make use of generated debugfs files, so they cannot
be converted by our script that automatically determines
the right operation.
All these files use debugfs and they typically rely
on simple_read_from_buffer, so the best llseek operation
here is generic_file_llseek.
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Cc: "John W. Linville" <linville@tuxdriver.com >
Cc: linux-wireless@vger.kernel.org
Cc: netdev@vger.kernel.org
2010-09-16 10:33:08 +02:00
Larry Finger
d8004cb926
b43legacy: Fix sparse warnings
...
Sparse yields the following warnings for b43legacy:
CHECK drivers/net/wireless/b43legacy/phy.c
drivers/net/wireless/b43legacy/phy.c:1304:31: warning: potentially expensive pointer subtraction
drivers/net/wireless/b43legacy/phy.c:1304:31: warning: potentially expensive pointer subtraction
drivers/net/wireless/b43legacy/phy.c:1304:31: warning: potentially expensive pointer subtraction
CHECK drivers/net/wireless/b43legacy/debugfs.c
drivers/net/wireless/b43legacy/debugfs.c:243:9: warning: memset with byte count of 131072
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2008-12-12 14:02:08 -05:00
Frank Lichtenheld
125c5cc2c8
b43legacy: properly fix a bogus gcc warning
...
Use initialized_var() to properly fix a bogus gcc warning.
Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it >
Cc: Frank Lichtenheld <frank@lichtenheld.de >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2008-01-28 15:05:02 -08:00
Stefano Brivio
187a9dca3f
b43legacy: fix possible buffer overrun in debugfs
...
Fix possible buffer overrun.
The patch to b43 by Michael Buesch <mb@bu3sch.de > has been ported to
b43legacy.
Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2007-11-10 04:25:13 -05:00
Larry Finger
75388acd0c
[B43LEGACY]: add mac80211-based driver for legacy BCM43xx devices
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2007-10-10 16:51:38 -07:00