aboutsummaryrefslogtreecommitdiffstats
path: root/phy.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-14iw: S1G: add frequency set in kHz and offset optionsGilad Itzkovitch1-6/+31
2023-04-14util: add support for 320MHz bandwidth without cf1Mordechay Goodstein1-2/+2
2022-12-01iw: add cac background commandJanusz Dziedzic1-0/+17
2020-10-08iw: Add support for specifying the 160MHz bandwidth when setting the channel/...Ttttabcd1-4/+4
2019-05-24cac: fix error handling in channel parsingJohannes Berg1-1/+2
2019-05-24iw: fix fd leak inside handle_netnsJohn Crispin1-1/+4
2019-05-24iw: fix memory leak inside handle_cacJohn Crispin1-6/+14
2018-05-18iw: Add getting and setting of TXQ params for phyToke Høiland-Jørgensen1-0/+116
2016-11-16Add cac command to allow clearing channelsBenjamin Berg1-0/+145
2016-11-16phy: Use common freqchan helper for setting the operating channelBenjamin Berg1-118/+25
2016-06-09add "channels" PHY command listing frequencies with more detailsRafał Miłecki1-0/+152
2015-10-14iw: add and fix -Wsign-compareJohannes Berg1-2/+2
2015-10-08iw: remove superfluous includesOla Olsson1-1/+0
2015-09-18iw: make netns_get_fd staticJohannes Berg1-1/+1
2015-08-13iw: remove cb from arguments and simplify valid handlerJohannes Berg1-13/+5
2015-03-03phy: Allow set netns by fdVadim Kochan1-9/+46
2014-10-09iw: add auto parameter to set distance commandLorenzo Bianconi1-18/+25
2014-03-28iw: add support to set/get retry limitUjjal Roy1-0/+64
2013-09-30iw: sync frequency to channel mapping with kernelBruno Randolf1-2/+5
2012-11-28update for VHT channel configJohannes Berg1-13/+75
2012-07-19pass idby argument to all functionsJohannes Berg1-10/+20
2011-12-07whitespace cleanupsJohannes Berg1-1/+1
2011-11-07iw: fix regression in tx power validationFelix Fietkau1-1/+1
2011-04-28validate tx power argument is a numberJohannes Berg1-1/+4
2011-01-04iw: Add antenna configurationBruno Randolf1-0/+39
2010-11-24Revert "iw: Add antenna configuration commands"Johannes Berg1-39/+0
2010-11-23iw: Add antenna configuration commandsBruno Randolf1-0/+39
2010-09-22phy: include string.hJohannes Berg1-0/+1
2010-07-21iw: Add support for setting transmit power levelJuuso Oikarinen1-0/+48
2010-04-01fix number parsing bugsJohannes Berg1-7/+43
2010-02-18iw: Add support for NL80211_ATTR_WIPHY_COVERAGE_CLASSLukáš Turek1-0/+58
2009-09-24add netns commandJohannes Berg1-0/+24
2009-08-11add iw commands for setting fragmentation and rts thresholdJohannes Berg1-0/+48
2009-05-05help for 'set name'Johannes Berg1-1/+2
2009-05-05add note to set channel/freqJohannes Berg1-1/+3
2009-05-05add ability to document commands, document event/helpJohannes Berg1-5/+5
2009-04-08prepare for more generic commandsJohannes Berg1-3/+6
2008-12-12update nl80211.h, adjust phy.c for new APIJohannes Berg1-6/+6
2008-12-08add and use ARRAY_SIZEJohannes Berg1-1/+1
2008-12-08show channels and allow setting frequency by channelJohannes Berg1-2/+21
2008-12-08add frequency commandJohannes Berg1-0/+43
2008-09-18ship nl80211.hJohannes Berg1-1/+1
2008-09-16simplify netlink handlingJohannes Berg1-16/+3
2008-09-16clean up error handlingJohannes Berg1-7/+3
2008-09-16simplify name set codeJohannes Berg1-5/+1
2008-09-16add phy renaming supportJohannes Berg1-0/+47