Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-29 | huaweimodem: remove NULL check | Jeevaka Badrappan | 1 | -8/+0 | |
2011-01-12 | huaweimodem: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2010-11-29 | drivers: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -3/+3 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-10-27 | huaweimodem: Fix some GPRS context debug statements | Marcel Holtmann | 1 | -7/+7 | |
2010-10-27 | huaweimodem: Add some more GPRS context debug statements | Marcel Holtmann | 1 | -0/+4 | |
2010-10-25 | huaweimodem: Add bits and pieces for NDIS receive handling | Marcel Holtmann | 1 | -4/+60 | |
2010-10-24 | huaweimodem: Increase NDIS setup time to 20 seconds | Marcel Holtmann | 1 | -2/+2 | |
2010-10-05 | huaweimodem: Print the NDIS device node to be used | Marcel Holtmann | 1 | -0/+7 | |
2010-10-05 | huaweimodem: Add error handling for too many ^DHCP failures | Marcel Holtmann | 1 | -1/+9 | |
2010-09-27 | huaweimodem: Allow GPRS context allocation to fail | Marcel Holtmann | 1 | -1/+5 | |
2010-08-23 | huaweimodem: Add NDIS based GPRS context driver | Marcel Holtmann | 1 | -0/+338 | |