aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove netdev_name, names of network devices can be set via udevmerge-upstreamGuido Guenther2007-03-03
|
* move code around a bit for better readability, remove superflous macros and ↵Guido Guenther2007-03-02
| | | | match the code layout to other (wireless) drivers
* adjust if/while statements to CodingStyleGuido Guenther2007-02-24
|
* move debug macros into one place and make debug variable staticGuido Guenther2007-02-24
|
* Merge branch 'locals/fix-hidden-essid' into merge-upstreamGuido Guenther2007-02-24
|\
| * also scan with the current ESSIDGuido Guenther2007-02-21
| | | | | | | | fixes problems with hidden ESSIDs in managed mode
* | fix usage of CTRL_USB_GET_TIMEOUTGuido Guenther2007-02-24
| |
* | rediff against 2.6.20 finalsubmit_upstream_second_tryGuido Guenther2007-02-22
| |
* | cvsimportGuido Guenther2007-02-22
|\ \ | |/ |/| | | | | | | | | | | resolve conflicts Conflicts: at76c503.c
| * adjust to current source layout and kernel 2.6.20-rc3originagx2007-01-14
| |
| * start the bss-timeout timer at the very end of init_new_deviceagx2007-01-14
| |
| * remove unused calling_driver from struct at76c503agx2007-01-14
| |
| * Remove commented out code and change C99 comments to /* */agx2007-01-14
| | | | | | | | leaving all the "TODOs" untouched for now
| * remove unused SET_NETDEV_OWNERagx2007-01-14
| |
| * Fix compilation on Linux 2.6.20 - support new workqueue API.proski2007-01-12
| |
| * add ethtool_ops.get_link and add ethtool_ to all implemnted ethtool ops (likeagx2007-01-10
| | | | | | | | in the ip2200 driver)
* | remove more dead code, reforamt, etc.Guido Guenther2007-02-21
| |
* | reformat a bitGuido Guenther2007-02-21
| |
* | remove tqueueGuido Guenther2007-02-21
| |
* | get rid of GET_DEV/PUT_DEVGuido Guenther2007-02-19
| |
* | remove some more unused macros and definitionsGuido Guenther2007-01-10
| |
* | remove unused SET_NETDEV_OWNERGuido Guenther2007-01-10
| |
* | remove unused calling_driver from struct at76c503Guido Guenther2007-01-10
| |
* | add ethtool_ops.get_link and add ethtool_ to all implemnted ethtool ops (likeGuido Guenther2007-01-10
| | | | | | | | in the ip2200 driver)
* | Remove commented out code and change C99 comments to /* */submit_upstream_first_tryGuido Guenther2007-01-10
| | | | | | | | leaving all the "TODOs" untouched for now
* | adjust to current source layout and kernel 2.6.20-rc3Guido Guenther2007-01-10
| |
* | remove support for wireless extensions < 21Guido Guenther2007-01-10
| | | | | | | | bump supported wireless extension to 21
* | start the bss-timeout timer at the very end of init_new_deviceGuido Guenther2007-01-08
| |
* | remove support for kernels <= 2.6.18Guido Guenther2007-01-08
| |
* | #ifdef-out assertionsGuido Guenther2007-01-08
| |
* | adjust to new workqueue apiGuido Guenther2007-01-08
|/
* Make usbdfu_download() staticproski2006-12-18
|
* Use -Wall in sparse flags - it appeared in sparse 0.2proski2006-12-18
|
* Fix incorrect line in at76c503_handlersproski2006-12-18
|
* Integrate at76_usbdfu.c into at76c503.cproski2006-12-18
| | | | | | | at76_usbdfu.c was too small compared to at76c503.c, and there was no particular reason to keep it as a separate file. It's easier to deal with the changing kernel headers and the build system if the number of separate source files is kept to minimum.
* Use a simpler approach to linux/config.h inclusionproski2006-12-18
| | | | | It should work just as well. It's better to avoid reliance on version numbers.
* Ignore any *.symvers, including Module.symversproski2006-12-15
| | | | Older kernels used Modules.symvers, newer kernels use Module.symvers
* fix compilation on 2.6.19-rc6agx2006-11-18
|
* Fix compatibility defines for old wireless extensionsversion_0_14beta1proski2006-08-07
|
* use a clearer layout for at76c503_handlers (borrowed from the orinoco driver)agx2006-08-04
|
* remove unused KEVENT_MONITORagx2006-08-04
|
* Make the debug parameter writeable from sysfs:agx2006-08-04
| | | | this allows us to change debug settings without module reloading
* - Fix scanningagx2006-08-04
| | | | | | this fixes the case where no AP to associate to is available it almost certainly breaks international roaming but we can fix this later or revert if it causes to much trouble
* devptr is being passed around but now used, remove itagx2006-08-04
|
* print line number in assertsagx2006-08-04
|
* Major rewriteproski2006-08-03
| | | | In particular, list the firmware as a requirement of the driver.
* Remove unused macrosproski2006-08-02
|
* Remove at76_usbdfu.h - header for one function is an overkillproski2006-08-02
|
* Replace ieee802_11_mgmt with standard ieee80211_hdr_3addrproski2006-08-02
|
* Remove unused attribute from all variablesproski2006-08-02
| | | | It's not needed anywhere.