summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-29libertas: if_spi, driver for libertas GSPI devicesColin McCabe6-0/+1446
2009-01-29p54: upgrade memrecord to p54_tx_infoChristian Lamparter3-17/+21
2009-01-29p54: refactor p54_alloc_skbChristian Lamparter2-41/+35
2009-01-29mac80211: document return codes from ops callbacksBob Copeland1-2/+13
2009-01-29IWL: fix WARN typoJiri Slaby1-3/+3
2009-01-29libertas: Update libertas core with GSPI constantsColin McCabe3-3/+11
2009-01-29iwl3945: Fix iwl3945_init_drv()Samuel Ortiz1-2/+2
2009-01-29mac80211: Handle power constraint level advertised in 11d+h beaconVasanthakumar Thiagarajan4-2/+42
2009-01-29iwlwifi: update copyright year to 2009Reinette Chatre45-60/+60
2009-01-29iwl3945: Change crypto parameter nameSamuel Ortiz2-4/+5
2009-01-29iwl3945: use hw_params.rx_buf_sizeWinkler, Tomas5-21/+25
2009-01-29iwl3945: remove double defined 3945 tfd structuresWinkler, Tomas1-12/+0
2009-01-29iwl3945: kill iwl3945_x2_queue_usedWinkler, Tomas3-11/+2
2009-01-29iwl3945: kill iwl3945_rx_queue_spaceWinkler, Tomas1-17/+2
2009-01-29iwl3945: kill iwl3945_rx_queue_restockWinkler, Tomas7-58/+18
2009-01-29iwl3945: kill hw_params.tx_ant_numWinkler, Tomas2-4/+0
2009-01-29mac80211_hwsim: Report driver as MFP capableJouni Malinen1-0/+2
2009-01-29ath9k: Setup MFP options for CCMPJouni Malinen5-0/+36
2009-01-29ath9k: Fix set_key error codesJouni Malinen1-2/+2
2009-01-29mac80211: 802.11w - Add driver capability flag for MFPJouni Malinen2-0/+8
2009-01-29mac80211: 802.11w - Optional software CCMP for management framesJouni Malinen2-2/+11
2009-01-29mac80211: 802.11w - Implement Association Comeback processingJouni Malinen4-3/+27
2009-01-29mac80211: 802.11w - Drop unprotected robust management frames if MFP is usedJouni Malinen1-0/+7
2009-01-29mac80211: 802.11w - Do not force Action frames to disable encryptionJouni Malinen4-7/+7
2009-01-29mac80211: 802.11w - SA Query processingJouni Malinen2-0/+83
2009-01-29mac80211: 802.11w - Configuration of MFP disabled/optional/requiredJouni Malinen4-0/+23
2009-01-29mac80211: 802.11w - WEXT configuration for IGTKJouni Malinen2-14/+49
2009-01-29mac80211: 802.11w - WEXT parameter for setting mgmt cipherJouni Malinen2-1/+5
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen14-21/+317
2009-01-29mac80211: 802.11w - Add BIP (AES-128-CMAC)Jouni Malinen8-1/+306
2009-01-29mac80211: 802.11w - CCMP for management framesJouni Malinen3-7/+64
2009-01-29mac80211: 802.11w - STA flag for MFPJouni Malinen7-4/+19
2009-01-29cfg80211: fix typo on message after intersectionLuis R. Rodriguez1-1/+1
2009-01-29cfg80211: allow multiple driver regulatory_hints()Luis R. Rodriguez2-12/+98
2009-01-29cfg80211: call reg_notifier() onceLuis R. Rodriguez1-2/+2
2009-01-29mac80211: extend/document powersave APIJohannes Berg11-46/+111
2009-01-29p54: return NETDEV_TX_OK in p54_tx and fix sparse warningsChristian Lamparter1-3/+3
2009-01-29rt2x00: Only register rfkill input when key is presentIvo van Doorn1-1/+2
2009-01-29mac80211: move dynamic PS timeout to hardware configJohannes Berg5-15/+20
2009-01-29mac80211: validate SIOCSIWPOWER arguments betterJohannes Berg1-1/+4
2009-01-29mac80211: clean up channel type configJohannes Berg5-22/+17
2009-01-29orinoco: Remove unused variable rx_dataDavid Kilroy2-9/+6
2009-01-29mac80211: clarify alignment docs, fix up alignmentJohannes Berg2-35/+79
2009-01-29mac80211: remove user_power_level from driver APIJohannes Berg4-5/+5
2009-01-29ath5k: Minor QCU updatesNick Kossifidis1-11/+36
2009-01-29mac80211: remove unused variable in ieee80211_local (dot11WEPUndecryptableCou...Rami Rosen2-5/+0
2009-01-29mac80211: remove an unused definition (MAX_STA_COUNT) in sta_info.h.Rami Rosen1-2/+0
2009-01-29mac80211: remove an unused parameter in ieee80211_rx_mgmt_probe_req().Rami Rosen1-4/+2
2009-01-29mac80211: remove an unnecessary assignment to info in __ieee80211_tx().Rami Rosen1-1/+0
2009-01-29mac80211: Add 802.11h CSA supportSujith5-1/+122