summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-142-3/+3
* b43 wireless needs <linux/io.h>Geert Uytterhoeven2007-10-133-2/+5
* [PATCH] libertas: let get nick return what set nick has setHolger Schurig2007-10-111-27/+7Star
* [PATCH] libertas: remove one superfluous includeHolger Schurig2007-10-111-1/+0Star
* [PATCH] libertas: clean up scan debug messagesHolger Schurig2007-10-112-68/+155
* [PATCH] libertas: fix "warning: Using plain integer as NULL pointer" sparse w...Holger Schurig2007-10-111-1/+1
* [PATCH] libertas: fix a debug statementHolger Schurig2007-10-111-1/+1
* [PATCH] libertas link error due to gcc `smartness'Geert Uytterhoeven2007-10-111-2/+3
* [PATCH] libertas: fix u8 constantHolger Schurig2007-10-112-4/+4
* [PATCH] libertas: problems setting wpa keysDan Williams2007-10-111-5/+30
* [PATCH] rt2x00: Release 2.0.10Ivo van Doorn2007-10-111-1/+1
* [PATCH] rt2x00: Allways memset memory obtained from skb_push()Ivo van Doorn2007-10-113-0/+6
* [PATCH] rt2x00: Clean disabling of rt73usb_get_tsfIvo van Doorn2007-10-111-5/+2Star
* [PATCH] rt2x00: Reorganize configuration handlerIvo van Doorn2007-10-119-377/+358Star
* [PATCH] rt2x00: Small optimizationsIvo van Doorn2007-10-113-18/+13Star
* [PATCH] rt2x00: Pass dev_state to rt2x00lib_toggle_rxIvo van Doorn2007-10-113-10/+9Star
* [PATCH] rt2x00: Add get_tx_data_len callback functionIvo van Doorn2007-10-114-23/+56
* [PATCH] rt2x00: Cut lines down to 80 charactersIvo van Doorn2007-10-111-1/+2
* [PATCH] rt2x00: get_duration expects values in 100kbsIvo van Doorn2007-10-113-3/+3
* [PATCH] rt2x00: Move TSF sync values into rt2x00configIvo van Doorn2007-10-119-51/+45Star
* [PATCH] rt2x00: Fix rfkill handlingIvo van Doorn2007-10-117-19/+18Star
* [PATCH] rt2x00: Don't use changed_flags inside configure_packet_filterIvo van Doorn2007-10-117-15/+20
* [PATCH] rt2x00: Move rt2x00dev flags into enumerationIvo van Doorn2007-10-111-16/+33
* [PATCH] rt2x00: Store "STARTED" state during suspendIvo van Doorn2007-10-112-3/+5
* [PATCH] rt2x00: Remove radio check from rt2x00lib_toggle_rxIvo van Doorn2007-10-111-3/+0Star
* [PATCH] rt2x00: Remove duplicate code in MAC & BSSID handlingIvo van Doorn2007-10-117-118/+76Star
* [PATCH] p54usb: Add device ID for Linksys WUSB54AGMartti Huttunen2007-10-111-0/+1
* [PATCH] rtl8187: Add device ID for HP wireless print kit usb dongleMichael Wu2007-10-111-0/+2
* [PATCH] ipw2200: batch non-user-requested scan result notificationsDan Williams2007-10-112-10/+49
* [PATCH] Add Linksys card to HostAP driverMarcin Juszkiewicz2007-10-111-0/+4
* [PATCH] zd1211rw: Add ID for TalkTalk SNU5630NS/05Daniel Drake2007-10-111-0/+1
* [PATCH] hostap_cs: Add device ID for Telekom T-Sinus 111cardStefan Lippers-Hollmann2007-10-111-0/+1
* [MAC80211]: remove ALG_NONEJohannes Berg2007-10-113-11/+0Star
* [MAC80211]: add "invalid" interface typeJohannes Berg2007-10-114-9/+9
* [B43]: Rewrite pwork locking policy.Michael Buesch2007-10-111-56/+32Star
* [B43]: Use input-polldev for the rfkill switchMichael Buesch2007-10-114-98/+107
* [B43]: RF-kill supportMichael Buesch2007-10-119-15/+245
* [B43]: LED triggers supportMichael Buesch2007-10-116-295/+229Star
* [ZD1211RW]: Removed zd_util.c and zd_util.hUlrich Kunitz2007-10-116-116/+3Star
* [HOSTAP]: set netdev type before registering AP interfaceDaniel Drake2007-10-113-10/+13
* [PATCH] iwlwifi: fix imcomplete conversion to print_mac APIJohn W. Linville2007-10-111-1/+1
* [PATCH] iwlwifi: Update iwlwifi version stamp to 1.1.17Zhu Yi2007-10-112-2/+2
* [PATCH] iwlwifi: add debugfs rate scale statsZhu Yi2007-10-111-1/+39
* [PATCH] iwlwifi: set fixed rate through debugfsZhu Yi2007-10-111-2/+70
* [PATCH] iwlwifi: rs_rate_scale_perform clean upZhu Yi2007-10-111-16/+11Star
* [PATCH] iwlwifi: add supp_rates to rate scale sta private dataZhu Yi2007-10-111-16/+15Star
* [PATCH] iwlwifi: limit printouts on hot pathZhu Yi2007-10-113-3/+6
* [PATCH] iwlwifi: add read rate scale table debugfs functionZhu Yi2007-10-111-6/+61
* [PATCH] iwlwifi: add debugfs framework to rate scaleZhu Yi2007-10-111-0/+21
* [PATCH] iwlwifi: removing unnecessary memset in 4965 rate scaleZhu Yi2007-10-111-5/+1Star