summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-31mac80211: add might_sleep to hw_configJohannes Berg1-0/+2
2008-10-31airo: Kill directly reference of netdev->privWang Chen1-85/+86
2008-10-31ath5k: fix mesh point operationAndrey Yurovsky1-0/+6
2008-10-31ath5k: correct ath5k signal qualityLuis R. Rodriguez1-1/+11
2008-10-31ath9k: correct signal quality reportLuis R. Rodriguez1-2/+9
2008-10-31ath5k/ath9k: correct signal qualityLuis R. Rodriguez1-1/+1
2008-10-31rtl8187: add short slot handling for 8187BHerton Ronaldo Krzesinski2-12/+41
2008-10-31rtl8187: adapt for deprecated IEEE80211_CONF_SHORT_SLOT_TIME flagHerton Ronaldo Krzesinski1-16/+30
2008-10-31Ath5k: add AP modeJiri Slaby1-25/+17
2008-10-31p54/rtl8187: fix up the seqno patchJohannes Berg2-2/+0
2008-10-31mac80211: rewrite HT handlingJohannes Berg15-274/+260
2008-10-31mac80211: move bss_conf into vifJohannes Berg9-38/+38
2008-10-31mac80211: make retry limits part of hw configJohannes Berg15-107/+89
2008-10-31iwl3945: fix station stuff in RC algorithmJohannes Berg1-4/+3
2008-10-31nl80211: export HT capabilitiesJohannes Berg2-0/+25
2008-10-31mac80211: provide sequence numbersJohannes Berg6-29/+21
2008-10-31p54: Move rx_mtu to struct bootrec_descLarry Finger2-2/+3
2008-10-31rfkill: rate-limit rfkill-input workqueue usage (v3)Henrique de Moraes Holschuh1-8/+41
2008-10-31rfkill: honour EPO state when resuming a rfkill controllerHenrique de Moraes Holschuh1-2/+11
2008-10-31rfkill: add master_switch_mode and EPO lock to rfkill and rfkill-inputHenrique de Moraes Holschuh4-87/+287
2008-10-31rfkill: export global states to rfkill-inputHenrique de Moraes Holschuh2-0/+15
2008-10-31rfkill: use killable locks instead of interruptibleHenrique de Moraes Holschuh1-3/+4
2008-10-31mac80211: introduce hw config change flagsJohannes Berg24-60/+116
2008-10-31mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg9-77/+13
2008-10-31802.11: clean up/fix HT supportJohannes Berg23-319/+386
2008-10-31p54: honour bss_info_changed's short slot time settingsChristian Lamparter2-7/+17
2008-10-31mac80211: use HWSIM_STA_MAGIC in hwsim_check_sta_magic() and hwsim_set_sta_ma...Rami Rosen1-2/+2
2008-10-31iwlwifi: refactor rxon time commandTomas Winkler3-55/+29
2008-10-31iwlwifi: take a valid antenna upon rate scale initTomas Winkler3-5/+20
2008-10-31iwlwifi: make initial calibration set configurableTomas Winkler5-35/+49
2008-10-31mac80211: remove unused declaration of struct sta_attribute.Rami Rosen1-5/+0
2008-10-31mac80211: fix short slot handlingJohannes Berg3-49/+62
2008-10-31mac80211: remove max_antenna_gain configJohannes Berg2-4/+0
2008-10-31mac80211: clean up ieee80211_hw_config errorsJohannes Berg5-25/+13
2008-10-31mac80211: remove wiphy_to_hwJohannes Berg2-9/+0
2008-10-31mac80211: minor code cleanupsJohannes Berg9-52/+45
2008-10-31mac80211: remove writable debugs mesh parametersJohannes Berg1-88/+24
2008-10-31mac80211: remove aggregation status write support from debugfsJohannes Berg1-72/+1
2008-10-31misc: replace NIPQUAD()Harvey Harrison5-10/+10
2008-10-31fs: replace NIPQUAD()Harvey Harrison13-43/+39
2008-10-31drivers: replace NIPQUAD()Harvey Harrison8-50/+42
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison26-150/+127
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison16-108/+78
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison15-103/+78
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison10-85/+69
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski7-6/+34
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski4-29/+19
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski8-0/+69
2008-10-31pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski2-0/+28
2008-10-31pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy4-0/+33