summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg21-383/+1546
2009-02-13mac80211: further cleanups to stopping BA sessionsJohannes Berg4-39/+44
2009-02-13mac80211: RX aggregation: clean up stop sessionJohannes Berg1-25/+32
2009-02-13mac80211: clean up BA session teardownJohannes Berg4-8/+7
2009-02-13mac80211: fix aggregation timer lockupsJohannes Berg3-6/+43
2009-02-13mac80211: fix race in TX aggregationJohannes Berg1-47/+48
2009-02-13mac80211: document TX aggregation (and small cleanup)Johannes Berg1-25/+51
2009-02-13mac80211: hardware should not deny going back to legacyJohannes Berg1-3/+2
2009-02-13mac80211: restrict aggregation to supported interface modesJohannes Berg4-3/+30
2009-02-13mac80211: restructure HT codeJohannes Berg5-857/+895
2009-02-13mac80211: fix RX aggregation timeoutsJohannes Berg4-12/+9
2009-02-13mac80211: remove stray aggregation debugfs definitionJohannes Berg1-1/+0
2009-02-13mac80211: remove bssid argument from prepare_for_handlersJohannes Berg1-4/+3
2009-02-13mac80211: fix beacon enable moreJohannes Berg1-2/+12
2009-02-13mac80211: reject extra IEs for probe request when hw_scanJohannes Berg1-3/+8
2009-02-13mac80211: properly validate/translate IW_AUTH_MFP valuesJohannes Berg1-3/+15
2009-02-13zd1211rw: honour enable_beacon confJohannes Berg1-3/+13
2009-02-13mac80211: disable IBSS beacon before joinJohannes Berg1-0/+2
2009-02-13zd1211rw: do not ratelimit no-opsJohannes Berg2-4/+8
2009-02-13mac80211: use ps-poll when dynamic power save mode is disabledKalle Valo3-3/+88
2009-02-13mac80211: remove multicast check from check_tim()Kalle Valo1-7/+4
2009-02-13orinoco: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-02-13ath5k: Storage class should be before const qualifierTobias Klauser1-2/+2
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith18-845/+841
2009-02-13ath9k: Cleanup EEPROM operationsSujith6-1492/+1453
2009-02-13ath9k: Add callbacks hooks for EEPROM operationsSujith1-0/+17
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith22-1109/+956
2009-02-13ath9k: Remove duplicate variablesSujith5-76/+38
2009-02-13ath9k: Move regulatory information to a separate structureSujith6-61/+66
2009-02-13ath9k: Store HW version information in a separate structureSujith6-73/+84
2009-02-13ath9k: Remove all the sc_ prefixesSujith7-342/+330
2009-02-13ath9k: Convert ANI channel to a pointerSujith3-31/+31
2009-02-13ath9k: Header file cleanupSujith26-2754/+2733
2009-02-13ath5k: Don't call reset on config_interfaceNick Kossifidis1-3/+1
2009-02-13ath5k: Disable BMISS interruptsNick Kossifidis1-7/+2
2009-02-13ath5k: Update reset codeNick Kossifidis6-296/+732
2009-02-13ath5k: Update initvalsNick Kossifidis3-947/+687
2009-02-13ath5k: Update RF Buffer handlingNick Kossifidis5-317/+379
2009-02-13ath5k: Update gain_F calibration code and add documentationNick Kossifidis7-187/+319
2009-02-13ath5k: PHY code cleanupNick Kossifidis3-1133/+1636
2009-02-13mac80211: Remove TSF atomic requirement from the documentationAlina Friedrichsen1-2/+2
2009-02-13mac80211: Fix the wrong WARN_ON message appearing on enabling power save.Vivek Natarajan1-3/+5
2009-02-13orinoco: hermes doesn't need to be a separate moduleDavid Kilroy2-20/+2
2009-02-13orinoco: hermes_dld does not need to be a moduleDavid Kilroy2-33/+4
2009-02-13orinoco: Move WEXT handlers into a separate fileDavid Kilroy5-2350/+2408
2009-02-13orinoco: Move hardware functions into separate fileDavid Kilroy4-583/+635
2009-02-13orinoco: Add hardware function to set multicast modeDavid Kilroy1-20/+31
2009-02-13orinoco: Use accessor functions for bitrate tablesDavid Kilroy1-59/+81
2009-02-13orinoco: Move firmware handling into a separate fileDavid Kilroy4-335/+358
2009-02-13orinoco: Move MIC helpers into new fileDavid Kilroy4-74/+105