Paul Gortmaker
|
6eb07caf1a
drivers/net: Add moduleparam.h to drivers as required.
|
13 years ago |
Paul Gortmaker
|
ee40fa0656
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
stephen hemminger
|
e3d32687a6
wimax: make functions local
|
14 years ago |
Linus Torvalds
|
3cfc2c42c1
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
15 years ago |
Uwe Kleine-König
|
421f91d21a
fix typos concerning "initiali[zs]e"
|
15 years ago |
Eric Dumazet
|
ba2d358791
drivers/net: use __packed annotation
|
15 years ago |
Joe Perches
|
ee289b6440
drivers/net: remove useless semicolons
|
15 years ago |
David S. Miller
|
1cdc5abf40
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimax
|
15 years ago |
Joe Perches
|
a4b770972b
drivers/net: Remove unnecessary returns from void function()s
|
15 years ago |
Prasanna S Panchamukhi
|
9d7fdf1ba9
wimax/i2400m: Move module params to other file so they can be static
|
15 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Inaky Perez-Gonzalez
|
c931ceeb78
wimax/i2400m: introduce i2400m_reset(), stopping TX and carrier
|
15 years ago |
Inaky Perez-Gonzalez
|
55a662d646
wimax/i2400m: implement passive mode as a module option
|
15 years ago |
Roel Kluin
|
a6346fa583
i2400m: keep index within ms_to_errno[]
|
16 years ago |
Cindy H Kao
|
0bcfc5ef01
wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYS
|
16 years ago |
Inaky Perez-Gonzalez
|
b4013f91cd
wimax/i2400m: if a device reboot happens during probe, handle it
|
16 years ago |
Inaky Perez-Gonzalez
|
b4bd07e3b1
wimax/i2400m: don't reset device on i2400m_dev_shutdown()
|
16 years ago |
Inaky Perez-Gonzalez
|
fb10167478
wimax/i2400m: introduce module parameter to disable entering power save
|
16 years ago |
Inaky Perez-Gonzalez
|
052991d7ac
wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()
|
16 years ago |
Inaky Perez-Gonzalez
|
8ac1101f8c
wimax/i2400m: factor out 'state report's TLV handling to a function
|
16 years ago |
Inaky Perez-Gonzalez
|
223beea238
wimax/i2400m: allow kernel commands to device to be logged too
|
16 years ago |
Inaky Perez-Gonzalez
|
c747583d19
wimax/i2400m: implement RX reorder support
|
16 years ago |
Inaky Perez-Gonzalez
|
fd5c565c0c
wimax/i2400m: support extended data RX protocol (no need to reallocate skbs)
|
16 years ago |
Inaky Perez-Gonzalez
|
8987691a4a
wimax/i2400m: allow control of the base-station idle mode timeout
|
16 years ago |
Inaky Perez-Gonzalez
|
6a0f7ab830
wimax/i2400m: firmware_check() encodes the firmware version in i2400m->fw_version
|
16 years ago |
Inaky Perez-Gonzalez
|
efa05d0f0a
wimax/i2400m: drop support for deprecated major fw interface, add for new minor
|
16 years ago |
Inaky Perez-Gonzalez
|
f4895b8bc8
wimax/i2400m: error paths that need to free an skb should use kfree_skb()
|
16 years ago |
Inaky Perez-Gonzalez
|
3a35a1d0bd
i2400m: various functions for device management
|
16 years ago |