summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | orinoco: Use a macro to define wireless handlersDavid Kilroy2008-08-221-32/+34
* | | | orinoco: Split wevent work thread from wevent sendingDavid Kilroy2008-08-221-10/+14
* | | | orinoco: Don't use boolean parameter to record encoding typeDavid Kilroy2008-08-222-13/+20
* | | | orinoco: Use extended Agere scans available on 9.x series firmwaresDavid Kilroy2008-08-224-44/+448
* | | | orinoco: address checkpatch typedef warningDavid Kilroy2008-08-222-9/+10
* | | | orinoco: Fix transmit for Agere/Lucent with fw 9.xDavid Kilroy2008-08-223-15/+46
* | | | orinoco: Invoke firmware download in main driverDavid Kilroy2008-08-2210-156/+346
* | | | orinoco: Extend hermes_dld routines for Agere firmwareDavid Kilroy2008-08-222-0/+290
* | | | orinoco: Make firmware download logic more genericDavid Kilroy2008-08-223-72/+182
* | | | orinoco: Move firmware download functionality into new moduleDavid Kilroy2008-08-224-274/+385
* | | | orinoco: Add function to execute Hermes initialisation commands synchronouslyDavid Kilroy2008-08-222-37/+60
* | | | orinoco: Move EXPORT_SYMBOL declarations next to exported functionDavid Kilroy2008-08-221-10/+7
* | | | orinoco: Specify all three parameters to every Hermes command.David Kilroy2008-08-221-6/+7
* | | | orinoco: Update scan translationDavid Kilroy2008-08-221-25/+46
* | | | orinoco: Add ESSID specific scanning for Agere fwDavid Kilroy2008-08-221-1/+19
* | | | mac80211: add direct probe before associationRon Rindjunsky2008-08-222-15/+73
* | | | p54: rename prism54xyz -> p54xyzChristian Lamparter2008-08-226-47/+47
* | | | mac80211: change number of pre-assoc scansRon Rindjunsky2008-08-222-3/+10
* | | | rt2x00: Add module parameter to disable HW cryptoIvo van Doorn2008-08-222-2/+18
* | | | rt2x00: Move lna_gain calculation to config() callbackIvo van Doorn2008-08-223-31/+63
* | | | mac80211: cleanup mlme state namespaceTomas Winkler2008-08-224-51/+61
* | | | ath5k: set short preamble flag for rxBruno Randolf2008-08-221-5/+3
* | | | rt2x00: Release rt2x00 2.2.0Ivo van Doorn2008-08-221-1/+1
* | | | rt2x00: Gather channel information in structureIvo van Doorn2008-08-2213-162/+176
* | | | rt2x00: Implement HW encryption (rt73usb)Ivo van Doorn2008-08-223-8/+285
* | | | rt2x00: Implement HW encryption (rt61pci)Ivo van Doorn2008-08-223-8/+270
* | | | rt2x00: Implement HW encryptionIvo van Doorn2008-08-2211-30/+686
* | | | mac80211: filter probes in ieee80211_rx_mgmt_probe_respTomas Winkler2008-08-221-3/+3
* | | | replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene2008-08-2216-608/+545
* | | | move ETH_P_PAE from ieee80211_i.h to if_ether.hJasper Bryant-Greene2008-08-222-4/+1
* | | | rfkill: introduce RFKILL_STATE_MAXHenrique de Moraes Holschuh2008-08-222-3/+9
* | | | rfkill: add __must_check annotationsHenrique de Moraes Holschuh2008-08-222-4/+6
* | | | rfkill: add default global states (v2)Henrique de Moraes Holschuh2008-08-223-12/+117
* | | | rfkill: detect bogus double-registering (v2)Henrique de Moraes Holschuh2008-08-221-1/+28
* | | | wireless: replace __FUNCTION__ with __func__Harvey Harrison2008-08-229-25/+25
* | | | libertas_tf: config and makefileLuis Carlos Cobo2008-08-223-0/+21
* | | | libertas_tf: usb specific functionsLuis Carlos Cobo2008-08-222-0/+864
* | | | libertas_tf: command helper functions for libertas_tfLuis Carlos Cobo2008-08-221-0/+669
* | | | libertas_tf: main.c, data paths and mac80211 handlersLuis Carlos Cobo2008-08-221-0/+666
* | | | libertas_tf: header fileLuis Carlos Cobo2008-08-221-0/+514
* | | | mac80211: allow no mac address until firmware loadLuis Carlos Cobo2008-08-221-0/+38
* | | | mac80211: remove WLAN_FC_DATA_PRESENTHarvey Harrison2008-08-221-2/+0
* | | | mac80211: remove rx/tx_data->fc memberHarvey Harrison2008-08-223-9/+4
* | | | mac80211: use ieee80211 frame control directlyHarvey Harrison2008-08-223-51/+44
* | | | mac80211: remove IEEE80211_FC helperHarvey Harrison2008-08-225-33/+31
* | | | mac80211: remove ieee80211_get_hdrlenHarvey Harrison2008-08-222-49/+0
* | | | mac80211: rx.c/tx.c remove more users of tx/rx_data->fcHarvey Harrison2008-08-222-39/+25
* | | | mac80211: wep.c replace magic numbers in IV/ICV removalHarvey Harrison2008-08-221-4/+3
* | | | mac80211: wme.h remove unused QOS_CONTROL_LENHarvey Harrison2008-08-221-2/+0
* | | | mac80211: explicitly check skb->lenHarvey Harrison2008-08-221-14/+11