Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
e6db06a53b1dcf4e9da4aba143e2eb4d63418abb
/
drivers
/
net
/
wimax
/
i2400m
/
i2400m.h
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
781ba45
i2400m: drop i2400m_schedule_work()
by Tejun Heo
· 14 years ago
a34f0b3
fix comment typos concerning "consistent"
by Uwe Kleine-König
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
e3d3268
wimax: make functions local
by stephen hemminger
· 14 years ago
9d7fdf1
wimax/i2400m: Move module params to other file so they can be static
by Prasanna S Panchamukhi
· 15 years ago
2750290
wimax/i2400m: reserve additional space in the TX queue's buffer while allocating space for a new message header
by Prasanna S. Panchamukhi
· 15 years ago
d11a6e4
wimax i2400m: fix race condition while accessing rx_roq by using kref count
by Prasanna S. Panchamukhi
· 15 years ago
599e595
wimax/i2400m: add the error recovery mechanism on TX path
by Cindy H Kao
· 15 years ago
f4e4134
wimax/i2400m: fix for missed reset events if triggered by dev_reset_handle()
by Cindy H Kao
· 15 years ago
080de04
wimax/i2400m: move I2400M_MAX_MTU enum from netdev.c to i2400m.h
by Prasanna S. Panchamukhi
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
c931cee
wimax/i2400m: introduce i2400m_reset(), stopping TX and carrier
by Inaky Perez-Gonzalez
· 15 years ago
097acbe
wimax/i2400m: make i2400m->bus_dev_{stop,start}() optional
by Inaky Perez-Gonzalez
· 15 years ago
a0beba2
wimax/i2400m: queue device's report until the driver is ready for them
by Inaky Perez-Gonzalez
· 15 years ago
af77dfa
wimax/i2400m: move i2400m_init() out of i2400m.h
by Inaky Perez-Gonzalez
· 15 years ago
b9ee950
wimax/i2400m: fix deadlock: don't do BUS reset under i2400m->init_mutex
by Inaky Perez-Gonzalez
· 15 years ago
3725d8c
wimax/i2400m: Implement pre/post reset support in the USB driver
by Inaky Perez-Gonzalez
· 15 years ago
2869da8
wimax/i2400m: do bootmode buffer management in i2400m_setup/release()
by Inaky Perez-Gonzalez
· 15 years ago
0856ccf
wimax/i2400m: introduce i2400m->bus_setup/release
by Inaky Perez-Gonzalez
· 15 years ago
c2315b4
wimax/i2400m: clarify and fix i2400m->{ready,updown}
by Inaky Perez-Gonzalez
· 15 years ago
8f90f3e
wimax/i2400m: cleanup initialization/destruction flow
by Inaky Perez-Gonzalez
· 15 years ago
ac53aed
wimax/i2400m: on device stop, clean up pending wake & TX work
by Inaky Perez-Gonzalez
· 15 years ago
7b43ca7
wimax/i2400m: cache firmware on system suspend
by Inaky Perez-Gonzalez
· 15 years ago
3ef6129
wimax/i2400m: add reason argument to i2400m_dev_reset_handle()
by Inaky Perez-Gonzalez
· 15 years ago
b0fbcb2
wimax/i2400m: clean up & add a payload argument to i2400m_schedule_work()
by Inaky Perez-Gonzalez
· 15 years ago
bfc4418
wimax/i2400m: support extended firmware format
by Inaky Perez-Gonzalez
· 15 years ago
aba3792
wimax/i2400m: rework bootrom initialization to be more flexible
by Inaky Perez-Gonzalez
· 15 years ago
c308365
wimax/i2400m: Make boot retries a BUS-specific parameter
by Dirk Brandewie
· 15 years ago
a134fd6
wimax/i2400m: Ensure boot mode cmd and ack buffers are alloc'd before first message
by Dirk Brandewie
· 15 years ago
156f5a7
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
by GeunSik Lim
· 15 years ago
7308a0c
wimax/i2400m: move boot time poke table out of common driver
by Dirk Brandewie
· 15 years ago
ecddfd5
wimax/i2400m: Allow bus-specific driver to specify retry count
by Inaky Perez-Gonzalez
· 15 years ago
fb10167
wimax/i2400m: introduce module parameter to disable entering power save
by Inaky Perez-Gonzalez
· 16 years ago
fe44268
wimax/i2400m: generate fake source MAC address with random_ether_addr()
by Inaky Perez-Gonzalez
· 16 years ago
c747583
wimax/i2400m: implement RX reorder support
by Inaky Perez-Gonzalez
· 16 years ago
fd5c565
wimax/i2400m: support extended data RX protocol (no need to reallocate skbs)
by Inaky Perez-Gonzalez
· 16 years ago
8987691
wimax/i2400m: allow control of the base-station idle mode timeout
by Inaky Perez-Gonzalez
· 16 years ago
6a0f7ab
wimax/i2400m: firmware_check() encodes the firmware version in i2400m->fw_version
by Inaky Perez-Gonzalez
· 16 years ago
1039abb
wimax/i2400m: add the ability to fallback to other firmware files if the default is not there
by Inaky Perez-Gonzalez
· 16 years ago
e70049b
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
494ef10
wimax/i2400m: driver loads firmware v1.4 instead of v1.3
by Inaky Perez-Gonzalez
· 16 years ago
ee43777
wimax: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
ea24652
i2400m: host/device procotol and core driver definitions
by Inaky Perez-Gonzalez
· 16 years ago