aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28hamradio/scc: kill unnecessary use of 'irq' function argJeff Garzik1-3/+5
2008-01-28sk98lin: kill bogus check and convert to use ARRAY_SIZE()Alejandro Martinez Ruiz3-14/+2
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz10-38/+19
2008-01-28netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz9-18/+15
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin7-8/+8
2008-01-28libertas: move wlan_*_association_work from header to c fileHolger Schurig2-34/+34
2008-01-28iwlwifi: disable interrupts before calling request_irqJes Sorensen2-0/+4
2008-01-28P54: use temporary variables to reduce size of generated codeDmitry Torokhov1-36/+41
2008-01-28Prism54: Convert mgmt_sem to the mutex APIMatthias Kaehlcke3-4/+5
2008-01-28orinoco: more reliable scan handlingDan Williams2-240/+313
2008-01-28b43: consistent naming for ieee80211_opsMichael Buesch1-37/+38
2008-01-28b43: Use the retry limit parameters from mac80211Michael Buesch2-30/+53
2008-01-28b43: Dereference of wl->current_dev must be protected by wl->mutexMichael Buesch1-14/+12
2008-01-28b43legacy: Remove set_key callbackMichael Buesch1-27/+0
2008-01-28b43legacy: Rewrite pwork lockingLarry Finger1-58/+30
2008-01-28b43legacy: Use input-polldev for the rfkill switchLarry Finger4-103/+109
2008-01-28b43legacy: RF-kill supportLarry Finger9-15/+250
2008-01-28b43legacy: LED triggers supportLarry Finger7-310/+241
2008-01-28iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965Christoph Hellwig13-336/+368
2008-01-28iwlwifi: keep 3945 and 4965 headers separateChristoph Hellwig21-2208/+5337
2008-01-28iwlwifi: mark more functions/variables staticChristoph Hellwig6-58/+38
2008-01-28iwlwifi: Update iwlwifi version stamp to 1.1.19Zhu Yi2-2/+2
2008-01-28iwlwifi: Update iwlwifi version stamp to 1.1.18Zhu Yi2-2/+2
2008-01-28iwl4965: exclude 60M rate from probe requestmabbas1-7/+9
2008-01-28iwlwifi: Renames struct fw_image_desc to struct fw_descTomas Winkler2-7/+7
2008-01-28iwlwifi: add 5965 SCD registers to iwl-prph.hEmmanuel Grumbach1-1/+11
2008-01-28iwlwifi: move 3945 SCD registers to iwl-prph.hEmmanuel Grumbach2-8/+20
2008-01-28iwlwifi-ht: move 4965 SCD registers to iwl-prph.hEmmanuel Grumbach3-45/+44
2008-01-28iwlwifi: replacing wording restricted to nic access in iwl-ioTomas Winkler5-231/+229
2008-01-28iwlwifi: rename restricted_mem to targ_memTomas Winkler5-56/+54
2008-01-28iwlwifi: replace restricted_reg with prphTomas Winkler5-157/+119
2008-01-28iwlwifi: accept up to 4K frame size on Rx side to fit A-MSDU framemabbas1-2/+2
2008-01-28iwlwifi: using PCI_DEVICE macroTomas Winkler2-4/+4
2008-01-28iwlwifi: remove cck_power_index_compensationTomas Winkler2-3/+0
2008-01-28iwlwifi: remove late null-check and duplicate bug_onIan Schram2-14/+0
2008-01-28iwlwifi: Beautify by removing superfluous newlines and codeIan Schram2-42/+21
2008-01-28iwlwifi: Two comments in iwl-3945.c were longer than 80 columnsIan Schram1-4/+6
2008-01-28iwlwifi: remove cck_flag from iwl_driver_hw_infoTomas Winkler4-7/+5
2008-01-28iwlwifi: add TGN flag to qos parametersTomas Winkler1-3/+8
2008-01-28iwlwifi: rs-4965 fix return valuesTomas Winkler1-64/+37
2008-01-28iwlwifi: renaming last_used and first_emptyTomas Winkler5-83/+83
2008-01-28iwlwifi: rename iwl_eeprom_aqcuire_semaphore to _acquire_Ian Schram6-9/+9
2008-01-28iwlwifi: fix various spelling and typosIan Schram14-52/+52
2008-01-28iwlwifi: Add erp_ie_changed hanlderTomas Winkler1-0/+24
2008-01-28rt2x00: Release rt2x00 2.0.12Ivo van Doorn1-1/+1
2008-01-28rt2x00: Correctly set ACK bit in tx descriptorsMattias Nissler7-6/+16
2008-01-28rt2x00: Place mutex around USB register accessAdam Baker5-16/+131
2008-01-28rt2x00: Remove data_desc structureIvo van Doorn15-59/+44
2008-01-28rt2x00: Rework rt73 antenna selectionMattias Nissler2-55/+33
2008-01-28rt2x00: Remove unused variablesIvo van Doorn1-2/+0