summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: run through spell checkerTomas Winkler2008-11-0126-92/+91
* iwlwifi: refactor tx byte count table usageTomas Winkler2008-11-016-185/+62
* iwlwifi: clear scanning bits upon failureMohamed Abbas2008-11-011-0/+7
* iwlwifi: convert correctly rate_n_flags to PLCP index for mimo3 packetsDaniel C. Halperin2008-11-011-1/+3
* iwlwifi: calibration command namespace renamingTomas Winkler2008-11-015-69/+74
* iwlwifi: parametrize eeprom versionsTomas Winkler2008-11-015-39/+41
* iwlwifi: don't update TFD free counter for invalid stationTomas Winkler2008-11-011-2/+2
* iwlwifi: refactor TX response flowTomas Winkler2008-11-016-119/+125
* mac80211: Re-enable aggregationSujith2008-11-0110-63/+76
* mac80211: allow all interfaces types to handle RX action framesAndrey Yurovsky2008-11-011-8/+0
* wireless: remove write-only 'granted' variableJohannes Berg2008-11-011-2/+0
* ath9k: Check if the STA supports HT when initializing rate controlSujith2008-11-011-1/+1
* mac80211: Change WARN_ON to WARN_ON_ONCESujith2008-11-011-2/+2
* ath9k: Allow user to change tx power when askedLuis R. Rodriguez2008-11-012-2/+9
* ath9k: enable RX interrupt mitigationLuis R. Rodriguez2008-11-011-1/+1
* ath9k: remove pointless sc_txintrperiod and spin_lock_bh on tx prepareLuis R. Rodriguez2008-11-013-29/+15
* mac80211: make use of regulatory tx power settings on change of tx powerLuis R. Rodriguez2008-11-011-12/+6
* mac80211: check return value of dev_alloc_skb() in ieee80211_sta_join_ibss().Rami Rosen2008-11-011-49/+55
* wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflictsJohn W. Linville2008-11-016-139/+19
* wireless: use individual buffers for printing ssid valuesJohn W. Linville2008-11-0114-106/+168
* wireless: escape_ssid should handle non-printablesJohn W. Linville2008-11-011-6/+19
* wireless: remove NETWORK_EMPTY_ESSID flagJohn W. Linville2008-11-016-66/+6
* wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-11-0123-262/+219
* mac80211: insert AP sta entry after filling itJohannes Berg2008-11-011-13/+18
* Fix debugfs_create_*'s error checking method for wireless/rt2x00/Zhaolei2008-11-011-9/+12
* Fix debugfs_create_bool's error checking method for wireless/iwlwifi/Zhaolei2008-11-011-1/+2
* wireless: fix EU checkJohannes Berg2008-11-011-1/+1
* wireless: get rid of pointless request listJohannes Berg2008-11-011-69/+21
* wireless: remove cfg80211_reg_mutexJohannes Berg2008-11-013-8/+2
* wireless: don't publish __regulatory_hintJohannes Berg2008-11-012-28/+37
* mac80211: fix a few typos in mac80211 kernel docBob Copeland2008-11-011-6/+6
* rt2x00: reduce checkpatch.pl errorsJohn Daiker2008-11-014-5/+5
* ath5k: reduce checkpatch.pl errorsJohn Daiker2008-11-013-12/+12
* Add nl80211 commands to get and set o11s mesh networking parameterscolin@cozybit.com2008-11-015-21/+377
* mac80211: inform userspace of probe/auth/assoc timeoutJohannes Berg2008-11-011-0/+3
* hostap: Fix sparse warningsLarry Finger2008-11-011-1/+1
* mac80211: remove rate_control_clearJohannes Berg2008-11-018-47/+0
* iwlwifi: protect headers from double inclusionTomas Winkler2008-11-012-1/+6
* minstrel: improve performance for non-MRR driversFelix Fietkau2008-11-012-4/+27
* nl80211: fix monitor flagsJohannes Berg2008-11-011-1/+1
* p54: integrate parts of lmac_longbow.h and other parts of stlc45xxJohn W. Linville2008-11-015-105/+316
* p54: borrow some setup code from stlc45xxChristian Lamparter2008-11-013-46/+51
* p54: fix memory managementChristian Lamparter2008-11-014-163/+229
* p54: p54: refactor p54_rx_frame_sentChristian Lamparter2008-11-011-57/+61
* p54: refactor statistic timer codeChristian Lamparter2008-11-011-14/+25
* p54: broken out edcf changesChristian Lamparter2008-11-013-78/+58
* iwlwifi: tx command must run on same tfd as packetTomas Winkler2008-11-011-3/+2
* iwlwifi: fix TX cmd dma unmappingTomas Winkler2008-11-015-184/+163
* iwlwifi: unify tx antenna togglingTomas Winkler2008-11-016-62/+51
* iwlwifi: add iwl_cmd_queue_free for readabilityTomas Winkler2008-11-011-13/+40