summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-14mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_keyHarvey Harrison1-14/+16
2008-06-14mac80211: tkip.c fold ieee80211_gen_rc4key into its one callerHarvey Harrison1-21/+17
2008-06-14mac80211: tkip.c consolidate tkip IV writing in helperHarvey Harrison3-20/+17
2008-06-14mac80211: rx.c use new helpersHarvey Harrison1-12/+7
2008-06-14mac80211: wme.c use new helpersHarvey Harrison1-13/+5
2008-06-14mac80211: use new helpers in util.c - ieee80211_get_bssid()Harvey Harrison1-22/+19
2008-06-14mac80211: wpa.c use new access helpersHarvey Harrison1-47/+16
2008-06-14mac80211: add utility function to get header lengthHarvey Harrison2-0/+38
2008-06-14mac80211: make ieee80211_get_hdrlen_from_skb return unsignedHarvey Harrison2-5/+5
2008-06-14mac80211: remove ieee80211_get_morefragHarvey Harrison5-20/+6
2008-06-14mac80211: add helpers for frame control testingHarvey Harrison8-213/+457
2008-06-14mac80211_hwsim: Shared TX code for received frames and BeaconsJouni Malinen1-51/+32
2008-06-14mac80211_hwsim: Minor cleanupJouni Malinen1-6/+6
2008-06-14mac80211_hwsim: Clean up documentationJouni Malinen1-8/+7
2008-06-14mac80211_hwsim: 802.11 radio simulator for mac80211Jouni Malinen6-0/+637
2008-06-14iwlwifi: unify SW rf-kill flowEmmanuel Grumbach7-94/+103
2008-06-14iwlwifi: remove 4965 prefix from iwl4965_ucodeRon Rindjunsky2-2/+2
2008-06-14iwlwifi: adding channels to sysfsEster Kummer1-2/+56
2008-06-14mac80211: fix beacon interval valueTomas Winkler2-2/+3
2008-06-14rndis_wlan: Use kernel-supplied ARRAY_SIZE() macro.Robert P. J. Day1-5/+3
2008-06-14rndis_wlan: preallocate command buffer for set/get_oidJussi Kivilinna1-14/+33
2008-06-14rndis_wlan: use kzalloc to allocate private dataJussi Kivilinna1-3/+1
2008-06-14mac80211: do not fragment while aggregation is in useRon Rindjunsky1-4/+4
2008-06-14iwlwifi: remove iwlcore_low_level_notifyEmmanuel Grumbach3-47/+7
2008-06-14iwlwifi: general code clean upEmmanuel Grumbach7-85/+32
2008-06-14iwlwifi: fix software rf_kill problem when interface is downZhu Yi2-2/+4
2008-06-14iwlwifi: remove dead code iwl4965_calc_db_from_ratioEmmanuel Grumbach1-36/+0
2008-06-14iwlwifi: retfactor get_temperature functionsEmmanuel Grumbach4-18/+10
2008-06-14iwlwifi: move iwl4965_rf_kill_ct_config to iwl-core.cEmmanuel Grumbach5-26/+26
2008-06-14iwlwifi: cleans up scanning codeTomas Winkler5-120/+107
2008-06-14iwlwifi: move rate helpers to iwlcoreTomas Winkler12-106/+106
2008-06-14iwlwifi: move scan to iwl-scan.c iwlcoreTomas Winkler6-872/+946
2008-06-14iwlwifi: add bad length check for WEP keysEmmanuel Grumbach2-1/+18
2008-06-14iwlwifi: refactor setting tx powerTomas Winkler8-62/+96
2008-06-14iwlwifi: refactor tx aggregation response flowTomas Winkler4-42/+19
2008-06-14iwlwifi: Fix mode changes (ad-hoc <--> managed)Assaf Krauss1-14/+11
2008-06-14iwlwifi enabling IBSS (Ad-Hoc) modeAssaf Krauss2-11/+20
2008-06-14iwlwifi: fix resart flow after fw errorEmmanuel Grumbach1-3/+3
2008-06-14iwlwifi: fix resume SW RF-killMohamed Abbas3-18/+17
2008-06-14iwlwifi: format log prints for easier parsingTomas Winkler1-4/+6
2008-06-14iwlwifi: fix bug when moving from 11gn to 11a or 11an to 11gEmmanuel Grumbach2-3/+0
2008-06-14iwlwifi: remove redundant flags regarding to FAT channelEmmanuel Grumbach5-51/+31
2008-06-14iwlwifi: remove unused flagTomas Winkler1-2/+0
2008-06-14iwlwifi: fix allow iwlwifi to aggregate according to tid loadRon Rindjunsky1-5/+8
2008-06-14iwlwifi: use ieee80211_conf to examine rate capabilitiesRon Rindjunsky1-12/+6
2008-06-14iwlwifi: add TX aggregation code for 5000 HWTomas Winkler1-0/+132
2008-06-14iwlwifi: map sw and hw ampdu queuesRon Rindjunsky5-11/+15
2008-06-14iwlwifi: add possibility to disable tx_power calibrationEmmanuel Grumbach5-2/+14
2008-06-14iwlwifi: clean up in setup/cancel deferred workEmmanuel Grumbach4-38/+43
2008-06-14iwlwifi: removes the RUN_TIME_CALIB ifdefEmmanuel Grumbach12-122/+27