summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-23orinoco: Invoke firmware download in main driverDavid Kilroy10-156/+346
2008-08-23orinoco: Extend hermes_dld routines for Agere firmwareDavid Kilroy2-0/+290
2008-08-23orinoco: Make firmware download logic more genericDavid Kilroy3-72/+182
2008-08-23orinoco: Move firmware download functionality into new moduleDavid Kilroy4-274/+385
2008-08-23orinoco: Add function to execute Hermes initialisation commands synchronouslyDavid Kilroy2-37/+60
2008-08-23orinoco: Move EXPORT_SYMBOL declarations next to exported functionDavid Kilroy1-10/+7
2008-08-23orinoco: Specify all three parameters to every Hermes command.David Kilroy1-6/+7
2008-08-23orinoco: Update scan translationDavid Kilroy1-25/+46
2008-08-23orinoco: Add ESSID specific scanning for Agere fwDavid Kilroy1-1/+19
2008-08-23mac80211: add direct probe before associationRon Rindjunsky2-15/+73
2008-08-23p54: rename prism54xyz -> p54xyzChristian Lamparter6-47/+47
2008-08-23mac80211: change number of pre-assoc scansRon Rindjunsky2-3/+10
2008-08-23rt2x00: Add module parameter to disable HW cryptoIvo van Doorn2-2/+18
2008-08-23rt2x00: Move lna_gain calculation to config() callbackIvo van Doorn3-31/+63
2008-08-23mac80211: cleanup mlme state namespaceTomas Winkler4-51/+61
2008-08-23ath5k: set short preamble flag for rxBruno Randolf1-5/+3
2008-08-23rt2x00: Release rt2x00 2.2.0Ivo van Doorn1-1/+1
2008-08-23rt2x00: Gather channel information in structureIvo van Doorn13-162/+176
2008-08-23rt2x00: Implement HW encryption (rt73usb)Ivo van Doorn3-8/+285
2008-08-23rt2x00: Implement HW encryption (rt61pci)Ivo van Doorn3-8/+270
2008-08-23rt2x00: Implement HW encryptionIvo van Doorn11-30/+686
2008-08-23mac80211: filter probes in ieee80211_rx_mgmt_probe_respTomas Winkler1-3/+3
2008-08-23replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene16-608/+545
2008-08-23move ETH_P_PAE from ieee80211_i.h to if_ether.hJasper Bryant-Greene2-4/+1
2008-08-23rfkill: introduce RFKILL_STATE_MAXHenrique de Moraes Holschuh2-3/+9
2008-08-23rfkill: add __must_check annotationsHenrique de Moraes Holschuh2-4/+6
2008-08-23rfkill: add default global states (v2)Henrique de Moraes Holschuh3-12/+117
2008-08-23rfkill: detect bogus double-registering (v2)Henrique de Moraes Holschuh1-1/+28
2008-08-23wireless: replace __FUNCTION__ with __func__Harvey Harrison9-25/+25
2008-08-23libertas_tf: config and makefileLuis Carlos Cobo3-0/+21
2008-08-23libertas_tf: usb specific functionsLuis Carlos Cobo2-0/+864
2008-08-23libertas_tf: command helper functions for libertas_tfLuis Carlos Cobo1-0/+669
2008-08-23libertas_tf: main.c, data paths and mac80211 handlersLuis Carlos Cobo1-0/+666
2008-08-23libertas_tf: header fileLuis Carlos Cobo1-0/+514
2008-08-23mac80211: allow no mac address until firmware loadLuis Carlos Cobo1-0/+38
2008-08-23mac80211: remove WLAN_FC_DATA_PRESENTHarvey Harrison1-2/+0
2008-08-23mac80211: remove rx/tx_data->fc memberHarvey Harrison3-9/+4
2008-08-23mac80211: use ieee80211 frame control directlyHarvey Harrison3-51/+44
2008-08-23mac80211: remove IEEE80211_FC helperHarvey Harrison5-33/+31
2008-08-23mac80211: remove ieee80211_get_hdrlenHarvey Harrison2-49/+0
2008-08-23mac80211: rx.c/tx.c remove more users of tx/rx_data->fcHarvey Harrison2-39/+25
2008-08-23mac80211: wep.c replace magic numbers in IV/ICV removalHarvey Harrison1-4/+3
2008-08-23mac80211: wme.h remove unused QOS_CONTROL_LENHarvey Harrison1-2/+0
2008-08-23mac80211: explicitly check skb->lenHarvey Harrison1-14/+11
2008-08-23ath5k: explicitly check skb->lenHarvey Harrison1-1/+2
2008-08-23iwlwifi: use le16 frame control directly, use QOS symbolic constant maskHarvey Harrison2-5/+5
2008-08-23b43legacy: use le16 frame control directly, avoid byteswappingHarvey Harrison1-3/+1
2008-08-23iwlwifi: add level for debugging host commandEsti Kummer3-13/+39
2008-08-23iwlwifi: kill struct iwl4965_lq_mngrTomas Winkler2-16/+0
2008-08-23iwl-4965: test below 0 on unsigned num_tbsroel kluin1-1/+1