summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphyLuis R. Rodriguez2009-01-291-0/+13
* cfg80211: Allow for strict regulatory settingsLuis R. Rodriguez2009-01-291-0/+10
* cfg80211: pass more detailed regulatory request information on reg_notifier()Luis R. Rodriguez2009-01-292-1/+47
* cfg80211: rename fw_handles_regulatory to custom_regulatoryLuis R. Rodriguez2009-01-291-3/+3
* cfg80211: export freq_reg_info()Luis R. Rodriguez2009-01-291-0/+24
* cfg80211: add wiphy_apply_custom_regulatory()Luis R. Rodriguez2009-01-291-0/+17
* mac80211: Add capability to enable/disable beaconingJohannes Berg2009-01-291-2/+7
* mac80211: Add documentation bits for mac80211_rate_control_flagsSujith2009-01-291-0/+20
* wireless: restrict to 32 legacy ratesJohannes Berg2009-01-292-3/+3
* mac80211: constify ieee80211_if_conf.bssidJohannes Berg2009-01-291-1/+1
* mac80211: Fix MFP Association Comeback to use Timeout Interval IEJouni Malinen2009-01-291-1/+7
* cfg80211: add PM hooksJohannes Berg2009-01-291-0/+6
* nl80211: New command for adding extra IE(s) into management framesJouni Malinen2009-01-292-0/+48
* ath9k: get EEPROM contents from platform data on AHB busGabor Juhos2009-01-291-0/+28
* nl80211: Fix documentation errorsJouni Malinen2009-01-291-3/+3
* libertas: if_spi, driver for libertas GSPI devicesColin McCabe2009-01-291-0/+25
* mac80211: document return codes from ops callbacksBob Copeland2009-01-291-2/+13
* mac80211: 802.11w - Add driver capability flag for MFPJouni Malinen2009-01-291-0/+4
* mac80211: 802.11w - Optional software CCMP for management framesJouni Malinen2009-01-291-0/+4
* mac80211: 802.11w - Implement Association Comeback processingJouni Malinen2009-01-291-0/+4
* mac80211: 802.11w - SA Query processingJouni Malinen2009-01-291-0/+14
* mac80211: 802.11w - Configuration of MFP disabled/optional/requiredJouni Malinen2009-01-291-0/+6
* mac80211: 802.11w - WEXT configuration for IGTKJouni Malinen2009-01-291-0/+1
* mac80211: 802.11w - WEXT parameter for setting mgmt cipherJouni Malinen2009-01-291-1/+4
* mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen2009-01-294-2/+12
* mac80211: 802.11w - Add BIP (AES-128-CMAC)Jouni Malinen2009-01-291-0/+10
* mac80211: 802.11w - CCMP for management framesJouni Malinen2009-01-291-0/+30
* mac80211: 802.11w - STA flag for MFPJouni Malinen2009-01-292-0/+4
* cfg80211: allow multiple driver regulatory_hints()Luis R. Rodriguez2009-01-291-0/+6
* mac80211: extend/document powersave APIJohannes Berg2009-01-291-5/+48
* mac80211: move dynamic PS timeout to hardware configJohannes Berg2009-01-291-4/+7
* mac80211: clean up channel type configJohannes Berg2009-01-291-13/+7Star
* mac80211: remove user_power_level from driver APIJohannes Berg2009-01-291-2/+0Star
* ath5k: support LEDs on Acer Aspire One netbookBob Copeland2009-01-291-0/+2
* mac80211: clean up set_key callbackJohannes Berg2009-01-291-12/+8Star
* b43/ssb: Add SPROM8 extraction and LP-PHY detectionMichael Buesch2009-01-291-0/+36
* mac80211: Fix tx power settingVasanthakumar Thiagarajan2009-01-291-0/+2
* mac80211: no need for ht.enabledLuis R. Rodriguez2009-01-291-1/+0Star
* mac80211: add HT conf helpersLuis R. Rodriguez2009-01-291-0/+30
* wireless: Add channel/frequency conversions to ieee80211.hDavid Kilroy2009-01-291-0/+116
* Phonet: use per-namespace devices listremi.denis-courmont@nokia2009-01-271-1/+1
* Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia2009-01-271-1/+1
* Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia2009-01-272-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-27180-15290/+80Star
|\
| * Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-01-272-64/+5Star
| |\
| | * i2c: Warn on deprecated binding model useJean Delvare2009-01-261-3/+5
| | * i2c: Delete many unused adapter IDsJean Delvare2009-01-261-51/+0Star
| | * i2c: Delete 10 unused driver IDsJean Delvare2009-01-261-10/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-274-9/+8Star
| |\ \
| | * | net: Fix linux/if_frad.h's suitability for userspace.Krzysztof HaƂasa2009-01-261-6/+4Star