summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-06-14rt2x00: Remove unused definesIvo van Doorn5-10/+0
2008-06-14rt2x00: Clear IEEE80211_TX_CTL_USE_RTS_CTS flag for RTS frameIvo van Doorn1-0/+1
2008-06-14rt2x00: Use __builtin_choose_expr() instead of ?:Ivo van Doorn1-9/+13
2008-06-14rt2x00: Fix double usage of skb->cb in USB RX path.Gertjan van Wingerde3-19/+9
2008-06-14rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde5-79/+74
2008-06-14rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde9-35/+13
2008-06-14rt2x00: Don't kick TX queue after each frameIvo van Doorn11-37/+39
2008-06-14rt2x00: Move generic TX frame writing code into rt2x00queueIvo van Doorn8-85/+85
2008-06-14rt2x00: Implement rt2x00usb_kick_tx_queue()Ivo van Doorn5-3/+67
2008-06-14rt2x00: Fix queue initializationIvo van Doorn1-3/+4
2008-06-14rt2x00: Release rt2x00 2.1.7Ivo van Doorn1-1/+1
2008-06-14rt2x00: Make rt2x00_set/get_field macrosIvo van Doorn1-41/+30
2008-06-14rt2x00: Removed unused descriptor read in txdoneIvo van Doorn1-4/+0
2008-06-14rt2x00: Remove CTS/RTS check in tx()Ivo van Doorn1-7/+5
2008-06-14rt2x00: Move led initialization into functionIvo van Doorn5-101/+77
2008-06-14rt2x00: Cleanup/optimize set_state() function callback functionIvo van Doorn6-129/+140
2008-06-14rt2x00: Calculate register offset during compile timeIvo van Doorn1-14/+45
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+7
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-1/+7
2008-06-10rt2x00dev.c: fix-up merge damageJohn W. Linville1-1/+1
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller24-143/+271
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller96-4100/+6293
2008-06-09iwlwifi: fix oops in iwl3945_led_brightness_setMarcin Slusarz1-2/+3
2008-06-09zd1211rw: Fix data padding for QoSMichael Buesch1-1/+1
2008-06-09libertas: fix sleep confirmationHolger Schurig2-2/+5
2008-06-09ipw2200: queue direct scansDan Williams2-95/+87
2008-06-04USB ID for Philips CPWUA054/00 Wireless USB Adapter 11gFelix Homann1-0/+1
2008-06-04libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENTHolger Schurig1-2/+2
2008-06-04ipw2200: expire and use oldest BSS on adhoc createDan Williams1-2/+25
2008-06-04airo warning fixAndrew Morton1-1/+1
2008-06-04b43legacy: Fix controller restart crashMichael Buesch1-8/+9
2008-06-03libertas: unify various CF-related definesHolger Schurig1-93/+79
2008-06-03p54: fix skb->cb tx info conversionJohannes Berg1-5/+10
2008-06-03iwlwifi: clean iwl4965_mac_configTomas Winkler2-15/+13
2008-06-03iwlwifi: send calibration results as HUGE commandsEmmanuel Grumbach2-19/+28
2008-06-03iwlwifi: remove debugfs entries before cfg80211Emmanuel Grumbach1-2/+3
2008-06-03iwlwifi: fix a memory leak in scanEmmanuel Grumbach2-1/+2
2008-06-03iwlwifi: disable FAT channel when not permittedEmmanuel Grumbach1-0/+19
2008-06-03iwlwifi: move iwl_get_hw_mode to iwl-core.hRon Rindjunsky2-6/+6
2008-06-03iwlwifi: Rx handlers common use for 4965 and 5000Ron Rindjunsky3-19/+20
2008-06-03iwlwifi: add frame count limit to link quality commandTomas Winkler1-0/+1
2008-06-03iwlwifi: move aggregation code to iwl-tx.cTomas Winkler5-210/+228
2008-06-03iwlwifi: move iwl_sta_modify_enable_tid_tx to iwl-sta.cTomas Winkler3-19/+23
2008-06-03iwlwifi: iwl-5000 add rxon_assocRon Rindjunsky2-0/+65
2008-06-03iwlwifi: implement txq invalidate byte count tableTomas Winkler3-2/+28
2008-06-03iwlwifi: move tx reclaim flow into iwl-txTomas Winkler6-98/+116
2008-06-03iwlwifi: fix in-column rate scalingGuy Cohen1-22/+23
2008-06-03iwlwifi: move 4965 tx response into iwl-4965.cTomas Winkler2-246/+247
2008-06-03iwlwlifi: impelemnt 5000 tx response pathRon Rindjunsky1-0/+236
2008-06-03iwlwifi: move tx response common handlers to iwlcoreTomas Winkler5-62/+79