| Commit message (Expand) | Author | Age | Files | Lines |
* | [netdrvr] irq handler minor cleanups in several drivers | Jeff Garzik | 2008-01-29 | 16 | -65/+36 |
* | hamradio/scc: kill unnecessary use of 'irq' function arg | Jeff Garzik | 2008-01-29 | 1 | -3/+5 |
* | sk98lin: kill bogus check and convert to use ARRAY_SIZE() | Alejandro Martinez Ruiz | 2008-01-29 | 3 | -14/+2 |
* | netdev: ARRAY_SIZE() cleanups | Alejandro Martinez Ruiz | 2008-01-29 | 10 | -38/+19 |
* | netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN | Alejandro Martinez Ruiz | 2008-01-29 | 9 | -18/+15 |
* | wireless: fix '!x & y' typo's | Roel Kluin | 2008-01-29 | 6 | -7/+7 |
* | libertas: move wlan_*_association_work from header to c file | Holger Schurig | 2008-01-29 | 2 | -34/+34 |
* | iwlwifi: disable interrupts before calling request_irq | Jes Sorensen | 2008-01-29 | 2 | -0/+4 |
* | P54: use temporary variables to reduce size of generated code | Dmitry Torokhov | 2008-01-29 | 1 | -36/+41 |
* | Prism54: Convert mgmt_sem to the mutex API | Matthias Kaehlcke | 2008-01-29 | 3 | -4/+5 |
* | orinoco: more reliable scan handling | Dan Williams | 2008-01-29 | 2 | -240/+313 |
* | b43: consistent naming for ieee80211_ops | Michael Buesch | 2008-01-29 | 1 | -37/+38 |
* | b43: Use the retry limit parameters from mac80211 | Michael Buesch | 2008-01-29 | 2 | -30/+53 |
* | b43: Dereference of wl->current_dev must be protected by wl->mutex | Michael Buesch | 2008-01-29 | 1 | -14/+12 |
* | b43legacy: Remove set_key callback | Michael Buesch | 2008-01-29 | 1 | -27/+0 |
* | b43legacy: Rewrite pwork locking | Larry Finger | 2008-01-29 | 1 | -58/+30 |
* | b43legacy: Use input-polldev for the rfkill switch | Larry Finger | 2008-01-29 | 4 | -103/+109 |
* | b43legacy: RF-kill support | Larry Finger | 2008-01-29 | 9 | -15/+250 |
* | b43legacy: LED triggers support | Larry Finger | 2008-01-29 | 7 | -310/+241 |
* | iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965 | Christoph Hellwig | 2008-01-29 | 13 | -336/+368 |
* | iwlwifi: keep 3945 and 4965 headers separate | Christoph Hellwig | 2008-01-29 | 21 | -2208/+5337 |
* | iwlwifi: mark more functions/variables static | Christoph Hellwig | 2008-01-29 | 6 | -58/+38 |
* | iwlwifi: Update iwlwifi version stamp to 1.1.19 | Zhu Yi | 2008-01-29 | 2 | -2/+2 |
* | iwlwifi: Update iwlwifi version stamp to 1.1.18 | Zhu Yi | 2008-01-29 | 2 | -2/+2 |
* | iwl4965: exclude 60M rate from probe request | mabbas | 2008-01-29 | 1 | -7/+9 |
* | iwlwifi: Renames struct fw_image_desc to struct fw_desc | Tomas Winkler | 2008-01-29 | 2 | -7/+7 |
* | iwlwifi: add 5965 SCD registers to iwl-prph.h | Emmanuel Grumbach | 2008-01-29 | 1 | -1/+11 |
* | iwlwifi: move 3945 SCD registers to iwl-prph.h | Emmanuel Grumbach | 2008-01-29 | 2 | -8/+20 |
* | iwlwifi-ht: move 4965 SCD registers to iwl-prph.h | Emmanuel Grumbach | 2008-01-29 | 3 | -45/+44 |
* | iwlwifi: replacing wording restricted to nic access in iwl-io | Tomas Winkler | 2008-01-29 | 5 | -231/+229 |
* | iwlwifi: rename restricted_mem to targ_mem | Tomas Winkler | 2008-01-29 | 5 | -56/+54 |
* | iwlwifi: replace restricted_reg with prph | Tomas Winkler | 2008-01-29 | 5 | -157/+119 |
* | iwlwifi: accept up to 4K frame size on Rx side to fit A-MSDU frame | mabbas | 2008-01-29 | 1 | -2/+2 |
* | iwlwifi: using PCI_DEVICE macro | Tomas Winkler | 2008-01-29 | 2 | -4/+4 |
* | iwlwifi: remove cck_power_index_compensation | Tomas Winkler | 2008-01-29 | 2 | -3/+0 |
* | iwlwifi: remove late null-check and duplicate bug_on | Ian Schram | 2008-01-29 | 2 | -14/+0 |
* | iwlwifi: Beautify by removing superfluous newlines and code | Ian Schram | 2008-01-29 | 2 | -42/+21 |
* | iwlwifi: Two comments in iwl-3945.c were longer than 80 columns | Ian Schram | 2008-01-29 | 1 | -4/+6 |
* | iwlwifi: remove cck_flag from iwl_driver_hw_info | Tomas Winkler | 2008-01-29 | 4 | -7/+5 |
* | iwlwifi: add TGN flag to qos parameters | Tomas Winkler | 2008-01-29 | 1 | -3/+8 |
* | iwlwifi: rs-4965 fix return values | Tomas Winkler | 2008-01-29 | 1 | -64/+37 |
* | iwlwifi: renaming last_used and first_empty | Tomas Winkler | 2008-01-29 | 5 | -83/+83 |
* | iwlwifi: rename iwl_eeprom_aqcuire_semaphore to _acquire_ | Ian Schram | 2008-01-29 | 6 | -9/+9 |
* | iwlwifi: fix various spelling and typos | Ian Schram | 2008-01-29 | 14 | -52/+52 |
* | iwlwifi: Add erp_ie_changed hanlder | Tomas Winkler | 2008-01-29 | 1 | -0/+24 |
* | rt2x00: Release rt2x00 2.0.12 | Ivo van Doorn | 2008-01-29 | 1 | -1/+1 |
* | rt2x00: Correctly set ACK bit in tx descriptors | Mattias Nissler | 2008-01-29 | 7 | -6/+16 |
* | rt2x00: Place mutex around USB register access | Adam Baker | 2008-01-29 | 5 | -16/+131 |
* | rt2x00: Remove data_desc structure | Ivo van Doorn | 2008-01-29 | 15 | -59/+44 |
* | rt2x00: Rework rt73 antenna selection | Mattias Nissler | 2008-01-29 | 2 | -55/+33 |