summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-08-30b43: Implement dynamic PHY APIMichael Buesch22-4225/+4998
2008-08-30rt2x00: Release rt2x00 2.2.1Ivo van Doorn1-1/+1
2008-08-30rt2x00: skb->data pointer should not include TX descriptorMattias Nissler3-9/+8
2008-08-30rt2x00: Add Signal type flagIvo van Doorn6-4/+13
2008-08-30rt2x00: Initialize txop during conf_tx() callbackIvo van Doorn5-24/+122
2008-08-30rt2x00: Only configure hardware when radio is enabledMattias Nissler3-36/+25
2008-08-30rt2x00: Map extra_tx_headroom to DMAIvo van Doorn1-3/+21
2008-08-30rt2x00: Fix race conditions in flag handlingIvo van Doorn11-66/+68
2008-08-30libertas: use the common frame control functionsHarvey Harrison1-12/+8
2008-08-30ath9k: rc.h cleanupSujith2-115/+125
2008-08-30ath9k: Remove sc_lastrx as we don't use it anywhereSujith2-6/+2
2008-08-30ath9k: Do not update frame's duration fieldSujith2-46/+11
2008-08-30ath9k: Remove more dead codeSujith4-39/+0
2008-08-30ath9k: Add LED supportVasanthakumar Thiagarajan5-46/+176
2008-08-30p54pci: rx tasklet refactoringChristian Lamparter2-84/+168
2008-08-30p54: redo queue numberingChr2-10/+14
2008-08-30p54: take tx_queue's lock in rx_frame_sentChr1-1/+7
2008-08-30p54: fix rssi auto calibrationChristian Lamparter2-52/+111
2008-08-30wireless: remove unused #include <version.h>Huang Weiyi4-4/+0
2008-08-30ath9k: Use mac80211 for multicast power save bufferingJouni Malinen6-183/+82
2008-08-30mac80211_hwsim: Add minimal IEEE 802.11n supportJouni Malinen1-1/+15
2008-08-30ssb: Clean up extraction of MAC addresses from SPROMLarry Finger1-20/+14
2008-08-30libertas: convert adhoc operations to direct commandsDan Williams7-400/+302
2008-08-30libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams9-100/+100
2008-08-30libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams8-59/+36
2008-08-30libertas: convert CMD_802_11_RF_TX_POWER to a direct commandDan Williams8-114/+111
2008-08-30ssb: Update for Rev. 5 SPROMLarry Finger1-15/+35
2008-08-30ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flagsSujith6-36/+17
2008-08-30ath9k: Use definition from ieee80211.hSujith1-9/+4
2008-08-30ath9k: Miscellaneous fixesSujith6-169/+79
2008-08-30ath9k: Random cleanupSujith3-94/+83
2008-08-30ath9k: Remove remaining occurences of ath_skb_map functionsSujith4-60/+24
2008-08-30ath9k: Fix TX control flag use for no ACK and RTS/CTSJouni Malinen1-2/+2
2008-08-30ath9k: Assign seq# when mac80211 requests thisJouni Malinen3-0/+27
2008-08-30ath9k: Fix TX status reportingJouni Malinen1-2/+10
2008-08-30ath9k: Updated Beacon generation to use mac80211-styleJouni Malinen3-50/+48
2008-08-30ath9k: Allow AP mode to be enabledJouni Malinen2-5/+26
2008-08-30ath9k: Trim struct ath_softcSujith5-61/+31
2008-08-30ath9k: Use ah_curchan and remove sc_curchan which is redundantSujith4-15/+12
2008-08-30ath9k: Use bitfields for sc operationsSujith7-62/+66
2008-08-30ath9k: Use a single opmode variableSujith8-39/+41
2008-08-30ath9k: Unused macros, variablesSujith2-84/+50
2008-08-30ath9k: Remove ar5416hal and assign default values directlySujith1-25/+3
2008-08-30ath9k: Remove a few unnecessary macrosSujith2-13/+4
2008-08-30ath9k: Use bitfields for buffer typeSujith2-79/+83
2008-08-30ath9k: RX Filter cleanupSujith4-67/+21
2008-08-30ath9k: Merge reset functionsSujith5-55/+27
2008-08-23orinoco: Add MIC on TX and check on RXDavid Kilroy4-16/+229
2008-08-23orinoco: Process bulk of receive interrupt in a taskletDavid Kilroy2-19/+100
2008-08-23orinoco: Send association events to userspaceDavid Kilroy1-0/+62