4 --------------------------------------------------------------------
5 To choose the state of the radio when the module is loaded you
6 can edit 'radio' parameter.
8 modprobe fsam7440 radio=0 (ON)
9 modprobe fsam7440 radio=1 (OFF)
11 Also you can change the state of the card edit /proc/fsam7440/radio
12 and view the state in this file:
14 echo 0 > /proc/fsam7440/radio (Turn OFF)
15 echo 1 > /proc/fsam7440/radio (Turn ON)
17 cat /proc/fsam7440/radio (View the state)
19 --------------------------------------------------------------------