summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2007-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds4-8/+8
2007-10-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds17-86/+137
2007-10-20Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik17-86/+137
2007-10-20Spelling fix: explicitlyJean Delvare3-4/+4
2007-10-20Convert files to UTF-8 and some cleanupsJan Engelhardt1-4/+4
2007-10-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-31/+0
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19define global BIT macroJiri Slaby1-3/+0
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-19[PATCH] rt2x00: Add new rt73usb USB IDIvo van Doorn1-0/+1
2007-10-19[PATCH] rt2x00: Fix residual check in PLCP calculations.Mattias Nissler1-1/+1
2007-10-18[PATCH] iwlwifi: Fix rate setting in probe request for HW sacnTomas Winkler2-32/+52
2007-10-18[PATCH] b43: Make b43_stop() staticMichael Buesch1-1/+1
2007-10-18[PATCH] drivers/net/wireless/b43/main.c: fix an uninitialized variableWANG Cong1-1/+1
2007-10-18[PATCH] iwlwifi: set correct base rate for A band in rs_dbgfs_set_mcsRon Rindjunsky1-2/+8
2007-10-18[PATCH] zd1211rw, fix oops when ejecting install mediaMarc Pignat1-2/+5
2007-10-18[PATCH] b43legacy: Fix potential return of uninitialized variableLarry Finger1-1/+1
2007-10-18[PATCH] iwl4965-base.c: fix off-by-one errorsAdrian Bunk1-4/+4
2007-10-18[PATCH] p54: Make filter configuration atomicMichael Wu1-1/+1
2007-10-18[PATCH] rtl8187: remove NICMAC setting in configure_filters callbackMichael Wu1-4/+0
2007-10-18[PATCH] janitorial: fix all double includes in drivers/net/wirelessHolger Schurig8-20/+1
2007-10-18[PATCH] rtl8187: Fix more frag bit checking, rts duration calcMichael Wu1-15/+16
2007-10-18[PATCH] ipw2100: send WEXT scan eventsDan Williams2-0/+43
2007-10-18[PATCH] zd1201: avoid null ptr access of skb->devJohn W. Linville1-2/+2
2007-10-18net: libertas sdio driverPierre Ossman5-0/+1134
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro2-3/+3
2007-10-13b43 wireless needs <linux/io.h>Geert Uytterhoeven3-2/+5
2007-10-11[PATCH] libertas: let get nick return what set nick has setHolger Schurig1-27/+7
2007-10-11[PATCH] libertas: remove one superfluous includeHolger Schurig1-1/+0
2007-10-11[PATCH] libertas: clean up scan debug messagesHolger Schurig2-68/+155
2007-10-11[PATCH] libertas: fix "warning: Using plain integer as NULL pointer" sparse w...Holger Schurig1-1/+1
2007-10-11[PATCH] libertas: fix a debug statementHolger Schurig1-1/+1
2007-10-11[PATCH] libertas link error due to gcc `smartness'Geert Uytterhoeven1-2/+3
2007-10-11[PATCH] libertas: fix u8 constantHolger Schurig2-4/+4
2007-10-11[PATCH] libertas: problems setting wpa keysDan Williams1-5/+30
2007-10-11[PATCH] rt2x00: Release 2.0.10Ivo van Doorn1-1/+1
2007-10-11[PATCH] rt2x00: Allways memset memory obtained from skb_push()Ivo van Doorn3-0/+6
2007-10-11[PATCH] rt2x00: Clean disabling of rt73usb_get_tsfIvo van Doorn1-5/+2
2007-10-11[PATCH] rt2x00: Reorganize configuration handlerIvo van Doorn9-377/+358
2007-10-11[PATCH] rt2x00: Small optimizationsIvo van Doorn3-18/+13
2007-10-11[PATCH] rt2x00: Pass dev_state to rt2x00lib_toggle_rxIvo van Doorn3-10/+9
2007-10-11[PATCH] rt2x00: Add get_tx_data_len callback functionIvo van Doorn4-23/+56
2007-10-11[PATCH] rt2x00: Cut lines down to 80 charactersIvo van Doorn1-1/+2
2007-10-11[PATCH] rt2x00: get_duration expects values in 100kbsIvo van Doorn3-3/+3
2007-10-11[PATCH] rt2x00: Move TSF sync values into rt2x00configIvo van Doorn9-51/+45
2007-10-11[PATCH] rt2x00: Fix rfkill handlingIvo van Doorn7-19/+18
2007-10-11[PATCH] rt2x00: Don't use changed_flags inside configure_packet_filterIvo van Doorn7-15/+20
2007-10-11[PATCH] rt2x00: Move rt2x00dev flags into enumerationIvo van Doorn1-16/+33
2007-10-11[PATCH] rt2x00: Store "STARTED" state during suspendIvo van Doorn2-3/+5
2007-10-11[PATCH] rt2x00: Remove radio check from rt2x00lib_toggle_rxIvo van Doorn1-3/+0