aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* [PATCH] Merge at76_do_probe() into at76_probe()Pavel Roskin2007-05-02
* move hw_rates, channel_frequency, snapsig and rfc1042 sig out of the header fileGuido Guenther2007-05-01
* [PATCH] Fix crash when no firmware needs to be loadedPavel Roskin2007-05-01
* [PATCH] Typo fixes, minor comment changesPavel Roskin2007-05-01
* [PATCH] Protect at76_usb_ids.h against double inclusionPavel Roskin2007-05-01
* [PATCH] Eliminate Hungarian notation, it's not used in the kernelPavel Roskin2007-04-29
* [PATCH] Fix a warning about useless comparisonPavel Roskin2007-04-29
* [PATCH] Trim all spaces at the line endsPavel Roskin2007-04-29
* [PATCH] Fix remaining prefixes, remove comments after functions and switchesPavel Roskin2007-04-29
* [PATCH] Remove unnecessary castsPavel Roskin2007-04-29
* [PATCH] Ensure that all functions have at76 prefixPavel Roskin2007-04-27
* [PATCH] Rename "site survey" to "scan", because it's a scan and nothing elsePavel Roskin2007-04-27
* [PATCH] Fix access beyond end of channel_frequency for unknown regdomainsPavel Roskin2007-04-27
* [PATCH] Assorted minor comment changesPavel Roskin2007-04-27
* [PATCH] Split workqueues into separate handlersPavel Roskin2007-04-27
* [PATCH] Standardize on radiotap headers for monitor modePavel Roskin2007-04-17
* [PATCH] Don't report data frames with 0 bytes, they are validPavel Roskin2007-04-13
* [PATCH] Remove nickname supportPavel Roskin2007-04-13
* [PATCH] Use safer declaration for at76_priv_handlersPavel Roskin2007-04-13
* [PATCH] Remove unused and write-only fields from some structuresPavel Roskin2007-04-13
* [PATCH] Change buffer pointers to void* or safer types to avoid castsPavel Roskin2007-04-13
* [PATCH] Move union of struct hwcfg_* to at76_usb.h, give it a namePavel Roskin2007-04-13
* Merge branch 'locals/naming-cleanups'Guido Guenther2007-04-02
|\
| * rename dbg() to at76_dbg and assert() to at76_assert()Guido Guenther2007-04-02
| * Some functions used retval others ret to return a status code - clean that upGuido Guenther2007-04-02
| * put functions and structures into the at76_ namespace, rename remaining AT76C...Guido Guenther2007-04-02
* | at76_set_mib: don't return arbitrarily chosen error numbersGuido Guenther2007-04-02
|/
* less generic name for wait_completionGuido Guenther2007-03-31
* we don't use wlan as network name anymore, not even in commentsGuido Guenther2007-03-30
* pass error codes upwardsGuido Guenther2007-03-29
* [PATCH] remove handheld macros and codeErik Hovland2007-03-12
* cleanup PM code a bit:Guido Guenther2007-03-11
* dump_bss_table: get rid of useless force_output parameter and obuf_s in theGuido Guenther2007-03-11
* rename KEVENT_* to AT76_DEVENT, also rename the corresponding functions andGuido Guenther2007-03-10
* cleanup some comments and remove duplicate debug codeGuido Guenther2007-03-10
* use C99 array initializers for firmware namesGuido Guenther2007-03-10
* run through Lindent and merge in most of the hunksGuido Guenther2007-03-09
* lindent: reformat the usb device tableGuido Guenther2007-03-09
* [PATCH] Reuse more structures from Linux ieee80211 headersPavel Roskin2007-03-06
* get rid of DRIVER_AUTHORGuido Guenther2007-03-05
* use ARRAY_SIZE instead of sizeof(array) / sizeof(array[0])Guido Guenther2007-03-05
* [PATCH] Fix divizion by zero in ad-hoc modePavel Roskin2007-03-05
* [PATCH] Remove all locking for istatePavel Roskin2007-03-05
* [PATCH] Allocate mac_mgmt on stack, it's just 24 bytes longPavel Roskin2007-03-05
* [PATCH] Simplify get_cmd_status() to return the status byte onlyPavel Roskin2007-03-05
* use compare_ether_addr, is_broadcast_ether_addr instead of memcmpGuido Guenther2007-03-04
* get rid of "== PROC" commentsGuido Guenther2007-03-04
* Revert "badly work around problem in adhoc mode with rt linux"Guido Guenther2007-03-04
* use netdev_priv instead of netdev->privGuido Guenther2007-03-04
* remove asserts, they shouldn't be neededGuido Guenther2007-03-04