aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m/rx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | wimax/i2400m: introduce i2400m_reset(), stopping TX and carrierInaky Perez-Gonzalez2009-11-031-2/+2
* | wimax/i2400m: queue device's report until the driver is ready for themInaky Perez-Gonzalez2009-10-191-29/+113
* | wimax/i2400m: clarify and fix i2400m->{ready,updown}Inaky Perez-Gonzalez2009-10-191-9/+7
* | wimax/i2400m: rework bootrom initialization to be more flexibleInaky Perez-Gonzalez2009-10-191-0/+22
|/
* wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGNInaky Perez-Gonzalez2009-06-111-2/+2
* wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()Inaky Perez-Gonzalez2009-05-281-1/+2
* wimax/i2400m: trace commands sent from user space on the "echo" pipeInaky Perez-Gonzalez2009-05-281-0/+3
* wimax/i2400m: fix device crash: fix optimization in _roq_queue_update_wsInaky Perez-Gonzalez2009-05-141-3/+2
* wimax/i2400m: implement RX reorder supportInaky Perez-Gonzalez2009-03-021-25/+652
* wimax/i2400m: support extended data RX protocol (no need to reallocate skbs)Inaky Perez-Gonzalez2009-03-021-8/+109
* i2400m: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-2/+1
* i2400m: RX and TX data/control pathsInaky Perez-Gonzalez2009-01-071-0/+534